Skip to content

Commit

Permalink
Bump v0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <[email protected]>
  • Loading branch information
slok committed Aug 31, 2024
1 parent b13a498 commit c6f0eba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v0.3.1] - 2024-08-31

### Changed

- Use Go 1.13.

## [v0.3.0] - 2024-08-31

### Changed
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]: <https://github.com/slok/kube-code-generator/compare/v0.2.0...v0.3.0ided> 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:

Expand All @@ -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` |
Expand Down

0 comments on commit c6f0eba

Please sign in to comment.