Skip to content

v1.31.1

Compare
Choose a tag to compare
@cdrage cdrage released this 06 Oct 17:39
· 150 commits to main since this release
46dcb91

Installation

Linux and macOS:

# 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 #1725
  • 1.31.1 Release by @cdrage in #1726

Full Changelog: v1.31.0...v1.31.1