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 #544 from hashicorp/v0.5.3-release-prep
Browse files Browse the repository at this point in the history
Prepare for release of v0.5.3
  • Loading branch information
Andrew Stucki authored Mar 29, 2023
2 parents d36f974 + 52830db commit 6c3d443
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.3 (March 29, 2022)

BUG FIXES:

* Fix envoy deployments not properly identifying themselves when deployed to non-default partitions. [[GH-537](https://github.com/hashicorp/consul-api-gateway/issues/537)]

## 0.5.2 (March 3, 2022)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion config/deployment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
serviceAccountName: consul-api-gateway-controller
containers:
- image: hashicorp/consul-api-gateway:0.5.2
- image: hashicorp/consul-api-gateway:0.5.3
command: ["consul-api-gateway", "server", "-consul-address", "$(HOST_IP):8501", "-ca-file", "/ca/tls.crt", "-sds-server-host", "$(IP)", "-k8s-namespace", "$(CONSUL_K8S_NAMESPACE)", "-log-level", "$(LOG_LEVEL)"]
name: consul-api-gateway-controller
ports:
Expand Down
6 changes: 3 additions & 3 deletions dev/docs/example-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ We have provided a set of `kustomize` manifests for installing the Consul API Ga
Apply them to your cluster using the following commands.

```bash
kubectl apply -k "github.com/hashicorp/consul-api-gateway/config/crd?ref=v0.5.2"
kubectl apply -k "github.com/hashicorp/consul-api-gateway/config?ref=v0.5.2"
kubectl apply -k "github.com/hashicorp/consul-api-gateway/config/crd?ref=v0.5.3"
kubectl apply -k "github.com/hashicorp/consul-api-gateway/config?ref=v0.5.3"
```

## Installing the demo Gateway and Mesh Service
Expand Down Expand Up @@ -116,7 +116,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/hashicorp/consul-api-gateway/config/example?ref=v0.5.2
- github.com/hashicorp/consul-api-gateway/config/example?ref=v0.5.3
patches:
- target:
Expand Down
2 changes: 1 addition & 1 deletion dev/docs/supported-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Below is a list of the Kubernetes Gateway API features supported in the current release of the
Consul API Gateway.

Consul API Gateway version: **v0.5.2**
Consul API Gateway version: **v0.5.3**
Supported K8s Gateway API version: **v1beta1**

Supported features are marked with a grey checkbox
Expand Down

0 comments on commit 6c3d443

Please sign in to comment.