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 ( 2.0.18 → 2.0.19 ) #1061

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Oct 3, 2024

This PR contains the following updates:

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

Release Notes

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

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

…squitto ( 2.0.18 → 2.0.19 )

| datasource | package                                         | from   | to     |
| ---------- | ----------------------------------------------- | ------ | ------ |
| docker     | public.ecr.aws/docker/library/eclipse-mosquitto | 2.0.18 | 2.0.19 |
@kireque-bot kireque-bot bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Oct 3, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Oct 3, 2024

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

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

@@ -25,13 +25,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             image:
               repository: public.ecr.aws/docker/library/eclipse-mosquitto
-              tag: 2.0.18
+              tag: 2.0.19
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:
@@ -52,13 +52,13 @@

               chmod 0600 /mosquitto/external_config/mosquitto_pwd;
             command:
             - /bin/sh
             - -c
             image:
               repository: public.ecr.aws/docker/library/eclipse-mosquitto
-              tag: 2.0.18
+              tag: 2.0.19
         pod:
           securityContext:
             fsGroup: 2000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 2000
             runAsUser: 2000

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Oct 3, 2024

--- HelmRelease: home-automation/mosquitto Deployment: home-automation/mosquitto

+++ HelmRelease: home-automation/mosquitto Deployment: home-automation/mosquitto

@@ -43,21 +43,21 @@

       - args:
         - cp /tmp/secret/* /mosquitto/external_config/; mosquitto_passwd -U /mosquitto/external_config/mosquitto_pwd;
           chmod 0600 /mosquitto/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.19
         name: init-config
         volumeMounts:
         - mountPath: /mosquitto/external_config
           name: mosquitto-externalconfig
         - mountPath: /tmp/secret
           name: mosquitto-secret
       containers:
-      - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18
+      - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.19
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 1883

@kireque kireque merged commit fca15bb into main Oct 3, 2024
19 checks passed
@kireque kireque deleted the renovate/main-public.ecr.aws-docker-library-eclipse-mosquitto-2.x branch October 3, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant