Skip to content

Commit

Permalink
Update documentation for version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcassee committed Sep 15, 2020
1 parent 03051c6 commit 416760d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 416760d

Please sign in to comment.