Skip to content

Commit

Permalink
Update documentation and CI for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcassee committed May 19, 2020
1 parent 14af871 commit 5b74b9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: go
go:
- 1.12.x
- 1.13.x
- 1.14.x
- master

os:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## Development
## Version 1.2.2

* Improve messages for sops errors.
* Document integration with [ArgoCD](https://github.com/argoproj/argo-cd). ([Leland Sindt](https://github.com/LelandSindt))
* Link to alternative plugins.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,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.2.1 on Linux:
For example, to install version 1.2.2 on Linux:

VERSION=1.2.1 PLATFORM=linux ARCH=amd64
VERSION=1.2.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.2.1
value: 1.2.2
- name: PLATFORM
value: linux
- name: ARCH
Expand Down

0 comments on commit 5b74b9d

Please sign in to comment.