Kompose - v1.31.0


Installation

Linux and macOS:

# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.0/kompose-linux-amd64 -o kompose

# macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.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 | ad6d7933d29812076c51d33130c88e529ca247f346b9b5ec631577647d7e0688
SHA256_SUM.tar.gz | ae8aa409469ca246e4280f45fad4fcbb6dda2b119e835735fedfd094aec27253
kompose-darwin-amd64 | dec52385a1b8dbeefead23f0e780d38f29918d19b0659393093ef8d7141d1e85
kompose-darwin-amd64.tar.gz | 3469079395472d0773f12b19302f23b2254eca0ca86164328d2a6190c20860b8
kompose-darwin-amd64.tar.gz.tar.gz | 37f3b8f607f5db1b765393f83e72c601282b28893cd9eae88d64d103c4af589c
kompose-darwin-arm64 | 0caf3d2e9219e8915f7238d022624821dafaca6d95ae84a635733926ad1a7441
kompose-darwin-arm64.tar.gz | 4f0a7b30e739c9c700da9c78585d99f70dde3ed9ba7885ffa66a309d7972c6ef
kompose-darwin-arm64.tar.gz.tar.gz | b4697c42ee9c920b475e25e6b42a2aeecb62259c11da113f9cef5807c6742f72
kompose-linux-amd64 | 04e16f878253fc91a175c22f030638640a3d70a2af6740b2fefefa31d2b7ee02
kompose-linux-amd64.tar.gz | ddf63e514d413f884b748d48294b1a4b2777bba43e59d213b2048ddacf545286
kompose-linux-amd64.tar.gz.tar.gz | 347d5d61a21db35e19fb5a0e9ebe6e96efd894e7fa81781b0f7765b62920d1e9
kompose-linux-arm | 8bddfc5dbea6879b7ded1ee7dd8cca91146bd950a24dbce0deb05b394b861e84
kompose-linux-arm.tar.gz | 2d2c27d194c9b2a6b3c3ac9409d01204b84d5d15b40b4870b2381adb2486a93f
kompose-linux-arm.tar.gz.tar.gz | 64418aa4915fc8092d3fc3554d7e626af71dc9f71d17d9b20bec328483d9096b
kompose-linux-arm64 | 3e0aba471ea119449e21c194ff48c6265dc812d0b09c89873494584bfe8d8c25
kompose-linux-arm64.tar.gz | ffa50bd017037a5287c11319c6352c6c383d8650f751d607d7a887d3f74a07a1
kompose-linux-arm64.tar.gz.tar.gz | c994d3160ad9fa6292fbef20ad219c3712696b1497ccc4bc858b5ef378d394c4
kompose-windows-amd64.exe | b1aa6aba5baf121793de31388761502fd5ff35e0f15b5ef873b2a971cb498d6d
kompose-windows-amd64.exe.tar.gz | 60924b16fd7399e8b14731a03b40f2dcfacc75cc1d0a3d3079d1b7b7fc9498ca
kompose-windows-amd64.exe.tar.gz.tar.gz | d433bce517ea14b3bf1e3b62623e13311ba00a29e208a0c1dfc9067b7cfa65ef

What's Changed

  • update release script again with a reminder for docs update by @cdrage in https://github.com/kubernetes/kompose/pull/1674
  • Update website with correct links by @cdrage in https://github.com/kubernetes/kompose/pull/1673
  • chore(deps)(deps): bump github.com/compose-spec/compose-go from 1.16.0 to 1.17.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1675
  • Upgrade Kubernetes module to the latest version v0.27.3 by @payamQorbanpour in https://github.com/kubernetes/kompose/pull/1677
  • update redis wording to replica by @cdrage in https://github.com/kubernetes/kompose/pull/1680
  • Fix loading env file by @AhmedGrati in https://github.com/kubernetes/kompose/pull/1679
  • replace wording by @cdrage in https://github.com/kubernetes/kompose/pull/1682
  • chore(deps)(deps): bump golang.org/x/tools from 0.11.0 to 0.11.1 by @dependabot in https://github.com/kubernetes/kompose/pull/1681
  • chore(deps)(deps): bump github.com/compose-spec/compose-go from 1.17.0 to 1.18.1 by @dependabot in https://github.com/kubernetes/kompose/pull/1690
  • chore(deps)(deps): bump golang.org/x/tools from 0.11.1 to 0.12.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1686
  • chore(deps)(deps): bump github.com/compose-spec/compose-go from 1.18.1 to 1.18.2 by @dependabot in https://github.com/kubernetes/kompose/pull/1692
  • fix(dependabot): remove obsolete ignore list for go packages by @Lctrs in https://github.com/kubernetes/kompose/pull/1685
  • chore(deps)(deps): bump k8s.io/api from 0.27.3 to 0.28.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1694
  • Feat: add kompose client PoC by @AhmedGrati in https://github.com/kubernetes/kompose/pull/1593
  • chore(deps)(deps): bump gotest.tools/v3 from 3.4.0 to 3.5.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1697
  • chore(deps)(deps): bump k8s.io/api from 0.28.0 to 0.28.1 by @dependabot in https://github.com/kubernetes/kompose/pull/1700
  • Fix expose conversion by @AhmedGrati in https://github.com/kubernetes/kompose/pull/1696
  • chore(deps)(deps): bump github.com/compose-spec/compose-go from 1.18.2 to 1.18.3 by @dependabot in https://github.com/kubernetes/kompose/pull/1701
  • chore(ci)(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/kubernetes/kompose/pull/1704
  • chore(deps)(deps): bump github.com/compose-spec/compose-go from 1.18.3 to 1.18.4 by @dependabot in https://github.com/kubernetes/kompose/pull/1703
  • chore(deps)(deps): bump k8s.io/apimachinery from 0.28.1 to 0.28.2 by @dependabot in https://github.com/kubernetes/kompose/pull/1706
  • chore(deps)(deps): bump k8s.io/api from 0.28.1 to 0.28.2 by @dependabot in https://github.com/kubernetes/kompose/pull/1707
  • chore(deps)(deps): bump golang.org/x/tools from 0.12.0 to 0.13.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1705
  • chore(deps)(deps): bump github.com/compose-spec/compose-go from 1.18.4 to 1.19.0 by @dependabot in https://github.com/kubernetes/kompose/pull/1712
  • chore(deps)(deps): bump gotest.tools/v3 from 3.5.0 to 3.5.1 by @dependabot in https://github.com/kubernetes/kompose/pull/1710
  • feat: adding support for --profile cmd option by @axel7083 in https://github.com/kubernetes/kompose/pull/1709
  • 1.31.0 Release by @cdrage in https://github.com/kubernetes/kompose/pull/1714

New Contributors

  • @payamQorbanpour made their first contribution in https://github.com/kubernetes/kompose/pull/1677
  • @axel7083 made their first contribution in https://github.com/kubernetes/kompose/pull/1709

Full Changelog: https://github.com/kubernetes/kompose/compare/v1.30.0...v1.31.0


Details

date
Sept. 29, 2023, 3:45 p.m.
name
v1.31.0
type
Minor
👇
Register or login to:
  • 🔍View and search all Kompose releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or