Installation
Linux and macOS:
# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.30.0/kompose-linux-amd64 -o kompose
# macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.30.0/kompose-darwin-amd64 -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 | 763af5faec8bfcf9aa7d5fa71245c32ff8a6c7248e5591cce8f6d415b6df0de7 |
kompose-darwin-amd64.tar.gz | b6468fd5873875538c89af5ff4519aa7a9c3c96fb68a14d56e6f58203462463a |
kompose-darwin-arm64 | d67a5d4a226b87ba6b1b7afe75f82ab6e7b8439283132e2960ba8237ea62e761 |
kompose-darwin-arm64.tar.gz | c19861e4a22ab0ce6db1b542734f8521edfa9cb89bbf1820050fe8580a2e6b07 |
kompose-linux-amd64 | 904a97dd429a0fb13e7d9501d62ae41c8cb743b5016cafd58b7236a14f64c36b |
kompose-linux-amd64.tar.gz | 55f73012e5aa887bb19cdafebbb528e0559ddf28ba049c44ac7950ef49c629ee |
kompose-linux-arm | f81f80d8a5b85b0ddcb419a4e8657365f71b9d2dccca26c41fc99bbb085f8061 |
kompose-linux-arm.tar.gz | 2822479f74724d285ad6f35bb69f81b0af844792b7bec1aa76c1f8692ccc4029 |
kompose-linux-arm64 | f95a7914b7c89c702a6715318dc7e47a72cfd12bb44c26b612d364493b8dffae |
kompose-linux-arm64.tar.gz | fbf1dc88e152c9e25631fa2753753960cca03b3caafc562f474ffca4bd124d10 |
kompose-windows-amd64.exe | a31ea0484dae21a46049b2494d4d1aec1b486297ee989451b08a0f8c2c9946a4 |
kompose-windows-amd64.exe.tar.gz | a6ee3adc6e06754607a05daba76046fb5d1b70e451df81e37f965231acff6a78 |
What's Changed
- update release script from master to main by @cdrage in #1662
- Add additional Windows install method by @Avinash-Bhat in #1656
- chore(deps)(deps): bump golang.org/x/tools from 0.10.0 to 0.11.0 by @dependabot in #1664
- chore(deps)(deps): bump github.com/compose-spec/compose-go from 1.15.1 to 1.16.0 by @dependabot in #1665
- fix: remove lower case of the host generation by @AhmedGrati in #1669
- fix missing image pull secrets by @AhmedGrati in #1666
- Feat: add read only containers support by @AhmedGrati in #1670
- Feat add ns generation by @AhmedGrati in #1667
- 1.30.0 Release by @cdrage in #1672
New Contributors
- @Avinash-Bhat made their first contribution in #1656
Full Changelog: v1.29.0...v1.30.0