trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate 🤖, and Github actions
0 stars 0 forks source link

fix(container): update public.ecr.aws/docker/library/eclipse-mosquitto ( 2.0.19 → 2.0.20 ) #218

Closed monosense-arc[bot] closed 22 hours ago

monosense-arc[bot] commented 23 hours ago

This PR contains the following updates:

Package Update Change
public.ecr.aws/docker/library/eclipse-mosquitto (source) patch 2.0.19 -> 2.0.20

Release Notes

eclipse/mosquitto (public.ecr.aws/docker/library/eclipse-mosquitto) ### [`v2.0.20`](https://redirect.github.com/eclipse/mosquitto/blob/HEAD/ChangeLog.txt#2020---2024-10-16) [Compare Source](https://redirect.github.com/eclipse/mosquitto/compare/v2.0.19...v2.0.20) \=================== Broker: - Fix QoS 1 / QoS 2 publish incorrectly returning "no subscribers". Closes [#​3128](https://redirect.github.com/eclipse/mosquitto/issues/3128). - Open files with appropriate access on Windows. Closes [#​3119](https://redirect.github.com/eclipse/mosquitto/issues/3119). - Don't allow invalid response topic values. - Fix some strict protocol compliance issues. Closes [#​3052](https://redirect.github.com/eclipse/mosquitto/issues/3052). Client library: - Fix cmake build on OS X. Closes [#​3125](https://redirect.github.com/eclipse/mosquitto/issues/3125). Build: - Fix build on NetBSD

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 Renovate Bot.

monosense-arc[bot] commented 23 hours ago
--- kubernetes/main/apps/database/mosquitto/app Kustomization: flux-system/mosquitto HelmRelease: database/mosquitto

+++ kubernetes/main/apps/database/mosquitto/app Kustomization: flux-system/mosquitto HelmRelease: database/mosquitto

@@ -37,13 +37,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             image:
               repository: public.ecr.aws/docker/library/eclipse-mosquitto
-              tag: 2.0.19
+              tag: 2.0.20
             resources:
               limits:
                 memory: 16Mi
               requests:
                 cpu: 5m
             securityContext:
@@ -60,13 +60,13 @@

             command:
             - /bin/sh
             - -c
             image:
               pullPolicy: IfNotPresent
               repository: public.ecr.aws/docker/library/eclipse-mosquitto
-              tag: 2.0.19
+              tag: 2.0.20
     defaultPodOptions:
       securityContext:
         fsGroup: 568
         fsGroupChangePolicy: OnRootMismatch
         runAsGroup: 568
         runAsNonRoot: true
monosense-arc[bot] commented 23 hours ago
--- HelmRelease: database/mosquitto Deployment: database/mosquitto

+++ HelmRelease: database/mosquitto Deployment: database/mosquitto

@@ -45,24 +45,24 @@

       initContainers:
       - args:
         - cp /tmp/secret/* /mosquitto/external_config/ && mosquitto_passwd -U /mosquitto/external_config/mosquitto_pwd
         command:
         - /bin/sh
         - -c
-        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.19
+        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.20
         imagePullPolicy: IfNotPresent
         name: init-config
         volumeMounts:
         - mountPath: /data
           name: data
         - mountPath: /mosquitto/external_config
           name: external-config
         - mountPath: /tmp/secret
           name: secret-file
       containers:
-      - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.19
+      - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.20
         name: app
         resources:
           limits:
             memory: 16Mi
           requests:
             cpu: 5m