Installation
Linux and macOS:
# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.36.0/kompose-linux-amd64 -o kompose
# Linux ARM64
curl -L https://github.com/kubernetes/kompose/releases/download/v1.36.0/kompose-linux-arm64 -o kompose
# macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.36.0/kompose-darwin-amd64 -o kompose
# macOS ARM64
curl -L https://github.com/kubernetes/kompose/releases/download/v1.36.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 |
---|---|
kompose-darwin-amd64 | de44e3fe67a01b4080b99a4366741e9adab8a927d9f3fee8afc6a32fe6fc93c5 |
kompose-darwin-amd64.tar.gz | a6a7848f68eced31838e014cf160a1a14a07b72adeeaf584b60eaa1730ff4f7e |
kompose-darwin-arm64 | a0678bc4d1206884144a5273b9c7b3368afef5acfbfdee82acf6d0bb911bbf2e |
kompose-darwin-arm64.tar.gz | 0f6e7e2567bc8098448266a7f26bfcd30b87eb0b30e49d692127a42211c87673 |
kompose-linux-amd64 | 459d86a14a2172d8384007ff296f74f3c625dde15b6c8dc971f4985891aef3a7 |
kompose-linux-amd64.tar.gz | 80af2b304c16c42e9d558ce7aee6f9850e2e624ccd299187104e5ae91071bbad |
kompose-linux-arm | 1f1af77ec4489de19029d59c62a99569d506fc8c4be0ca272b8bb0c76840d04b |
kompose-linux-arm.tar.gz | 6f1795436592eb2029762e7b432e641239b4624c52c5c32f01f46d7423f382a9 |
kompose-linux-arm64 | 27a07a05c10e9414d837c4cf578c8bdd4c8ec28aa606ffcb781c252f363806fe |
kompose-linux-arm64.tar.gz | 31d0edf5fb035119aa80a924bda13e1e8b61d53c64056985447d44f1b8a24c02 |
kompose-windows-amd64.exe | cc9fe74bafbcd0ab4df74868e335ab48780d81344b6ae8c4a416861f88a63548 |
kompose-windows-amd64.exe.tar.gz | 7bc06ab69b30126ee9aafe3e7d23ee765ec4e22675e098fcd50dd1c6204e6dd3 |
SHA256_SUM | df9c53913d646c9ffd13e6ae1ba46ab40d434a03919fce51ab1b88f449239544 |
What's Changed
- Replaced y with ✓ by @alf in #1975
- Add no-interpolate feature option to the CLI by @jvitor83 in #1955
- update typo in kompose.volume.subpath by @kundan2707 in #1998
- Fix case of FromAs by @gisostallenberg in #1993
- Improve command to run in docker by @gisostallenberg in #1994
- Fix ConfigMap name clash if env_file name is equal by @robertaistleitner in #2001
- fix: resolve env_file variable interpolation issues by adding support… by @yuefanxiao in #2011
- fix: Load variables from .env file by default by @yuefanxiao in #2008
- 1.36.0 Release by @cdrage in #2013
New Contributors
- @alf made their first contribution in #1975
- @gisostallenberg made their first contribution in #1993
- @robertaistleitner made their first contribution in #2001
- @yuefanxiao made their first contribution in #2011
Full Changelog: v1.35.0...v1.36.0