From 52830dba56bd105442d674f5e3ea53ec5336da23 Mon Sep 17 00:00:00 2001 From: Andrew Stucki Date: Wed, 29 Mar 2023 14:26:35 -0400 Subject: [PATCH] Prepare for release of v0.5.3 --- CHANGELOG.md | 6 ++++++ config/deployment/deployment.yaml | 2 +- dev/docs/example-setup.md | 6 +++--- dev/docs/supported-features.md | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8307ad42..a8635729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/config/deployment/deployment.yaml b/config/deployment/deployment.yaml index 4631da52..c3009416 100644 --- a/config/deployment/deployment.yaml +++ b/config/deployment/deployment.yaml @@ -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: diff --git a/dev/docs/example-setup.md b/dev/docs/example-setup.md index 009c1844..7e850abf 100644 --- a/dev/docs/example-setup.md +++ b/dev/docs/example-setup.md @@ -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 @@ -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: diff --git a/dev/docs/supported-features.md b/dev/docs/supported-features.md index 6ea059c5..333ea9d7 100644 --- a/dev/docs/supported-features.md +++ b/dev/docs/supported-features.md @@ -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