Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kompose-windows-amd64.exe.tar.gz | 2023-10-06 | 7.3 MB | |
kompose-windows-amd64.exe | 2023-10-06 | 21.3 MB | |
kompose-linux-arm64 | 2023-10-06 | 20.0 MB | |
kompose-linux-arm64.tar.gz | 2023-10-06 | 6.3 MB | |
kompose-linux-arm.tar.gz | 2023-10-06 | 6.6 MB | |
kompose-linux-amd64.tar.gz | 2023-10-06 | 7.1 MB | |
kompose-linux-arm | 2023-10-06 | 20.3 MB | |
kompose-darwin-amd64.tar.gz | 2023-10-06 | 7.4 MB | |
kompose-darwin-arm64 | 2023-10-06 | 22.6 MB | |
kompose-darwin-arm64.tar.gz | 2023-10-06 | 6.9 MB | |
kompose-linux-amd64 | 2023-10-06 | 20.7 MB | |
SHA256_SUM | 2023-10-06 | 1.1 kB | |
kompose-darwin-amd64 | 2023-10-06 | 22.9 MB | |
README.md | 2023-10-06 | 3.3 kB | |
v1.31.1 source code.tar.gz | 2023-10-06 | 17.8 MB | |
v1.31.1 source code.zip | 2023-10-06 | 18.1 MB | |
Totals: 16 Items | 205.3 MB | 0 |
Installation
Linux and macOS:
:::sh
# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-linux-amd64 -o kompose
# macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.1/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 | 6bf3082c8381448fd6a3977b7251069537bdb34fa97995f112a66683ce98697d |
kompose-darwin-amd64.tar.gz | fbfa2401c2a9364f8aeed3a663df2fcfd7f2403706b7073ed8a3eb06a8d20ea5 |
kompose-darwin-arm64 | 7729dd6c0063d0ed7d2a2243ae11079e2f1732274668cc2ed3871353c163fea3 |
kompose-darwin-arm64.tar.gz | c888c53c64b861c91e5d689a31ee48563669a261192f6810e3e64894d7f26cfa |
kompose-linux-amd64 | 87a50740cbd8ec16679fbc298a7cb8030c3b6ee28dea4486dded30eac79799e0 |
kompose-linux-amd64.tar.gz | 76e3248b3759a7b402fe0ed1d98094dfae801bb6253256f37ff17285c34c1ffe |
kompose-linux-arm | 389271950ed01362304adb5b8c3d9cd349ad0d1f8b019a2c9201eddb331bbf59 |
kompose-linux-arm.tar.gz | 32c3c606c2816ba302ae8fa8c46fdff2ceed6f3d8bfeef449eef4fcf848c035b |
kompose-linux-arm64 | 2ce0a3b63884d706f28624a642d7842bc966dac63fe8850d837838f6deb099a6 |
kompose-linux-arm64.tar.gz | 6c1f93263b79bdef35b29f54f5a4f143f4c15675243e91c3f7576e48f9c19d89 |
kompose-windows-amd64.exe | 645c8d53158ea5fd4c0250045dfeb9c5db0e3368faf30957cad61347864734a2 |
kompose-windows-amd64.exe.tar.gz | 3204304500a67867048b80fb4689bffeae2509c2cf0c2ab7cb9f23efbada0ff3 |
What's Changed
- bug: fixes bug with error out with using kompose convert with no -f by @cdrage in https://github.com/kubernetes/kompose/pull/1725
- 1.31.1 Release by @cdrage in https://github.com/kubernetes/kompose/pull/1726
Full Changelog: https://github.com/kubernetes/kompose/compare/v1.31.0...v1.31.1