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.2 (#527)
Browse files Browse the repository at this point in the history
Consul API Gateway version being released: `${{ env.NEW_API_GATEWAY_VERSION }}`
Now requires:
- consul: `1.12.0`
- consul-k8s: `0.49.1`
  • Loading branch information
nathancoleman authored Mar 3, 2023
1 parent 0f4bb5d commit 096d363
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## UNRELEASED

## 0.5.2 (March 3, 2022)

IMPROVEMENTS:

* Add initial set of copyright headers to applicable files [[GH-470](https://github.com/hashicorp/consul-api-gateway/issues/470)]
* Bump the default envoy image for consul 1.15 compatability when the image is not specified in a GatewayClassConfig [[GH-521](https://github.com/hashicorp/consul-api-gateway/issues/521)]
* go: build with Go v1.19.4 [[GH-474](https://github.com/hashicorp/consul-api-gateway/issues/474)]

BUG FIXES:

* Fix `cross-namespace-policy` not being applied to namespaces created by the controller. [[GH-505](https://github.com/hashicorp/consul-api-gateway/issues/505)]
* consul: fix Consul Enterprise gateway sync issue with Kubernetes namespace mirroring disabled and the Consul destination namespace set to "default" [[GH-483](https://github.com/hashicorp/consul-api-gateway/issues/483)]

## 0.5.1 (November 22, 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.0
- image: hashicorp/consul-api-gateway:0.5.2
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.0"
kubectl apply -k "github.com/hashicorp/consul-api-gateway/config?ref=v0.5.0"
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"
```

## 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.0
- github.com/hashicorp/consul-api-gateway/config/example?ref=v0.5.2
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.0**
Consul API Gateway version: **v0.5.2**
Supported K8s Gateway API version: **v1beta1**

Supported features are marked with a grey checkbox
Expand Down

0 comments on commit 096d363

Please sign in to comment.