New release!
Installation
Linux and macOS:
# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.27.0/kompose-linux-amd64 -o kompose
# macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.27.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 | 88f3bafcef2263af8f8c84e27255761f5d41a4e2cdff41bf1a57d4aa4c3c34ec |
kompose-darwin-amd64.tar.gz | 70ab796d034b46ff365262c47ce99db6e0a144019ad8072b2c218665960fa250 |
kompose-darwin-arm64 | ca04f4148d9e80d8ee71ba10085fdab199c3877f84d35069ba833a96f9cca4a9 |
kompose-darwin-arm64.tar.gz | 955e68e012fc3adc972c4bcc2b54424378d3fa58dab75b22334f8bee6935a07f |
kompose-linux-amd64 | 6ae92c67f17a2170ac1b6d69214ed6452ea507bdb0df4eee8ea792f33107710d |
kompose-linux-amd64.tar.gz | d07cd1c0095a2a3a4a86fa7bdc4b750f26692a5cd47549415d687615d9ddab3c |
kompose-linux-arm | c347a80f3e4558685f8e27528497dbf2a65da1f49581a90df7dc289fa4c31052 |
kompose-linux-arm.tar.gz | 258616f91f71f7a0903be2c0543b1b9d082c9b65d99e49707d54585b8319d5a2 |
kompose-linux-arm64 | b4699fe6e498620944fc5bf975ab6169dff266bdc47f0b8e8b0eb4099516f08c |
kompose-linux-arm64.tar.gz | 4f63eea3bba22ef315c72bb0322eb104cd0f93bd97a6304bb471b9b45aa08cd9 |
kompose-windows-amd64.exe | dabbadd592d2ace2d94d7b2c5f429d76d02ef6befe07c5088f4527a9d1f93e5c |
kompose-windows-amd64.exe.tar.gz | 8400eefd2c52ea985951b1f51102eab1577d9adc7b820eea1cf5b7510d4cd176 |
What's Changed
- Add new Kompose site by @cdrage in #1474
- Add new kompose site by @cdrage in #1475
- Synchronize site and update .gitignore by @cdrage in #1477
- Update README for docs website by @cdrage in #1476
- Remove [file] from convert helptext by @mac-chaffee in #1485
- Add kompose.service.expose.ingress-class-name by @sergeyshevch in #1486
- fix(v3): Added network name normalisation in v3 parsing by @sergeyshevch in #1490
- Fix build error on go1.18 by @darklore in #1493
- fix: change the port ID definition in kubernetes.go file by @AhmedGrati in #1515
- fix daemonset creation (add selector) by @realgam3 in #1512
- [chore] update packages to fix trivy vulnerability scan by @hookenz in #1508
- Provide updated installation instructions for openSUSE/SLE (#1495) by @suntorytimed in #1496
- Fixed secret file locations to match results from docker-compose when using file-based secrets by @campos-ddc in #1478
- recommend to use 'go install @latest" for Go by @dmitris in #1488
- Fix(CI Pipeline): Update Kubernetes unit tests and CI Pipeline configuration files by @AhmedGrati in #1531
- Fix container name by @AhmedGrati in #1528
- 1.27.0 Release by @cdrage in #1534
New Contributors
- @mac-chaffee made their first contribution in #1485
- @sergeyshevch made their first contribution in #1486
- @darklore made their first contribution in #1493
- @AhmedGrati made their first contribution in #1515
- @realgam3 made their first contribution in #1512
- @hookenz made their first contribution in #1508
- @campos-ddc made their first contribution in #1478
- @dmitris made their first contribution in #1488
Full Changelog: v1.26.1...v1.27.0