v1.28.0
Installation
Linux and macOS:
# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.28.0/kompose-linux-amd64 -o kompose
# macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.28.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 | ff9f645cf85d837d8845606012fab99639ea544b6b2e6327911511bed31f527c |
kompose-darwin-amd64.tar.gz | 700a2aab400508a9c7d44c579fea1b803d7616e644a132d5f8ae2fae644a8e2c |
kompose-darwin-arm64 | 949f11b28f01613703023d5c605d5eded3cee215e6467d5ddd3ffdb1a7ad82f8 |
kompose-darwin-arm64.tar.gz | 3b295e179dc58ac24cc2af2555ee86ae102838cc94284bbff1a0c84a262cc24d |
kompose-linux-amd64 | c5324bba90f2d55962aaf6397a787bcb36f886618c500a8a0d78e49fa86fc76c |
kompose-linux-amd64.tar.gz | 4a30230f08aafb6ebf8de27e8445b71b33a65b8fb88eb62987ba97c12c379067 |
kompose-linux-arm | 4c56941e8e7382f1b34a2d1b616fff1afcdfa82ab3de67fa884136b10b2c74c2 |
kompose-linux-arm.tar.gz | 79eaf1dfdeb4e443952411b377df3ab8c70693e36ca6520469b55c4c9064c984 |
kompose-linux-arm64 | dfe9bc120e1dffd7d6c98610e8ef684b7f5fd9f215088a7ec2f7a2e54d8c9d9d |
kompose-linux-arm64.tar.gz | 5463a75472529097d20525a4bfdb5492fafb424a5aefc65877af4663f9b4907e |
kompose-windows-amd64.exe | 93622b08b7b9ebe4546ffee858b09353a754278021bb28976ed694efd6ec7f40 |
kompose-windows-amd64.exe.tar.gz | 538faf225032fd736cea195c50d03e6068116967c1a570ffd00f3942019b546e |
What's Changed
- Update release script by @cdrage in #1535
- remove sync docs from ci by @cdrage in #1536
- Fix environment variables interpolation by @AhmedGrati in #1524
- fix all known trivy scan vulnerabilities by @hookenz in #1516
- Test: Update e2e tests [WIP] by @AhmedGrati in #1538
- Add AhmedGrati to kompose OWNERS by @AhmedGrati in #1540
- Fix: Make the out flag print to one file using seperator by @AhmedGrati in #1541
- fix(tests): Update match output function by @AhmedGrati in #1546
- feat: migrate from libcompose to compose-go by @Lctrs in #1547
- Remove old scripts, modify manual syncing doc script by @cdrage in #1549
- Fix CI by @cdrage in #1550
- chore: require go >=1.18, bump deps and get rid of replace directives by @Lctrs in #1552
- owners: Remove surajssd by @surajssd in #1555
- remove unused js files by @cdrage in #1561
- 1.28.0 Release by @cdrage in #1562
New Contributors
Full Changelog: v1.27.0...v1.28.0