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

Commit

Permalink
Prepare for release of v0.5.1 (#461)
Browse files Browse the repository at this point in the history
* Prepare for release of v0.5.0
Consul API Gateway version being released: `0.5.0`
Now requires:
- consul: `1.12.0`
- consul-k8s: `0.49.1`

* Rev to 0.5.1

* regenerate golden files

Co-authored-by: andrewstucki <andrewstucki@users.noreply.github.com>
Co-authored-by: Andrew Stucki <andrew.stucki@hashicorp.com>
  • Loading branch information
3 people authored Nov 18, 2022
1 parent 7caecc1 commit 76afed8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## UNRELEASED

## 0.5.1 (November 21, 2022)

BUG FIXES:

* Fix being able to use system-wide root certificates in deployments. [[GH-459](https://github.com/hashicorp/consul-api-gateway/issues/459)]

## 0.5.0 (November 17, 2022)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Consul API Gateway implements the Kubernetes [Gateway API Specification](https:/
## Prerequisites

The Consul API Gateway must be installed on a Kubernetes cluster with the [Consul K8s](https://github.com/hashicorp/consul-k8s) service
mesh deployed on it. The installed version of Consul must be `v1.12` or greater.
mesh deployed on it. The installed version of Consul must be `v1.12.0` or greater.

The Consul Helm chart must be used, with specific settings, to install Consul on the Kubernetes
cluster. The Consul Helm chart must be version `0.49.1` or greater. See the Consul API Gateway documentation for the required settings.
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.0
image: hashicorp/consul-api-gateway:0.5.1
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.0
image: hashicorp/consul-api-gateway:0.5.1
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.0
image: hashicorp/consul-api-gateway:0.5.1
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.0
image: hashicorp/consul-api-gateway:0.5.1
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 @@ -14,7 +14,7 @@ var (
//
// Version must conform to the format expected by
// github.com/hashicorp/go-version for tests to work.
Version = "0.5.0"
Version = "0.5.1"

// 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 76afed8

Please sign in to comment.