Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kompose-windows-amd64.exe.tar.gz | 2024-06-02 | 7.7 MB | |
kompose-windows-amd64.exe | 2024-06-02 | 22.8 MB | |
kompose-linux-arm64.tar.gz | 2024-06-02 | 6.7 MB | |
kompose-linux-arm64 | 2024-06-02 | 21.4 MB | |
kompose-linux-arm.tar.gz | 2024-06-02 | 7.0 MB | |
kompose-linux-arm | 2024-06-02 | 21.5 MB | |
kompose-linux-amd64.tar.gz | 2024-06-02 | 7.5 MB | |
kompose-darwin-amd64 | 2024-06-02 | 22.5 MB | |
kompose-darwin-amd64.tar.gz | 2024-06-02 | 7.6 MB | |
kompose-darwin-arm64 | 2024-06-02 | 21.9 MB | |
kompose-darwin-arm64.tar.gz | 2024-06-02 | 7.0 MB | |
kompose-linux-amd64 | 2024-06-02 | 22.1 MB | |
SHA256_SUM | 2024-06-02 | 1.1 kB | |
README.md | 2024-06-02 | 4.3 kB | |
v1.34.0 source code.tar.gz | 2024-06-02 | 18.0 MB | |
v1.34.0 source code.zip | 2024-06-02 | 18.3 MB | |
Totals: 16 Items | 212.1 MB | 0 |
Installation
Linux and macOS:
:::sh
# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-linux-amd64 -o kompose
# Linux ARM64
curl -L https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-linux-arm64 -o kompose
# macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-darwin-amd64 -o kompose
# macOS ARM64
curl -L https://github.com/kubernetes/kompose/releases/download/v1.34.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 |
---|---|
SHA256_SUM | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
kompose-darwin-amd64 | de0b895e78cea70ca361ec740b943e0f6bbacd5ef46903e1f2d0aaf95055a8ed |
kompose-darwin-amd64.tar.gz | ecbf985cdc71b07911e7a8f8f3a11911ac95a40af0ccb92dfd2ca8cfdefbe3dc |
kompose-darwin-arm64 | 88d76d77b801853651067a4624fe1e58692f112dfbb68cf6b3d680c3cb1475e3 |
kompose-darwin-arm64.tar.gz | a682b630164314418db7095ec6ba74db29ddcd73c4f723cf95935b2206b9fdd9 |
kompose-linux-amd64 | c58d0e63ef6bf8a98fc9840025b943f50f2d0ad807b2f8d55db92cea869ee171 |
kompose-linux-amd64.tar.gz | 850c82c65c18c8600985ada6d7cdf28ae183cd667f4d5b699ba70c84e168a1a8 |
kompose-linux-arm | 2f2367bc37a31df926605b92ae12d4eb10cc09b2a0ece72fdccf1d7e2863cb16 |
kompose-linux-arm.tar.gz | 0ce69c0989dec6946077790dca27940bfbc22506c8e927deea031bd8e4d86a58 |
kompose-linux-arm64 | 76fa45cbdb3ee32bb925db932abb5ca50c020781f8a121d0cabedfa5d31cc8e6 |
kompose-linux-arm64.tar.gz | 10c4727638943323d544ae59f27635731e39856c102a0140a11b636bab9c5e6c |
kompose-windows-amd64.exe | c130937a8e290eec23d8f8be9864896d3453ddd2fda4e5853c923c9460b2795f |
kompose-windows-amd64.exe.tar.gz | eadc19eb47ac57e3869a8d7dde8aa150d4afab02260fac2c9403c0dfd4dbac43 |
What's Changed
- update references to just compose by @cdrage in https://github.com/kubernetes/kompose/pull/1869
- feature: change example to use non-root by @cdrage in https://github.com/kubernetes/kompose/pull/1879
- fix: expose container to host only with labels by @TessaIO in https://github.com/kubernetes/kompose/pull/1880
- update owners by @cdrage in https://github.com/kubernetes/kompose/pull/1888
- chore: fix test file names by @cdrage in https://github.com/kubernetes/kompose/pull/1889
- tests: fix flakey tests by @cdrage in https://github.com/kubernetes/kompose/pull/1886
- bug: fix annotation bug by @cdrage in https://github.com/kubernetes/kompose/pull/1887
- cleanup: removes uneeded annotation when not using network policy by @cdrage in https://github.com/kubernetes/kompose/pull/1884
- docs: update user guide by @cdrage in https://github.com/kubernetes/kompose/pull/1882
- 1.34.0 Release by @cdrage in https://github.com/kubernetes/kompose/pull/1890
Full Changelog: https://github.com/kubernetes/kompose/compare/v1.33.0...v1.34.0