v1.35.0
Installation
Linux and macOS:
# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-linux-amd64 -o kompose
# Linux ARM64
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-linux-arm64 -o kompose
# macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-darwin-amd64 -o kompose
# macOS ARM64
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-darwin-arm64 -o kompose
chmod +x kompose
sudo mv ./kompose /usr/local/bin/kompose
Windows:
Download from GitHub and add the binary to your PATH.
Checksums:
| Filename | SHA256 Hash | | ------------- |:-------------:| SHA256_SUM | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 kompose-darwin-amd64 | dc22f45df7aeb8ca440a56560a57bb22af016a6cbb63dd3509d1abdf9390ef63 kompose-darwin-amd64.tar.gz | 8546d23eb0e3b688af273d61eeef8aef70786036a053dc5830c5b6fb528ce906 kompose-darwin-arm64 | 60e73d7b24c6ac10fcf6efbc1159d0e2d64e38878e57e8a088e159dc5c9567d0 kompose-darwin-arm64.tar.gz | 18e6846ab101ba0029e96ac498a0e3c61c9b11ccdb5d9e3e09e86a00f640d5e9 kompose-linux-amd64 | d7de6c93ef083b668cdcf11bb7ebf739f853952ad229c4afcbbda5af7a480672 kompose-linux-amd64.tar.gz | 4185c0cdfcb8bcc3dfe72dad2874c5ef5956934df54168b29c322eceba463a7b kompose-linux-arm | 479cb5aaeb18f1141da7bed9193a696d3afaf6f31047520d11d1df3cf4588264 kompose-linux-arm.tar.gz | 897816cd903988effb212e263ffa7a311384a8eec8e4f8ca6aa74f9aa88acb01 kompose-linux-arm64 | 4ae1893bb7288ce20add71fd2dfc34094cb7359dc40beed3da0919d31c331ded kompose-linux-arm64.tar.gz | 922b393417dd5b66b919af639c69abbcd55ccdfe54f865fa139b0bcf55771547 kompose-windows-amd64.exe | fe9bd337420dbeebb429fd847f9f6bca833d26a44ca1e8670e90c181fe05397a kompose-windows-amd64.exe.tar.gz | 70590b8477290138da7c15cf405057a2befeab33e05335c9104285a8421c7ed0
What's Changed
- chore: upgrade fsouza/godockerclient and docker/docker packages by @TessaIO in https://github.com/kubernetes/kompose/pull/1921
- chore(deps)(deps): bump github.com/spf13/cast from 1.6.0 to 1.7.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1920
- chore(deps)(deps): bump github.com/compose-spec/compose-go/v2 from 2.1.0 to 2.1.6 by @dependabot in https://github.com/kubernetes/kompose/pull/1919
- chore(deps)(deps): bump golang.org/x/tools from 0.20.0 to 0.24.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1918
- chore(deps)(deps): bump k8s.io/apimachinery from 0.30.0 to 0.30.3 by @dependabot in https://github.com/kubernetes/kompose/pull/1911
- chore(deps)(deps): bump k8s.io/api from 0.30.0 to 0.30.3 by @dependabot in https://github.com/kubernetes/kompose/pull/1910
- feature: support UID:GID in the user key by @favonia in https://github.com/kubernetes/kompose/pull/1929
- chore(deps)(deps): bump github.com/fsouza/go-dockerclient from 1.11.2 to 1.12.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1927
- [completion] Add header #compdef by @sazriel26 in https://github.com/kubernetes/kompose/pull/1915
- chore(deps)(deps): bump golang.org/x/tools from 0.24.0 to 0.25.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1930
- chore(deps)(deps): bump k8s.io/api from 0.30.3 to 0.31.1 by @dependabot in https://github.com/kubernetes/kompose/pull/1933
- chore(deps)(deps): bump github.com/compose-spec/compose-go/v2 from 2.1.6 to 2.2.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1931
- chore(deps): bump pre-commit hook versions by @sadikkuzu in https://github.com/kubernetes/kompose/pull/1948
- Fix issue 1942 by @hurzelpurzel in https://github.com/kubernetes/kompose/pull/1950
- chore(deps)(deps): bump k8s.io/api from 0.31.1 to 0.31.2 by @dependabot in https://github.com/kubernetes/kompose/pull/1941
- chore(deps): bump rexml from 3.2.5 to 3.3.9 in /docs by @dependabot in https://github.com/kubernetes/kompose/pull/1946
- chore(deps)(deps): bump github.com/compose-spec/compose-go/v2 from 2.2.0 to 2.4.4 by @dependabot in https://github.com/kubernetes/kompose/pull/1956
- chore(deps)(deps): bump golang.org/x/tools from 0.25.0 to 0.27.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1959
- improve error output of git commands by @cortex3 in https://github.com/kubernetes/kompose/pull/1958
- feat(deploy): support ephemeral storage requests limits labels by @jvitor83 in https://github.com/kubernetes/kompose/pull/1936
- Add support for content in config by @jvitor83 in https://github.com/kubernetes/kompose/pull/1952
- 1.35.0 Release by @cdrage in https://github.com/kubernetes/kompose/pull/1971
New Contributors
- @favonia made their first contribution in https://github.com/kubernetes/kompose/pull/1929
- @sazriel26 made their first contribution in https://github.com/kubernetes/kompose/pull/1915
- @sadikkuzu made their first contribution in https://github.com/kubernetes/kompose/pull/1948
- @hurzelpurzel made their first contribution in https://github.com/kubernetes/kompose/pull/1950
- @cortex3 made their first contribution in https://github.com/kubernetes/kompose/pull/1958
Full Changelog: https://github.com/kubernetes/kompose/compare/v1.34.0...v1.35.0