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

v0.9.0

Compare
Choose a tag to compare
@cdrage cdrage released this 13 Feb 20:53
· 22 commits to master since this release
1c3d5eb

0.9.0 release of Kedge!

Here's whats new in this months release:

  • Kedge will now read input from STDIN (#450)
  • Kedge will validate additional resources added to the Kedge file (#481)

Reading input from STDIN:

You'll now be able to cat / echo commands to Kedge, for example:

$ cat mariadb.yaml | kedge generate -f -
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  creationTimestamp: null
  labels:
    app: database
  name: database
...
...

Validate additional resources:

Kedge will validate additional resources as well as check the Kubernetes output for any abnormalities.

To disable verification, a new parameter has been added (--skip-validation).

Thanks to all who've contributed to this months release!

Installation

Linux and macOS:

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

# macOS
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.9.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 ed9b860d1010863de8c50526eea7986ccb1e2d83c608a2baba13e08e397a7794
kedge-darwin-amd64.tar.gz ae5b00360d41b53ae936dd2084c34809169e6989baefcf80d2da8a7b38b58c7d
kedge-linux-amd64 f7fb7ad1c6ed02a7d9b609bdc76a8d1590750bf6ee1e07f19f78d61852974b35
kedge-linux-amd64.tar.gz cd81a22ab293d1ed5f482fe578b0ede9c2a2c18adb3f7a0989b76f614635fa1d
kedge-linux-arm 980cc3f9b5bcae7006b9d0e80d19fe4f85b95d4ea14c67fa3e453c653d975ec5
kedge-linux-arm.tar.gz e7f9cbcc98e08cff499b2cfa0f1abba2eb16ceb9140e03d01bf17048ab79e051
kedge-windows-amd64.exe 0dfc24e454f69852c996a30621dc4e5db06d74895a1b508a0d49048440110d9d
kedge-windows-amd64.exe.tar.gz 46320cdd21c97577b295bfb54241b6aa114c069998efb24678ee780240e71da4