Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit a055b3f

Browse files
author
Andrew Stucki
authored
Merge pull request #545 from hashicorp/version-rev
Rev version for 0.5.3 release
2 parents 6c3d443 + f6db975 commit a055b3f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

internal/k8s/builder/testdata/clusterip.deployment.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
- /bin/discover
109109
- /bin/consul-api-gateway
110110
- /bootstrap/
111-
image: hashicorp/consul-api-gateway:0.5.2
111+
image: hashicorp/consul-api-gateway:0.5.3
112112
name: consul-api-gateway-init
113113
resources: {}
114114
volumeMounts:

internal/k8s/builder/testdata/loadbalancer.deployment.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
- /bin/discover
109109
- /bin/consul-api-gateway
110110
- /bootstrap/
111-
image: hashicorp/consul-api-gateway:0.5.2
111+
image: hashicorp/consul-api-gateway:0.5.3
112112
name: consul-api-gateway-init
113113
resources: {}
114114
volumeMounts:

internal/k8s/builder/testdata/static-mapping.deployment.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ spec:
112112
- /bin/discover
113113
- /bin/consul-api-gateway
114114
- /bootstrap/
115-
image: hashicorp/consul-api-gateway:0.5.2
115+
image: hashicorp/consul-api-gateway:0.5.3
116116
name: consul-api-gateway-init
117117
resources: {}
118118
volumeMounts:

internal/k8s/builder/testdata/tls-cert.deployment.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ spec:
109109
- /bin/discover
110110
- /bin/consul-api-gateway
111111
- /bootstrap/
112-
image: hashicorp/consul-api-gateway:0.5.2
112+
image: hashicorp/consul-api-gateway:0.5.3
113113
name: consul-api-gateway-init
114114
resources: {}
115115
volumeMounts:

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
//
1818
// Version must conform to the format expected by
1919
// github.com/hashicorp/go-version for tests to work.
20-
Version = "0.5.2"
20+
Version = "0.5.3"
2121

2222
// A pre-release marker for the version. If this is "" (empty string)
2323
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)