Skip to content

Commit 31a0ca8

Browse files
authored
Merge pull request #32 from tuenti/release-1.0.0
stable release 1.0.0
2 parents 9213e74 + 3882785 commit 31a0ca8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.0.0 2019-07-29
2+
Stable release
3+
14
## v1.0.0-rc.1 2019-07-12
25
Release Candidate 1
36
## v1.0.0-snapshot-1 2019-07-09

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOCKER_REGISTRY ?= "registry.hub.docker.com"
22
BINARY_NAME=secrets-manager
3-
SECRETS_MANAGER_VERSION=v1.0.0-rc.1
3+
SECRETS_MANAGER_VERSION=v1.0.0
44
GO111MODULE=on
55
# Image URL to use all building/pushing image targets
66
IMG = ${DOCKER_REGISTRY}/${BINARY_NAME}:${SECRETS_MANAGER_VERSION}

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
spec:
99
containers:
1010
# Change the value of image field below to your controller image URL
11-
- image: registry.hub.docker.com/secrets-manager:v1.0.0-rc.1
11+
- image: registry.hub.docker.com/secrets-manager:v1.0.0
1212
name: manager

0 commit comments

Comments
 (0)