This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
v0.7.0
0.7.0 release of Kedge!
Changes to this release:
- Updated vendoring to support OpenShift 3.7.0 (#506)
- Kedge will now fall-back to
oc
ifkubectl
is unavailable (#458) - You can now specify a default value within the Kedge YAML file (#535)
Specifying a default value:
A feature added to this release of Kedge is the ability to set a default value.
You can now specify a default value if a system environment file is not found:
name: foo
image: foo/bar:[[ TAG:latest ]]
Installation
Linux and macOS:
# Linux
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.7.0/kedge-linux-amd64 -o kedge
# macOS
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.7.0/kedge-darwin-amd64 -o kedge
chmod +x kedge
sudo mv ./kedge /usr/local/bin/kedge
Windows:
Download from GitHub and add the binary to your PATH.
Checksums:
Filename | SHA256 Hash |
---|---|
kedge-darwin-amd64 | ee5abbdfe2dbc0e39263404d04e5c6a0392cb613e6aac1e28c99360d295c18de |
kedge-darwin-amd64.tar.gz | 988192b55758c4174c56bc8cbf592c9a37435c43919f62d74412467d0c8108ce |
kedge-linux-amd64 | f28c79095b156343cf52a67ff6d21d4fc95a540c6f130b3ccfaed7aa53c0bb5a |
kedge-linux-amd64.tar.gz | b39768a2e130a1be5a2fd658bdc6e1ea8c43a972357156ab1904693101ba22c3 |
kedge-linux-arm | c9e89f6aac359f16efec70eceff55baaac145573eb011594322945a0b1b3f854 |
kedge-linux-arm.tar.gz | 74ce61e09d4ff30d01f718b31af46c0d914022f089877bdf44a87bbf21f1d0eb |
kedge-windows-amd64.exe | 3fd08c077f0360e7e1f99e250901f157a8cfc2b061d3b89deaef2e00f7ab0509 |
kedge-windows-amd64.exe.tar.gz | 636e1a96afabe467ab9580cad6b73d391f590caf0f50beb23fff13d1a0e84892 |