Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Venkatesh committed Nov 10, 2021
1 parent 9d16c5a commit 521fb79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## UNRELEASED

FEATURES:
* Helm Chart
* Add support for Consul services to utilize Consul DNS for service discovery. Set `dns.enableRedirection` to allow services to
use Consul DNS via the Consul DNS Service. [[GH-833](https://github.com/hashicorp/consul-k8s/pull/833)]
* Control Plane
* Connect: Allow services using Connect to utilize Consul DNS to perform service discovery. [[GH-833](https://github.com/hashicorp/consul-k8s/pull/833)]

BREAKING CHANGES:
* Previously [UI metrics](https://www.consul.io/docs/connect/observability/ui-visualization) would be enabled when
`global.metrics=false` and `ui.metrics.enabled=-`. If you are no longer seeing UI metrics,
Expand Down
9 changes: 1 addition & 8 deletions charts/consul/templates/client-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
component: client
{{- if (or .Values.dns.enabled .Values.global.acls.manageSystemACLs .Values.global.enablePodSecurityPolicies .Values.global.openshift.enabled) }}
{{- if (or .Values.global.acls.manageSystemACLs .Values.global.enablePodSecurityPolicies .Values.global.openshift.enabled) }}
rules:
{{- if .Values.global.enablePodSecurityPolicies }}
- apiGroups: ["policy"]
Expand All @@ -37,13 +37,6 @@ rules:
verbs:
- use
{{- end}}
{{- if .Values.dns.enabled }}
- apiGroups: [""]
resources:
- services
verbs:
- get
{{- end }}
{{- else}}
rules: []
{{- end }}
Expand Down

0 comments on commit 521fb79

Please sign in to comment.