broersma-forslund / homelab

A repository containing our home system's configuration files; includes server management, home automation, and other associated system setups. includes Kubernetes setups for effective service orchestration within our home environment.
6 stars 2 forks source link

chore(deps): update external-dns docker tag to v8 #375

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
external-dns (source) major 7.5.7 -> 8.0.0

Release Notes

bitnami/charts (external-dns) ### [`v8.0.0`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/external-dns/CHANGELOG.md#800-2024-06-19) - \[bitnami/external-dns] Major release: drop support for multiple replicas and DaemonSet ([#​26759](https://togithub.com/bitnami/charts/pull/26759))

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 has been generated by Mend Renovate. View repository job log here.

rouke-broersma commented 3 months ago

Infro diff for 44ba264

embla > external-dns (2 files changed)

~~~diff time="2024-06-19T17:04:10Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web." time="2024-06-19T17:04:10Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web." ===== /Service external-dns/external-dns ====== --- /tmp/argocd-diff3066509156/external-dns-live.yaml +++ /tmp/argocd-diff3066509156/external-dns @@ -10,7 +10,7 @@ app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: external-dns app.kubernetes.io/version: 0.14.2 - helm.sh/chart: external-dns-7.5.7 + helm.sh/chart: external-dns-8.0.0 managedFields: - apiVersion: v1 fieldsType: FieldsV1 ===== /ServiceAccount external-dns/external-dns ====== --- /tmp/argocd-diff4123581376/external-dns-live.yaml +++ /tmp/argocd-diff4123581376/external-dns @@ -11,7 +11,7 @@ app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: external-dns app.kubernetes.io/version: 0.14.2 - helm.sh/chart: external-dns-7.5.7 + helm.sh/chart: external-dns-8.0.0 managedFields: - apiVersion: v1 fieldsType: FieldsV1 ===== apiextensions.k8s.io/CustomResourceDefinition /dnsendpoints.externaldns.k8s.io ====== --- /tmp/argocd-diff713571627/dnsendpoints.externaldns.k8s.io-live.yaml +++ /tmp/argocd-diff713571627/dnsendpoints.externaldns.k8s.io @@ -2,8 +2,7 @@ kind: CustomResourceDefinition metadata: annotations: - api-approved.kubernetes.io: https://github.com/kubernetes-sigs/external-dns/pull/2007 - controller-gen.kubebuilder.io/version: v0.5.0 + controller-gen.kubebuilder.io/version: v0.14.0 kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apiextensions.k8s.io/v1","kind":"CustomResourceDefinition","metadata":{"annotations":{"api-approved.kubernetes.io":"https://github.com/kubernetes-sigs/external-dns/pull/2007","controller-gen.kubebuilder.io/version":"v0.5.0"},"creationTimestamp":null,"name":"dnsendpoints.externaldns.k8s.io"},"spec":{"group":"externaldns.k8s.io","names":{"kind":"DNSEndpoint","listKind":"DNSEndpointList","plural":"dnsendpoints","singular":"dnsendpoint"},"scope":"Namespaced","versions":[{"name":"v1alpha1","schema":{"openAPIV3Schema":{"properties":{"apiVersion":{"description":"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources","type":"string"},"kind":{"description":"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds","type":"string"},"metadata":{"type":"object"},"spec":{"description":"DNSEndpointSpec defines the desired state of DNSEndpoint","properties":{"endpoints":{"items":{"description":"Endpoint is a high-level way of a connection between a service and an IP","properties":{"dnsName":{"description":"The hostname of the DNS record","type":"string"},"labels":{"additionalProperties":{"type":"string"},"description":"Labels stores labels defined for the Endpoint","type":"object"},"providerSpecific":{"description":"ProviderSpecific stores provider specific config","items":{"description":"ProviderSpecificProperty holds the name and value of a configuration which is specific to individual DNS providers","properties":{"name":{"type":"string"},"value":{"type":"string"}},"type":"object"},"type":"array"},"recordTTL":{"description":"TTL for the record","format":"int64","type":"integer"},"recordType":{"description":"RecordType type of record, e.g. CNAME, A, SRV, TXT etc","type":"string"},"setIdentifier":{"description":"Identifier to distinguish multiple records with the same name and type (e.g. Route53 records with routing policies other than 'simple')","type":"string"},"targets":{"description":"The targets the DNS record points to","items":{"type":"string"},"type":"array"}},"type":"object"},"type":"array"}},"type":"object"},"status":{"description":"DNSEndpointStatus defines the observed state of DNSEndpoint","properties":{"observedGeneration":{"description":"The generation observed by the external-dns controller.","format":"int64","type":"integer"}},"type":"object"}},"type":"object"}},"served":true,"storage":true,"subresources":{"status":{}}}]},"status":{"acceptedNames":{"kind":"","plural":""},"conditions":[],"storedVersions":[]}} generation: 1 @@ -86,14 +85,19 @@ openAPIV3Schema: properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -130,8 +134,8 @@ format: int64 type: integer recordType: - description: RecordType type of record, e.g. CNAME, A, SRV, - TXT etc + description: RecordType type of record, e.g. CNAME, A, AAAA, + SRV, TXT etc type: string setIdentifier: description: Identifier to distinguish multiple records with ===== apps/Deployment external-dns/external-dns ====== --- /tmp/argocd-diff3127945631/external-dns-live.yaml +++ /tmp/argocd-diff3127945631/external-dns @@ -12,7 +12,7 @@ app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: external-dns app.kubernetes.io/version: 0.14.2 - helm.sh/chart: external-dns-7.5.7 + helm.sh/chart: external-dns-8.0.0 managedFields: - apiVersion: apps/v1 fieldsType: FieldsV1 @@ -250,7 +250,7 @@ spec: progressDeadlineSeconds: 600 replicas: 1 - revisionHistoryLimit: 0 + revisionHistoryLimit: 10 selector: matchLabels: app.kubernetes.io/instance: external-dns @@ -268,7 +268,7 @@ app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: external-dns app.kubernetes.io/version: 0.14.2 - helm.sh/chart: external-dns-7.5.7 + helm.sh/chart: external-dns-8.0.0 spec: affinity: podAntiAffinity: ===== monitoring.coreos.com/ServiceMonitor external-dns/external-dns ====== --- /tmp/argocd-diff2913736301/external-dns-live.yaml +++ /tmp/argocd-diff2913736301/external-dns @@ -11,7 +11,7 @@ app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: external-dns app.kubernetes.io/version: 0.14.2 - helm.sh/chart: external-dns-7.5.7 + helm.sh/chart: external-dns-8.0.0 managedFields: - apiVersion: monitoring.coreos.com/v1 fieldsType: FieldsV1 ===== networking.k8s.io/NetworkPolicy external-dns/external-dns ====== --- /tmp/argocd-diff3165571941/external-dns-live.yaml +++ /tmp/argocd-diff3165571941/external-dns @@ -12,7 +12,7 @@ app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: external-dns app.kubernetes.io/version: 0.14.2 - helm.sh/chart: external-dns-7.5.7 + helm.sh/chart: external-dns-8.0.0 managedFields: - apiVersion: networking.k8s.io/v1 fieldsType: FieldsV1 ===== policy/PodDisruptionBudget external-dns/external-dns ====== --- /tmp/argocd-diff943943508/external-dns-live.yaml +++ /tmp/argocd-diff943943508/external-dns @@ -11,7 +11,7 @@ app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: external-dns app.kubernetes.io/version: 0.14.2 - helm.sh/chart: external-dns-7.5.7 + helm.sh/chart: external-dns-8.0.0 managedFields: - apiVersion: policy/v1 fieldsType: FieldsV1 ===== rbac.authorization.k8s.io/ClusterRole /external-dns-external-dns ====== --- /tmp/argocd-diff2847728074/external-dns-external-dns-live.yaml +++ /tmp/argocd-diff2847728074/external-dns-external-dns @@ -10,7 +10,7 @@ app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: external-dns app.kubernetes.io/version: 0.14.2 - helm.sh/chart: external-dns-7.5.7 + helm.sh/chart: external-dns-8.0.0 managedFields: - apiVersion: rbac.authorization.k8s.io/v1 fieldsType: FieldsV1 ===== rbac.authorization.k8s.io/ClusterRoleBinding /external-dns-external-dns ====== --- /tmp/argocd-diff2886087676/external-dns-external-dns-live.yaml +++ /tmp/argocd-diff2886087676/external-dns-external-dns @@ -10,7 +10,7 @@ app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: external-dns app.kubernetes.io/version: 0.14.2 - helm.sh/chart: external-dns-7.5.7 + helm.sh/chart: external-dns-8.0.0 managedFields: - apiVersion: rbac.authorization.k8s.io/v1 fieldsType: FieldsV1 ~~~
renovate[bot] commented 3 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x releases. But if you manually upgrade to 8.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.