v1.10.0
1.10.0 of Kompose!
Here is what's new in this release:
- Fixed a bug regarding building images (https://github.com/kubernetes/kompose/pull/946/files)
- Refactor of label names to const strings (#948)
- Charts will now be correctly generated (#938)
Many thanks for those who've contributed to this months release and a big thanks to @hangyan for a lot of bug fixes.
Installation
Linux and macOS:
# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.10.0/kompose-linux-amd64 -o kompose
# macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.10.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 |
---|---|
kompose-darwin-amd64 | ae3baa6c88d142064be94c9c5dc30ac6b4d47dc62560372388fb3718caaee47b |
kompose-darwin-amd64.tar.gz | 102e09bc8db8697a11a5ee67d2c4eaf432fde0950124266e32a7e43136b66018 |
kompose-linux-amd64 | 254930040456f246ca3288cfe77c7f870c8e13498dcf16e65a3d81b1989aae19 |
kompose-linux-amd64.tar.gz | e1c0bfe214f7e928242922dcc45ea48ec636bc5b7b70b308153cffea98647b16 |
kompose-linux-arm | 3f0bebe411161ead51fa877238409307e9ad24cadba34f4f660d8ca30fd59bf4 |
kompose-linux-arm.tar.gz | dbf515391810e80b285e855f0b1cf079cb0295afae8e7ddff54ddc4243609687 |
kompose-windows-amd64.exe | 9160d1ad3d213f7a10bc9d3ca507922926d21c060b63c12673cb956bb49bb041 |
kompose-windows-amd64.exe.tar.gz | 4fa68ad5467b672efb0acb9d1c6a44dae4a6808ab60c92700ce46089c2167d6b |