Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Jan 25, 2021
1 parent 606ea73 commit 7136f93
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
## UNRELEASED

## 0.23.0 (January 22, 2021)

BUG FIXES:
* CRDs: Fix issue where a `ServiceIntentions` resource could be continually resynced with Consul
because Consul's internal representation had a different order for an array than the Kubernetes resource. [[GH-416](https://github.com/hashicorp/consul-k8s/pull/416)]
* CRDs: **(Consul Enterprise only)** default the `namespace` fields on resources where Consul performs namespace defaulting to prevent constant re-syncing.
[[GH-413](https://github.com/hashicorp/consul-k8s/pull/413)]

IMPROVEMENTS:
* ACLs: give better error if policy that consul-k8s tries to update was created manually by user. [[GH-412](https://github.com/hashicorp/consul-k8s/pull/412)]

FEATURES:
* TLS: add `tls-init` command that is responsible for creating and updating Server TLS certificates. [[GH-410](https://github.com/hashicorp/consul-k8s/pull/410)]

BREAKING CHANGES
* Connect: the `-default-protocol` and `-enable-central-config` flags are no longer supported.
The `consul.hashicorp.com/connect-service-protocol` annotation on Connect pods is also
Expand Down Expand Up @@ -42,6 +28,20 @@ BREAKING CHANGES
protocol: "http"
```
## 0.23.0 (January 22, 2021)
BUG FIXES:
* CRDs: Fix issue where a `ServiceIntentions` resource could be continually resynced with Consul
because Consul's internal representation had a different order for an array than the Kubernetes resource. [[GH-416](https://github.com/hashicorp/consul-k8s/pull/416)]
* CRDs: **(Consul Enterprise only)** default the `namespace` fields on resources where Consul performs namespace defaulting to prevent constant re-syncing.
[[GH-413](https://github.com/hashicorp/consul-k8s/pull/413)]

IMPROVEMENTS:
* ACLs: give better error if policy that consul-k8s tries to update was created manually by user. [[GH-412](https://github.com/hashicorp/consul-k8s/pull/412)]

FEATURES:
* TLS: add `tls-init` command that is responsible for creating and updating Server TLS certificates. [[GH-410](https://github.com/hashicorp/consul-k8s/pull/410)]

## 0.22.0 (December 21, 2020)

BUG FIXES:
Expand Down

0 comments on commit 7136f93

Please sign in to comment.