From 416760d4a9e71a7cdbf23b2ec886fc4b6859caf2 Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Tue, 15 Sep 2020 11:06:25 +0200 Subject: [PATCH] Update documentation for version 1.3.2 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- docs/argocd.md | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80354ec..2533d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Version 1.3.2 + +* Support files encrypted using sops versions 3.6.1 and 3.5. No longer supports + sops 3.6.0, which is backward (and now forward) incompatible. + ## Version 1.3.1 * Support files encrypted using sops 3.6.0. diff --git a/README.md b/README.md index 7816b31..d986e60 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ Download the `SopsSecretGenerator` binary for your platform from the move it to `$XDG_CONFIG_HOME/kustomize/plugin/goabout.com/v1beta1/sopssecretgenerator`. (By default, `$XDG_CONFIG_HOME` points to `$HOME/.config` on Linux and OS X, and `%LOCALAPPDATA%` on Windows.) -For example, to install version 1.3.1 on Linux: +For example, to install version 1.3.2 on Linux: - VERSION=1.3.1 PLATFORM=linux ARCH=amd64 + VERSION=1.3.2 PLATFORM=linux ARCH=amd64 curl -Lo SopsSecretGenerator https://github.com/goabout/kustomize-sopssecretgenerator/releases/download/v${VERSION}/SopsSecretGenerator_${VERSION}_${PLATFORM}_${ARCH} chmod +x SopsSecretGenerator mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}/kustomize/plugin/goabout.com/v1beta1/sopssecretgenerator" diff --git a/docs/argocd.md b/docs/argocd.md index 3c1488a..bb07798 100644 --- a/docs/argocd.md +++ b/docs/argocd.md @@ -30,7 +30,7 @@ Use a kustomize [patchStrategicMerge](https://github.com/kubernetes-sigs/kustomi name: custom-tools env: - name: VERSION - value: 1.3.1 + value: 1.3.2 - name: PLATFORM value: linux - name: ARCH