Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

v0.8.0

Compare
Choose a tag to compare
@cdrage cdrage released this 24 Jan 15:44
· 36 commits to master since this release
9b112c7

0.8.0 of Kedge!

Changes in this month's release:

  • New Kedge file structure (#565 and #569)
  • Global label propagation bugfix (#576)

A massive change in this month's release. Kedge now uses a brand-new file structure!

Instead of specifying your controller like so:

name: web
controller: deployment
- containers:
  name: nginx
  ...

It is now located in a separate sub-key:

name: web
deployments:
 - containers:
   name: nginx
   ...

Our file reference documentation has been updated to reflect the changes to the new Kedge structure. The examples have also been updated to reflect the new structure.

Going forward, Kedge will use this new-structure and any previous examples will no longer work. Please go through the documentation and update your Kedge application. If you have any problems, feel free to open an issue on GitHub!

Thanks to those who've contributed to this month's release!

Installation

Linux and macOS:

# Linux
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.8.0/kedge-linux-amd64 -o kedge

# macOS
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.8.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 fa971b8fd348b7cb9f49b5e95c5ace2a2cbb9a8ca4722b46bb6d77854538a4b4
kedge-darwin-amd64.tar.gz fcdcae4dd18215766a4b2e6e1db5f0d8d3112bc7c1fc77ae03e122b8b67d41e7
kedge-linux-amd64 06229bf7d5925b6f923996236c8669b6d396a19af1105433ac000976473d930f
kedge-linux-amd64.tar.gz fe3ff7ded5979021cbca850bc9c9f2a46349491475caed0890cec7ba75ca2298
kedge-linux-arm dcaac28161052aa6c947a279f6ab3e24da9822ac92413bc74b5a9db3e933c5dd
kedge-linux-arm.tar.gz 92a06ac35634698f37e2361422d57bd09dd304966258b7026dd79ec2876f8754
kedge-windows-amd64.exe 080ff4e1a2dbcc6893b1fbae3dd53b5f7a374137f786d106d0e95a78472bd9f8
kedge-windows-amd64.exe.tar.gz 590ccc944c55ea53bb4553ddd96b94385a739a91816be4d174e1608438577b4f