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 ghcr.io/jorenn92/maintainerr docker tag to v2.0.4 #376

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/jorenn92/maintainerr patch 2.0.3 -> 2.0.4

Release Notes

jorenn92/Maintainerr (ghcr.io/jorenn92/maintainerr) ### [`v2.0.4`](https://togithub.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#204-2024-06-19) [Compare Source](https://togithub.com/jorenn92/Maintainerr/compare/v2.0.3...v2.0.4) ##### Bug Fixes - Added "Last Aired At" rule for shows & seasons (Thanks [@​benfugate](https://togithub.com/benfugate)) ([63db845](https://togithub.com/jorenn92/Maintainerr/commit/63db845291445330f86b1c009c466341cf9735bc)) - Adjusted UI to listen to all interfaces, resolving issues with multiple networks ([#​1104](https://togithub.com/jorenn92/Maintainerr/issues/1104)) ([017a25d](https://togithub.com/jorenn92/Maintainerr/commit/017a25d73a792728fa227c7bd526ed50e9c12a1a)) - Fixed an issue where .next/cache directory creation would fail when using a custom user ([#​1102](https://togithub.com/jorenn92/Maintainerr/issues/1102)) ([fa9a30c](https://togithub.com/jorenn92/Maintainerr/commit/fa9a30c8181ccafe3614e2d5e113f61ff89a7a26)) - Fixed an issue where fetching some Plex ratingkeys from shows would fail ([2268513](https://togithub.com/jorenn92/Maintainerr/commit/226851358ad856d761985b8d3f6d20864cfe4ac0)) - Fixed an issue where having an operator on the first rule would make the rule return a 'null' value ([ce18dea](https://togithub.com/jorenn92/Maintainerr/commit/ce18dea65be7df37215671f7a9c810c8a34b7c76)) - Redirected all links to the hosted documentation & removed the internal Jsdoc documentation server ([#​1134](https://togithub.com/jorenn92/Maintainerr/issues/1134)) ([0ed8164](https://togithub.com/jorenn92/Maintainerr/commit/0ed8164bac6894dc2c5094876a36e016cfd0caae)), closes [#​1119](https://togithub.com/jorenn92/Maintainerr/issues/1119) [#​1119](https://togithub.com/jorenn92/Maintainerr/issues/1119) [#​1119](https://togithub.com/jorenn92/Maintainerr/issues/1119) [#​1119](https://togithub.com/jorenn92/Maintainerr/issues/1119)

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 790c665

embla > external-dns (0 files changed)

~~~diff time="2024-06-19T17:04:36Z" 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:37Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web." ===== apiextensions.k8s.io/CustomResourceDefinition /dnsendpoints.externaldns.k8s.io ====== --- /tmp/argocd-diff2605730104/dnsendpoints.externaldns.k8s.io-live.yaml +++ /tmp/argocd-diff2605730104/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 ~~~

embla > maintainerr (0 files changed)

~~~diff time="2024-06-19T17:04:41Z" 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:41Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web." ===== apps/Deployment maintainerr/maintainerr ====== --- /tmp/argocd-diff4021074524/maintainerr-live.yaml +++ /tmp/argocd-diff4021074524/maintainerr @@ -137,7 +137,7 @@ - env: - name: TZ value: Europe/Amsterdam - image: ghcr.io/jorenn92/maintainerr:2.0.3 + image: ghcr.io/jorenn92/maintainerr:2.0.4 imagePullPolicy: IfNotPresent name: maintainerr ports: ~~~