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

Prepare for release of v0.5.2 #527

Merged
merged 1 commit into from
Mar 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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