Skip to content
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

fix(container): update image public.ecr.aws/docker/library/eclipse-mosquitto to v2.0.20 #2977

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Oct 16, 2024

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

eclipse/mosquitto (public.ecr.aws/docker/library/eclipse-mosquitto)

v2.0.20

Compare Source

===================

Broker:

  • Fix QoS 1 / QoS 2 publish incorrectly returning "no subscribers".
    Closes #​3128.
  • Open files with appropriate access on Windows. Closes #​3119.
  • Don't allow invalid response topic values.
  • Fix some strict protocol compliance issues. Closes #​3052.

Client library:

  • Fix cmake build on OS X. Closes #​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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@layla-bot layla-bot bot requested a review from kashalls as a code owner October 16, 2024 22:05
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Oct 16, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Oct 16, 2024

--- HelmRelease: default/mosquitto Deployment: default/mosquitto

+++ HelmRelease: default/mosquitto Deployment: default/mosquitto

@@ -46,25 +46,25 @@

           cp /tmp/secret/mosquitto_pwd /mosquitto/external_config/;
           chmod 600 /mosquitto/external_config/mosquitto_pwd;
           mosquitto_passwd -U /mosquitto/external_config/mosquitto_pwd;
         command:
         - /bin/sh
         - -c
-        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.19@sha256:069ab2a92ce87b318b91586845af1a53d762b7cffae60737e76e1a8f8dd19e11
+        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.20@sha256:090d745b6435d10a31acb82eee999ec36a2d7f416cc4f578c0a298c42af2ea14
         name: init-config
         volumeMounts:
         - mountPath: /data
           name: data
         - mountPath: /mosquitto/external_config
           name: external-config
         - mountPath: /tmp/secret/mosquitto_pwd
           name: secret-file
           readOnly: true
           subPath: mosquitto_pwd
       containers:
-      - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.19@sha256:069ab2a92ce87b318b91586845af1a53d762b7cffae60737e76e1a8f8dd19e11
+      - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.20@sha256:090d745b6435d10a31acb82eee999ec36a2d7f416cc4f578c0a298c42af2ea14
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 1883

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Oct 16, 2024

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

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

@@ -35,13 +35,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             image:
               repository: public.ecr.aws/docker/library/eclipse-mosquitto
-              tag: 2.0.19@sha256:069ab2a92ce87b318b91586845af1a53d762b7cffae60737e76e1a8f8dd19e11
+              tag: 2.0.20@sha256:090d745b6435d10a31acb82eee999ec36a2d7f416cc4f578c0a298c42af2ea14
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:
@@ -64,13 +64,13 @@

               mosquitto_passwd -U /mosquitto/external_config/mosquitto_pwd;
             command:
             - /bin/sh
             - -c
             image:
               repository: public.ecr.aws/docker/library/eclipse-mosquitto
-              tag: 2.0.19@sha256:069ab2a92ce87b318b91586845af1a53d762b7cffae60737e76e1a8f8dd19e11
+              tag: 2.0.20@sha256:090d745b6435d10a31acb82eee999ec36a2d7f416cc4f578c0a298c42af2ea14
         pod:
           securityContext:
             fsGroup: 65534
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 65534
             runAsNonRoot: true

@layla-bot layla-bot bot force-pushed the renovate/public.ecr.aws-docker-library-eclipse-mosquitto-2.x branch from f1581ac to efe4a8e Compare October 17, 2024 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants