martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
5 stars 0 forks source link

fix(container): update ghcr.io/alexxit/go2rtc ( 1.9.3 → 1.9.4 ) #999

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/alexxit/go2rtc patch 1.9.3 -> 1.9.4

Release Notes

AlexxIT/go2rtc (ghcr.io/alexxit/go2rtc) ### [`v1.9.4`](https://togithub.com/AlexxIT/go2rtc/releases/tag/v1.9.4): - 2024-06-18 [Compare Source](https://togithub.com/AlexxIT/go2rtc/compare/v1.9.3...v1.9.4) #### Main Add live streaming network graph in DOT format ([`734393d`](https://togithub.com/AlexxIT/go2rtc/commit/734393d6385b96bf2e4184ae68f9d9d075ff3630)) Check it: [https://github.com/AlexxIT/Blog/issues/24](https://togithub.com/AlexxIT/Blog/issues/24) #### Other - Add killsignal and killtimeout to exec/rtsp [#​1193](https://togithub.com/AlexxIT/go2rtc/issues/1193) ([`da5f060`](https://togithub.com/AlexxIT/go2rtc/commit/da5f060741f5939ee57c48c9d7d75e19baab5dea)) - BIG rewrite stream info ([`96504e2`](https://togithub.com/AlexxIT/go2rtc/commit/96504e2fb0c89870a6cd18e08d27af8e1cd1b0e8) [`a56d335`](https://togithub.com/AlexxIT/go2rtc/commit/a56d3353806c00d9e8203427994499d191e13942) [`bdc7ff1`](https://togithub.com/AlexxIT/go2rtc/commit/bdc7ff1035b0b8a427445ea31e9b3004d0748da0)) - Enhance network visualization in network.html [#​1196](https://togithub.com/AlexxIT/go2rtc/issues/1196) by [@​skrashevich](https://togithub.com/skrashevich) ([`ba34855`](https://togithub.com/AlexxIT/go2rtc/commit/ba3485560208c4f6cc9e7c36d645ca5e3b9f3d8b)) - Code refactoring for api/streams ([`aca0781`](https://togithub.com/AlexxIT/go2rtc/commit/aca0781c4b38f5ba400fa1be635014f0fd4e5426)) - Code refactoring for stream MarshalJSON ([`1ac9d54`](https://togithub.com/AlexxIT/go2rtc/commit/1ac9d54dab4911776d22ecadb281f52ca193dcef)) - Code refactoring for streams HandleFunc ([`ecfe802`](https://togithub.com/AlexxIT/go2rtc/commit/ecfe802065fdcdef770a0ed49aea24339a807212)) - Restore support old cipher suites after go1.22 [#​1172](https://togithub.com/AlexxIT/go2rtc/issues/1172) ([`0667683`](https://togithub.com/AlexxIT/go2rtc/commit/0667683e4d6b25dd17d5e182f255b71989e4e133)) - Fix exec pipe output [#​1184](https://togithub.com/AlexxIT/go2rtc/issues/1184) ([`0395696`](https://togithub.com/AlexxIT/go2rtc/commit/03956968667bba2febb6a513d159dc9a00b3e4c8)) - Fix errors output for webrtc client and server ([`31e57c2`](https://togithub.com/AlexxIT/go2rtc/commit/31e57c2ff81e04f585135fcf0670fc150d5f9734)) - Fix missing codec_name in network DOT [#​1195](https://togithub.com/AlexxIT/go2rtc/issues/1195) by [@​skrashevich](https://togithub.com/skrashevich) ([`d7286fa`](https://togithub.com/AlexxIT/go2rtc/commit/d7286fa06e1764f126384cd9660c4bbe2d2b0d57)) - Fix daemon flag [#​1165](https://togithub.com/AlexxIT/go2rtc/issues/1165) [#​1168](https://togithub.com/AlexxIT/go2rtc/issues/1168) by [@​skrashevich](https://togithub.com/skrashevich) ([`f5aaee0`](https://togithub.com/AlexxIT/go2rtc/commit/f5aaee006e6f8aea0583a92c9c9e13845a977f96))

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.

github-actions[bot] commented 1 month ago

helmrelease changes in kubernetes/main

--- HelmRelease: default/go2rtc Deployment: default/go2rtc

+++ HelmRelease: default/go2rtc Deployment: default/go2rtc

@@ -32,13 +32,13 @@

       automountServiceAccountToken: true
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: ghcr.io/alexxit/go2rtc:1.9.3@sha256:aff58d47b5c2802c59e9514d3f58f5c8e935fbf7200de80566eb7dcb6a84358c
+      - image: ghcr.io/alexxit/go2rtc:1.9.4@sha256:61b8f04efe0f9025739ce0e5e5a5e0748b64c1e4bdb5ae707e9d0966150175e7
         name: app
         volumeMounts:
         - mountPath: /config/go2rtc.yaml
           name: config
           subPath: go2rtc.yaml
       volumes:
github-actions[bot] commented 1 month ago

kustomization changes in kubernetes/main

--- kubernetes/main/apps/default/go2rtc/app Kustomization: flux-system/go2rtc HelmRelease: default/go2rtc

+++ kubernetes/main/apps/default/go2rtc/app Kustomization: flux-system/go2rtc HelmRelease: default/go2rtc

@@ -33,13 +33,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             image:
               repository: ghcr.io/alexxit/go2rtc
-              tag: 1.9.3@sha256:aff58d47b5c2802c59e9514d3f58f5c8e935fbf7200de80566eb7dcb6a84358c
+              tag: 1.9.4@sha256:61b8f04efe0f9025739ce0e5e5a5e0748b64c1e4bdb5ae707e9d0966150175e7
             probes:
               liveness:
                 enabled: false
               readiness:
                 enabled: false
               startup: