feat(helm): update chart external-dns ( 1.15.2 → 1.20.0 )#5311
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(helm): update chart external-dns ( 1.15.2 → 1.20.0 )#5311renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
--- kubernetes/cluster-0/apps/network/external-dns/internal Kustomization: flux-system/externaldns-internal HelmRelease: network/externaldns-internal
+++ kubernetes/cluster-0/apps/network/external-dns/internal Kustomization: flux-system/externaldns-internal HelmRelease: network/externaldns-internal
@@ -14,13 +14,13 @@
chart: external-dns
interval: 30m
sourceRef:
kind: HelmRepository
name: kubernetes-sigs-external-dns
namespace: flux-system
- version: 1.14.3
+ version: 1.16.0
interval: 30m
postRenderers:
- kustomize:
patches:
- patch: |
- op: add
--- kubernetes/cluster-0/apps/network/external-dns/external Kustomization: flux-system/externaldns-external HelmRelease: network/external-dns
+++ kubernetes/cluster-0/apps/network/external-dns/external Kustomization: flux-system/externaldns-external HelmRelease: network/external-dns
@@ -14,13 +14,13 @@
chart: external-dns
interval: 30m
sourceRef:
kind: HelmRepository
name: kubernetes-sigs-external-dns
namespace: flux-system
- version: 1.14.3
+ version: 1.16.0
interval: 30m
postRenderers:
- kustomize:
patches:
- patch: |
- op: add |
Contributor
--- HelmRelease: network/external-dns Deployment: network/externaldns-external
+++ HelmRelease: network/external-dns Deployment: network/externaldns-external
@@ -39,13 +39,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
- image: registry.k8s.io/external-dns/external-dns:v0.14.0
+ image: registry.k8s.io/external-dns/external-dns:v0.15.1
imagePullPolicy: IfNotPresent
env:
- name: CF_API_TOKEN
valueFrom:
secretKeyRef:
key: cloudflare_api_token
--- HelmRelease: network/external-dns ServiceMonitor: network/externaldns-external
+++ HelmRelease: network/external-dns ServiceMonitor: network/externaldns-external
@@ -6,13 +6,13 @@
namespace: network
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: external-dns
app.kubernetes.io/managed-by: Helm
spec:
- jobLabel: external-dns
+ jobLabel: app.kubernetes.io/instance
namespaceSelector:
matchNames:
- network
selector:
matchLabels:
app.kubernetes.io/name: external-dns
--- HelmRelease: network/externaldns-internal Deployment: network/externaldns-internal
+++ HelmRelease: network/externaldns-internal Deployment: network/externaldns-internal
@@ -39,13 +39,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
- image: registry.k8s.io/external-dns/external-dns:v0.14.0
+ image: registry.k8s.io/external-dns/external-dns:v0.15.1
imagePullPolicy: IfNotPresent
env:
- name: EXTERNAL_DNS_RFC2136_HOST
value: 10.20.0.15
- name: EXTERNAL_DNS_RFC2136_PORT
value: '5391'
--- HelmRelease: network/externaldns-internal ServiceMonitor: network/externaldns-internal
+++ HelmRelease: network/externaldns-internal ServiceMonitor: network/externaldns-internal
@@ -6,13 +6,13 @@
namespace: network
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: externaldns-internal
app.kubernetes.io/managed-by: Helm
spec:
- jobLabel: externaldns-internal
+ jobLabel: app.kubernetes.io/instance
namespaceSelector:
matchNames:
- network
selector:
matchLabels:
app.kubernetes.io/name: external-dns |
Contributor
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
fd897fd to
f66a392
Compare
f66a392 to
ebe4e3c
Compare
ebe4e3c to
d75fe0f
Compare
d75fe0f to
c3b9302
Compare
c3b9302 to
70825d4
Compare
a8718a1 to
8d9f1a2
Compare
8d9f1a2 to
4eb9c3f
Compare
4eb9c3f to
0ecd165
Compare
0ecd165 to
71c512b
Compare
71c512b to
d1b1024
Compare
d1b1024 to
b3edcb0
Compare
| datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | helm | external-dns | 1.15.2 | 1.20.0 |
b3edcb0 to
320c00f
Compare
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.15.2→1.20.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/external-dns (external-dns)
v1.20.0Added
annotationPrefix(#5889) @lexfreiChanged
networking.k8s.io/ingressesandgateway.solo.io/gatewayspermissions when usinggloo-proxysource. (#5909) @cucxabongFixed
.provider.webhook.serviceMonitorconfigs (#5932) @chrisbsmithspec.template.spec.topologySpreadConstraintswhentopologySpreadConstraintsis set. (#6054) @andylim0221v1.19.0Added
annotationFiltervia dedicated chart value. (#5737) @dshatokhinChanged
discovery.k8s.io/endpointslicespermission only when usingservicesource. (#5746) @vflauxv1.18.0Changed
Servicesource to supportEndpointSlices. (#5493) @vflauxFixed
create-onlydns policy in helm values (#5627) @coltonhughes.extraContainersfromobjecttolist(array). (#5564) @svengrebv1.16.0Added
helm plugin unittest. (#5137) @ivankatliarchukhelm plugin schema. (#5075) @ivankatliarchukdocs/contributing/dev-guide.md#helm-valuesguide. (#5075) @ivankatliarchukChanged
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.