v1.7.0
1.7.0 of Kompose!
Changes to this release:
- You can now push to a private repository when using
build
(#895) - ConfigMap is now correctly deleted when using
kompose down
(#900) kompose.service.expose.tls-secret
has been added to the list of supported labels (#896) for more information, see: http://kompose.io/user-guide/#labels
Thanks to all who've contributed to this months release!
Installation
Linux and macOS:
# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.7.0/kompose-linux-amd64 -o kompose
# macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.7.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 | 7810694432641452fb1327d40b7b04e2a7b71bb88b0c06947003141d619d3738 |
kompose-darwin-amd64.tar.gz | e145e4cce9bd0edca1cdf79b1547118e54b61ef84ba6619675a06bf0fdc7286c |
kompose-linux-amd64 | 92130af19a9f7f93983c10069e8cff36387a0b22a14dd6a96fd2137703be275a |
kompose-linux-amd64.tar.gz | 32623773ac7adbc82f2caaef88ad538b3df0dc859dbb2666bdebd8f99fe63e33 |
kompose-linux-arm | 2844379fae6b3031f235c4cf5422aff1e962524d87481a46bddd348acf952d51 |
kompose-linux-arm.tar.gz | 7d95551d37ef3c7b5cae268ece6becc0280967ee6f333a4bec61bd9371e73995 |
kompose-windows-amd64.exe | ea1775ffba33e26e15d25a9540c2b5d65a47b6593adccbe3687fc504f30f8d4c |
kompose-windows-amd64.exe.tar.gz | 321c6b9cc67034b92cdb46eb0d7126eb743648a06cc5cb4de662fb7e7d74fd50 |