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.20 ) #5399

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

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

Sorry, something went wrong.

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Oct 3, 2024

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

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

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

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

             command:
             - /bin/sh
             - -c
             image:
               pullPolicy: IfNotPresent
               repository: public.ecr.aws/docker/library/eclipse-mosquitto
-              tag: 2.0.18
+              tag: 2.0.20
         pod:
           securityContext:
             fsGroup: 568
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 568
             runAsUser: 568

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Oct 3, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.02s
✅ REPOSITORY git_diff yes no 0.05s
✅ REPOSITORY secretlint yes no 2.75s
✅ YAML prettier 1 0 0.39s
✅ YAML yamllint 1 0 0.3s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

…squitto ( 2.0.18 → 2.0.20 )

| datasource | package                                         | from   | to     |
| ---------- | ----------------------------------------------- | ------ | ------ |
| docker     | public.ecr.aws/docker/library/eclipse-mosquitto | 2.0.18 | 2.0.20 |
@renovate renovate bot force-pushed the renovate/cluster-0-public.ecr.aws-docker-library-eclipse-mosquitto-2.x branch from 500014f to ca785ad Compare October 17, 2024 00:13
@renovate renovate bot changed the title fix(container): update image public.ecr.aws/docker/library/eclipse-mosquitto ( 2.0.18 → 2.0.19 ) fix(container): update image public.ecr.aws/docker/library/eclipse-mosquitto ( 2.0.18 → 2.0.20 ) Oct 17, 2024
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.

None yet

0 participants