Skip to content

Commit

Permalink
Merge pull request #31 from tuenti/release-1.0.0-rc.1
Browse files Browse the repository at this point in the history
Release 1.0.0 rc.1
  • Loading branch information
fcgravalos authored Jul 24, 2019
2 parents ba59284 + 5f18d2b commit 9213e74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.0.0-rc.1 2019-07-12
Release Candidate 1
## v1.0.0-snapshot-1 2019-07-09

### Added
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-snapshot-1
SECRETS_MANAGER_VERSION=v1.0.0-rc.1
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-snapshot-1
- image: registry.hub.docker.com/secrets-manager:v1.0.0-rc.1
name: manager

0 comments on commit 9213e74

Please sign in to comment.