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

Commit

Permalink
Merge pull request #545 from hashicorp/version-rev
Browse files Browse the repository at this point in the history
Rev version for 0.5.3 release
  • Loading branch information
Andrew Stucki authored Mar 29, 2023
2 parents 6c3d443 + f6db975 commit a055b3f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
- /bin/discover
- /bin/consul-api-gateway
- /bootstrap/
image: hashicorp/consul-api-gateway:0.5.2
image: hashicorp/consul-api-gateway:0.5.3
name: consul-api-gateway-init
resources: {}
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
- /bin/discover
- /bin/consul-api-gateway
- /bootstrap/
image: hashicorp/consul-api-gateway:0.5.2
image: hashicorp/consul-api-gateway:0.5.3
name: consul-api-gateway-init
resources: {}
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
- /bin/discover
- /bin/consul-api-gateway
- /bootstrap/
image: hashicorp/consul-api-gateway:0.5.2
image: hashicorp/consul-api-gateway:0.5.3
name: consul-api-gateway-init
resources: {}
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
- /bin/discover
- /bin/consul-api-gateway
- /bootstrap/
image: hashicorp/consul-api-gateway:0.5.2
image: hashicorp/consul-api-gateway:0.5.3
name: consul-api-gateway-init
resources: {}
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
//
// Version must conform to the format expected by
// github.com/hashicorp/go-version for tests to work.
Version = "0.5.2"
Version = "0.5.3"

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

0 comments on commit a055b3f

Please sign in to comment.