diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b151d..a2794aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [v0.3.1] - 2024-08-31 + +### Changed + +- Use Go 1.13. + ## [v0.3.0] - 2024-08-31 ### Changed @@ -33,7 +39,8 @@ - Docker image uses `kubernetes/code-generator` v1.30.0-beta.0. - Docker image uses `kubernetes-sigs/controller-tools` v0.14.0. -[unreleased]: https://github.com/slok/kube-code-generator/compare/v0.3.0...HEAD +[unreleased]: https://github.com/slok/kube-code-generator/compare/v0.3.1...HEAD +[v0.3.1]: https://github.com/slok/kube-code-generator/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/slok/kube-code-generator/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/slok/kube-code-generator/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/slok/kube-code-generator/releases/tag/v0.1.0 diff --git a/README.md b/README.md index 3c620bb..f8fc0cd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The projects that are used under the hood are: ## How to use it -The easiest way is to use the provided Docker image as it has all the required upstream dependencies. +The easiest way is to use the prov[v0.3.0]: Docker image as it has all the required upstream dependencies. Here is an example that mounts the current directory (a Go project) and generates the Go code and the CRDs by providing the APIs input directory and the generation output directories: @@ -51,7 +51,7 @@ It's suggested that if you don't have an old Kubenretes version, you try the lat | Kubernetes | Docker image | | ---------- | ------------------------------------------------------ | -| v1.31 | `docker pull ghcr.io/slok/kube-code-generator:v0.3.0` | +| v1.31 | `docker pull ghcr.io/slok/kube-code-generator:v0.3.1` | | v1.30 | `docker pull ghcr.io/slok/kube-code-generator:v0.2.0` | | v1.29 | `docker pull ghcr.io/slok/kube-code-generator:v0.2.0` | | v1.28 | `docker pull ghcr.io/slok/kube-code-generator:v0.2.0` |