Skip to content

feat(container): update image ghcr.io/foxcpp/maddy ( 0.8.2 ➔ 0.9.1 )#331

Open
bot-metacortex[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-foxcpp-maddy-0.x
Open

feat(container): update image ghcr.io/foxcpp/maddy ( 0.8.2 ➔ 0.9.1 )#331
bot-metacortex[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-foxcpp-maddy-0.x

Conversation

@bot-metacortex
Copy link
Contributor

@bot-metacortex bot-metacortex bot commented Mar 25, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/foxcpp/maddy (source) minor 0.8.20.9.1

Release Notes

foxcpp/maddy (ghcr.io/foxcpp/maddy)

v0.9.1

Compare Source

v0.9.0: maddy 0.9.0

Compare Source

New features

  • Implement no-downtime config reloading

maddy now can reload configuration on SIGUSR2. This is
done by internally restarting the server - starting the new
one with new configuration while gracefully shutting down the
old one while preserving all listener sockets. Therefore
there is no moment when the server is not ready to accept
connections.

  • check/dnsbl: Implement per-response code scoring

Now you can adjust DNSBL scores based on response (IP address)
returned. See check.dnsbl documentation for example.

Minor improvements

  • auth/dovecot_sasl: Update protocol to be compatible with Dovecot 2.4 (#​808).
  • sql_query/sql_table: Transparently support transpiled SQLite driver (fixes default config
    compatibility while transpiling).
  • check/rspamd: Make "reject" and "soft reject" have configurable actions (thanks @​cxvqo!).

Configuration

📅 Schedule: Branch creation - "every weekend" (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 this update again.


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

This PR has been generated by Renovate Bot.

@bot-metacortex
Copy link
Contributor Author

bot-metacortex bot commented Mar 25, 2026

--- kubernetes/apps/default/smtp-relay/app Kustomization: default/smtp-relay HelmRelease: default/smtp-relay

+++ kubernetes/apps/default/smtp-relay/app Kustomization: default/smtp-relay HelmRelease: default/smtp-relay

@@ -60,13 +60,13 @@

               TZ: Europe/Berlin
             envFrom:
             - secretRef:
                 name: '{{ .Release.Name }}-secret'
             image:
               repository: ghcr.io/foxcpp/maddy
-              tag: 0.8.2@sha256:eeb5813fc4d101ec5d8f7b08b7255fd76ced2a06884ea94450c8a9a22fd6a08d
+              tag: 0.9.1@sha256:eb2a738a230044f7ade0695323315a79a02c4a9b9eb88942613c249aa0ccab47
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:

@bot-metacortex
Copy link
Contributor Author

bot-metacortex bot commented Mar 25, 2026

--- HelmRelease: default/smtp-relay Deployment: default/smtp-relay

+++ HelmRelease: default/smtp-relay Deployment: default/smtp-relay

@@ -47,13 +47,13 @@

           value: '25'
         - name: TZ
           value: Europe/Berlin
         envFrom:
         - secretRef:
             name: smtp-relay-secret
-        image: ghcr.io/foxcpp/maddy:0.8.2@sha256:eeb5813fc4d101ec5d8f7b08b7255fd76ced2a06884ea94450c8a9a22fd6a08d
+        image: ghcr.io/foxcpp/maddy:0.9.1@sha256:eb2a738a230044f7ade0695323315a79a02c4a9b9eb88942613c249aa0ccab47
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 25

@bot-metacortex bot-metacortex bot force-pushed the renovate/ghcr.io-foxcpp-maddy-0.x branch from 9dae7fd to d086ee6 Compare March 25, 2026 20:09
@bot-metacortex bot-metacortex bot changed the title feat(container): update image ghcr.io/foxcpp/maddy ( 0.8.2 ➔ 0.9.0 ) feat(container): update image ghcr.io/foxcpp/maddy ( 0.8.2 ➔ 0.9.1 ) Mar 25, 2026
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