Skip to content
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ BREAKING CHANGES:
* `server.replicas` now defaults to `1`. Formerly, this defaulted to `3`. [[GH-1551](https://github.com/hashicorp/consul-k8s/pull/1551)]
* `connectInject.enabled` now defaults to `true`. [[GH-1551](https://github.com/hashicorp/consul-k8s/pull/1551)]
* `controller.enabled` now defaults to `true`. [[GH-1551](https://github.com/hashicorp/consul-k8s/pull/1551)]

IMPROVEMENTS:
* Helm:
* API Gateway: Allow controller to read MeshServices for use as a route backend. [[GH-1574](https://github.com/hashicorp/consul-k8s/pull/1574)]

## 1.0.0-beta1 (October 4, 2022)
FEATURES:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ rules:
- gatewayclassconfigs/finalizers
verbs:
- update
- apiGroups:
- api-gateway.consul.hashicorp.com
resources:
- meshservices
verbs:
- get
- list
- watch
- apiGroups:
- apps
resources:
Expand Down