Skip to content

Commit

Permalink
Releasing secrets-manager v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
egarcia committed Jan 5, 2021
1 parent be2427b commit a528d48
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
version: 2.0

jobs:
unit_tests:
docker:
Expand Down Expand Up @@ -46,7 +46,7 @@
- run: mv kubebuilder_2.0.0-alpha.4_linux_amd64 kubebuilder && sudo mv kubebuilder /usr/local/
- run: export PATH=$PATH:/usr/local/kubebuilder/bin
- run: make test

workflows:
version: 2
secrets-manager:
Expand All @@ -66,4 +66,3 @@
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
branches:
ignore: /.*/

4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Please delete options that are not relevant.

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes.
Please describe the tests that you ran to verify your changes.

Provide instructions so we can reproduce.
Provide instructions so we can reproduce.

Please also list any relevant details for your test configuration

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.1.0 2021-01-05

- [BEHAVIOUR] Using flags watch-namespaces / exclude-namespaces. They interact differently.
- All namespaces are watched. A namespace is excluded if it is specified within the *exclude-namespaces* flag.
- [FEATURE] Adding **auth-method** param to specify Vault authentication method.
- Adding vault authentication method from kubernetes. With **auth-method** param set to **kubernetes**.
- [BUG] set the controller name to something unique avoid 'duplicate metrics collector registration attempted' errors.

## no code related changes 2020-04-28

- No logic changes in secrets-manager. But we are going to stablish some changes in the project management:
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: registry.hub.docker.com/tuentitech/secrets-manager:v1.0.2
- image: registry.hub.docker.com/tuentitech/secrets-manager:v1.1.0
name: manager
2 changes: 1 addition & 1 deletion deploy/version/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=v1.0.3-kubernetes-role-3
version=v1.1.0

0 comments on commit a528d48

Please sign in to comment.