-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(helm): update chart external-dns to 1.15.0 #100
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/external-dns-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
--- kubernetes/apps/networking/external-dns/app Kustomization: flux-system/cluster-apps-external-dns HelmRelease: networking/external-dns
+++ kubernetes/apps/networking/external-dns/app Kustomization: flux-system/cluster-apps-external-dns HelmRelease: networking/external-dns
@@ -9,13 +9,13 @@
spec:
chart: external-dns
sourceRef:
kind: HelmRepository
name: external-dns
namespace: flux-system
- version: 1.13.1
+ version: 1.15.0
install:
remediation:
retries: 3
interval: 30m
maxHistory: 2
uninstall: |
--- kubernetes HelmRelease: networking/external-dns ServiceAccount: networking/external-dns
+++ kubernetes HelmRelease: networking/external-dns ServiceAccount: networking/external-dns
@@ -5,7 +5,8 @@
name: external-dns
namespace: networking
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: external-dns
app.kubernetes.io/managed-by: Helm
+automountServiceAccountToken: null
--- kubernetes HelmRelease: networking/external-dns Deployment: networking/external-dns
+++ kubernetes HelmRelease: networking/external-dns Deployment: networking/external-dns
@@ -24,25 +24,28 @@
annotations:
secret.reloader.stakater.com/reload: external-dns-secret
spec:
serviceAccountName: external-dns
securityContext:
fsGroup: 65534
+ runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
- name: external-dns
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
+ privileged: false
readOnlyRootFilesystem: true
+ runAsGroup: 65532
runAsNonRoot: true
- runAsUser: 65534
- image: registry.k8s.io/external-dns/external-dns:v0.13.6
+ runAsUser: 65532
+ image: registry.k8s.io/external-dns/external-dns:v0.15.0
imagePullPolicy: IfNotPresent
env:
- name: CF_API_TOKEN
valueFrom:
secretKeyRef:
key: api-token
--- kubernetes HelmRelease: networking/external-dns ServiceMonitor: networking/external-dns
+++ kubernetes HelmRelease: networking/external-dns ServiceMonitor: networking/external-dns
@@ -6,13 +6,13 @@
namespace: networking
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:
- networking
selector:
matchLabels:
app.kubernetes.io/name: external-dns |
renovate
bot
force-pushed
the
renovate/external-dns-1.x
branch
from
January 22, 2024 11:56
e8a9b32
to
b0adf85
Compare
renovate
bot
changed the title
feat(helm): update chart external-dns to 1.14.1
feat(helm): update chart external-dns to 1.14.2
Jan 22, 2024
renovate
bot
force-pushed
the
renovate/external-dns-1.x
branch
from
January 26, 2024 18:04
b0adf85
to
d51eca9
Compare
renovate
bot
changed the title
feat(helm): update chart external-dns to 1.14.2
feat(helm): update chart external-dns to 1.14.3
Jan 26, 2024
renovate
bot
changed the title
feat(helm): update chart external-dns to 1.14.3
feat(helm): update chart external-dns to 1.14.4
Apr 5, 2024
renovate
bot
force-pushed
the
renovate/external-dns-1.x
branch
from
April 5, 2024 17:30
d51eca9
to
87b303a
Compare
renovate
bot
changed the title
feat(helm): update chart external-dns to 1.14.4
feat(helm): update chart external-dns to 1.14.5
Jun 10, 2024
renovate
bot
force-pushed
the
renovate/external-dns-1.x
branch
from
June 10, 2024 16:48
87b303a
to
bfa8fb2
Compare
renovate
bot
force-pushed
the
renovate/external-dns-1.x
branch
from
September 11, 2024 17:06
bfa8fb2
to
7238f1c
Compare
renovate
bot
changed the title
feat(helm): update chart external-dns to 1.14.5
feat(helm): update chart external-dns to 1.15.0
Sep 11, 2024
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.13.1
->1.15.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/external-dns (external-dns)
v1.15.0
v1.14.5
Added
extraContainers
argument. (#4432) @omerap12excludeDomains
argument. (#4380) @bford-evsChanged
DNSEndpoint
CRD. (#4541) @stevehipwellrevisionHistoryLimit
to be more generic. (#4541) @stevehipwellFixed
ServiceMonitor
job name to correctly use the instance label. (#4541) @stevehipwellv1.14.3
Fixed
gateway-grpcroute
,gateway-tlsroute
,gateway-tcproute
&gateway-udproute
. (#4205) @orenlevi111automountServiceAccountToken
. (#4208) @stevehipwellv1.14.2
Fixed
.Values.provider
and.Values.provider.name
v1.14.1
Fixed
"http-webhook-metrics": must be no more than 15 characters
. (#4173) @gabe565Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), 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.