Skip to content

Commit

Permalink
Merge pull request #32 from tuenti/release-1.0.0
Browse files Browse the repository at this point in the history
stable release 1.0.0
  • Loading branch information
fcgravalos authored Jul 30, 2019
2 parents 9213e74 + 3882785 commit 31a0ca8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.0 2019-07-29
Stable release

## v1.0.0-rc.1 2019-07-12
Release Candidate 1
## v1.0.0-snapshot-1 2019-07-09
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOCKER_REGISTRY ?= "registry.hub.docker.com"
BINARY_NAME=secrets-manager
SECRETS_MANAGER_VERSION=v1.0.0-rc.1
SECRETS_MANAGER_VERSION=v1.0.0
GO111MODULE=on
# Image URL to use all building/pushing image targets
IMG = ${DOCKER_REGISTRY}/${BINARY_NAME}:${SECRETS_MANAGER_VERSION}
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/secrets-manager:v1.0.0-rc.1
- image: registry.hub.docker.com/secrets-manager:v1.0.0
name: manager

0 comments on commit 31a0ca8

Please sign in to comment.