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 #162

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2024

This PR contains the following updates:

Package Update Change
public.ecr.aws/docker/library/eclipse-mosquitto (source) patch 2.0.18 -> 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

v2.0.19

Compare Source

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

Security:

  • Fix mismatched subscribe/unsubscribe with normal/shared topics.
  • Fix crash on bridge using remapped topic being sent a crafted packet.

Broker:

  • Fix assert failure when loading a persistence file that contains
    subscriptions with no client id.
  • Fix local bridges being incorrectly expired when
    persistent_client_expiration is in use.
  • Fix use of CLOCK_BOOTTIME for getting time. Closes #​3089.
  • Fix mismatched subscribe/unsubscribe with normal/shared topics.
  • Fix crash on bridge using remapped topic being sent a crafted packet.

Client library:

  • Fix some error codes being converted to string as "unknown". Closes #​2579.
  • Clear SSL error state to avoid spurious error reporting. Closes #​3054.
  • Fix "payload format invalid" not being allowed as a PUBREC reason code.
  • Don't allow SUBACK with missing reason codes.

Build:

  • Thread support is re-enabled on Windows.

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Oct 5, 2024

--- kubernetes HelmRelease: default/mosquitto StatefulSet: default/mosquitto

+++ kubernetes HelmRelease: default/mosquitto StatefulSet: default/mosquitto

@@ -39,23 +39,23 @@

       - args:
         - cp /data/mosquitto_secret/* /data/external_config/ && mosquitto_passwd -U
           /data/external_config/mosquitto_pwd
         command:
         - /bin/sh
         - -c
-        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18
+        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.20
         imagePullPolicy: IfNotPresent
         name: 01-init-config
         volumeMounts:
         - mountPath: /data/mosquitto_secret
           name: secret-file
         - mountPath: /data/external_config
           name: external-config
       containers:
       - name: mosquitto
-        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18
+        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.20
         imagePullPolicy: null
         ports:
         - name: http
           containerPort: 1883
           protocol: TCP
         volumeMounts:

Copy link

github-actions bot commented Oct 5, 2024

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

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

@@ -31,22 +31,22 @@

     controller:
       annotations:
         reloader.stakater.com/auto: 'true'
       type: statefulset
     image:
       repository: public.ecr.aws/docker/library/eclipse-mosquitto
-      tag: 2.0.18
+      tag: 2.0.20
     initContainers:
       01-init-config:
         args:
         - cp /data/mosquitto_secret/* /data/external_config/ && mosquitto_passwd -U
           /data/external_config/mosquitto_pwd
         command:
         - /bin/sh
         - -c
-        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18
+        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.20
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - mountPath: /data/mosquitto_secret
           name: secret-file
         - mountPath: /data/external_config
           name: external-config

@renovate renovate bot changed the title fix(container): update image public.ecr.aws/docker/library/eclipse-mosquitto to v2.0.19 fix(container): update image public.ecr.aws/docker/library/eclipse-mosquitto to v2.0.20 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/public.ecr.aws-docker-library-eclipse-mosquitto-2.x branch from 155e5d7 to 3718f47 Compare October 16, 2024 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants