chore(deps): update helm release external-dns to v1.21.1#3432
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update helm release external-dns to v1.21.1#3432renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Helm Diff
@@ -1,17 +1,23 @@
annotations:
artifacthub.io/changes: |-
- kind: added
- description: "Add option to set annotationPrefix (#5889) @lexfrei."
- - kind: changed
- description: "Grant networking.k8s.io/ingresses and gateway.solo.io/gateways permissions when using gloo-proxy source."
+ description: "Add value .sourceNamespace to watch a namespace which is different from the one that external-dns is installed into when .namespaced is true."
+ - kind: added
+ description: "Add option to enable Gateway API ListenerSet support."
+ - kind: added
+ description: "Add support for bool in extraArgs."
+ - kind: added
+ description: "Add value .namespaceOverride to render chart resources into a namespace different from the release namespace, for subchart installs that want their own namespace."
- kind: changed
- description: "Update ExternalDNS OCI image version to v0.20.0."
+ description: "Update ExternalDNS OCI image version to v0.21.0."
+ - kind: fixed
+ description: "Avoid creating cluster-scoped RBAC for Gateway API sources when running namespaced with gatewayNamespace set. Namespace listing permissions are now only added when gatewayNamespace is unset."
- kind: fixed
- description: "Fixed the missing schema for .provider.webhook."
+ description: "Ensure container arguments are passed in as strings (#6264) @KhooHaoYit."
- kind: fixed
- description: "Fixed incorrect indentation of selector labels under spec.template.spec.topologySpreadConstraints when topologySpreadConstraints is set."
+ description: "Ensure container arguments are passed in as strings when extraArgs is a map (#6284) @vflaux."
apiVersion: v2
-appVersion: 0.20.0
+appVersion: 0.21.0
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with
DNS providers.
home: https://github.com/kubernetes-sigs/external-dns/
@@ -32,4 +38,4 @@
sources:
- https://github.com/kubernetes-sigs/external-dns/
type: application
-version: 1.20.0
+version: 1.21.1
@@ -23,6 +23,12 @@
# -- (string) Override the full name of the chart.
fullnameOverride: # @schema type:[string, null]; default: null
+# -- (string) Override the namespace that chart resources are rendered into.
+# Defaults to the release namespace. Useful when installing the chart as a
+# subchart that should live in its own namespace, separate from the umbrella
+# release namespace.
+namespaceOverride: # @schema type:[string, null]; default: null
+
# -- Labels to add to all chart resources.
commonLabels: {}
@@ -205,9 +211,18 @@
# -- if `true`, _ExternalDNS_ will run in a namespaced scope (`Role`` and `Rolebinding`` will be namespaced too).
namespaced: false
+# -- if `true`, the Gateway API ListenerSet flag will be enabled.
+enableGatewayListenerSets: false
+
# -- _Gateway API_ gateway namespace to watch.
+# When `namespaced=true`, setting this value avoids creating any cluster-scoped RBAC
+# (no ClusterRole/ClusterRoleBinding) for Gateway sources.
gatewayNamespace: # @schema type:[string, null]; default: null
+# -- Source namespace to watch for Kubernetes resources other than Gateway API gateways.
+# Used only when `namespaced=true`. Defaults to Release.Namespace
+sourceNamespace: # @schema type:[string, null]; default: null
+
# -- _Kubernetes_ resources to monitor for DNS entries.
sources:
- service |
1 similar comment
|
Helm Diff
@@ -1,17 +1,23 @@
annotations:
artifacthub.io/changes: |-
- kind: added
- description: "Add option to set annotationPrefix (#5889) @lexfrei."
- - kind: changed
- description: "Grant networking.k8s.io/ingresses and gateway.solo.io/gateways permissions when using gloo-proxy source."
+ description: "Add value .sourceNamespace to watch a namespace which is different from the one that external-dns is installed into when .namespaced is true."
+ - kind: added
+ description: "Add option to enable Gateway API ListenerSet support."
+ - kind: added
+ description: "Add support for bool in extraArgs."
+ - kind: added
+ description: "Add value .namespaceOverride to render chart resources into a namespace different from the release namespace, for subchart installs that want their own namespace."
- kind: changed
- description: "Update ExternalDNS OCI image version to v0.20.0."
+ description: "Update ExternalDNS OCI image version to v0.21.0."
+ - kind: fixed
+ description: "Avoid creating cluster-scoped RBAC for Gateway API sources when running namespaced with gatewayNamespace set. Namespace listing permissions are now only added when gatewayNamespace is unset."
- kind: fixed
- description: "Fixed the missing schema for .provider.webhook."
+ description: "Ensure container arguments are passed in as strings (#6264) @KhooHaoYit."
- kind: fixed
- description: "Fixed incorrect indentation of selector labels under spec.template.spec.topologySpreadConstraints when topologySpreadConstraints is set."
+ description: "Ensure container arguments are passed in as strings when extraArgs is a map (#6284) @vflaux."
apiVersion: v2
-appVersion: 0.20.0
+appVersion: 0.21.0
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with
DNS providers.
home: https://github.com/kubernetes-sigs/external-dns/
@@ -32,4 +38,4 @@
sources:
- https://github.com/kubernetes-sigs/external-dns/
type: application
-version: 1.20.0
+version: 1.21.1
@@ -23,6 +23,12 @@
# -- (string) Override the full name of the chart.
fullnameOverride: # @schema type:[string, null]; default: null
+# -- (string) Override the namespace that chart resources are rendered into.
+# Defaults to the release namespace. Useful when installing the chart as a
+# subchart that should live in its own namespace, separate from the umbrella
+# release namespace.
+namespaceOverride: # @schema type:[string, null]; default: null
+
# -- Labels to add to all chart resources.
commonLabels: {}
@@ -205,9 +211,18 @@
# -- if `true`, _ExternalDNS_ will run in a namespaced scope (`Role`` and `Rolebinding`` will be namespaced too).
namespaced: false
+# -- if `true`, the Gateway API ListenerSet flag will be enabled.
+enableGatewayListenerSets: false
+
# -- _Gateway API_ gateway namespace to watch.
+# When `namespaced=true`, setting this value avoids creating any cluster-scoped RBAC
+# (no ClusterRole/ClusterRoleBinding) for Gateway sources.
gatewayNamespace: # @schema type:[string, null]; default: null
+# -- Source namespace to watch for Kubernetes resources other than Gateway API gateways.
+# Used only when `namespaced=true`. Defaults to Release.Namespace
+sourceNamespace: # @schema type:[string, null]; default: null
+
# -- _Kubernetes_ resources to monitor for DNS entries.
sources:
- service |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.20.0→1.21.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/external-dns (external-dns)
v1.21.1Added
.sourceNamespaceto watch a namespace which is different from the one that external-dns is installed into when.namespacedis true. (#6297) @jplitza.namespaceOverrideto render chart resources into a namespace different from the release namespace, for subchart installs that want their own namespace. (#6389) @alliasgherChanged
Fixed
gatewayNamespaceset. Namespace listing permissions are now only added whengatewayNamespaceis unset. (#5843) @TobyTheHuttConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.