Skip to content

⬆️ Update ghcr.io/foxcpp/maddy ( 0.9.3 → 0.9.4 )#8801

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

⬆️ Update ghcr.io/foxcpp/maddy ( 0.9.3 → 0.9.4 )#8801
feisar-bot[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-foxcpp-maddy-0.x

Conversation

@feisar-bot
Copy link
Copy Markdown
Contributor

@feisar-bot feisar-bot Bot commented Apr 30, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/foxcpp/maddy (source) patch 0.9.30.9.4

Release Notes

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

v0.9.4: maddy 0.9.4

Compare Source

IMPORTANT

Special handling for maddyctl symlink is removed. maddy executable
will no longer change behavior if called as maddyctl.

Default to 'maddy run' if no command is explicitly specified
has been removed as well. The warning about its deprecation was here
since 0.6 (4 years ago).

The reason for removal is inconsistency in --log flag handling
caused by related hacks in CLI setup code.

Minor additions
  • smtp: add LOGIN SASL auth directive (thanks Sean van Osnabrugge!)
Bug fixes
  • log: Refactor to define proper loggers tree

    This in turn should fix numerous inconsistencies in how
    logger is configured.

  • Fixed limiters group configuration (thanks Denis Girko!)

    Per-destination limits are now initialized correctly and work.

  • storage/imapsql: Upgrade go-imap-sql to fix SQLITE_BUSY issues

    This will fix a lot of "database is locked" errors for imapsql use
    with SQLite.

  • storage/imapsql: Fix handling of serialization errors

    If "database is locked" still happens, clients will receive proper
    temporary error codes instead of 5xx


Configuration

📅 Schedule: (UTC)

  • 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 has been generated by Mend Renovate.

| datasource | package              | from  | to    |
| ---------- | -------------------- | ----- | ----- |
| docker     | ghcr.io/foxcpp/maddy | 0.9.3 | 0.9.4 |
@feisar-bot
Copy link
Copy Markdown
Contributor Author

feisar-bot Bot commented Apr 30, 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

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

               SMTP_SERVER: smtp.fastmail.com
             envFrom:
             - secretRef:
                 name: smtp-relay-secret
             image:
               repository: ghcr.io/foxcpp/maddy
-              tag: 0.9.3@sha256:2ce7ce6343816c8c96056776dd06660987d97ada96d31163cdd968d62e496a12
+              tag: 0.9.4@sha256:cf79fddee12228b3c47af5fbbfadceef115d46d4ae434429bef70f1d565a0abf
             resources:
               limits:
                 memory: 50Mi
               requests:
                 cpu: 10m
                 memory: 10Mi

@feisar-bot
Copy link
Copy Markdown
Contributor Author

feisar-bot Bot commented Apr 30, 2026

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

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

@@ -45,13 +45,13 @@

           value: '587'
         - name: SMTP_SERVER
           value: smtp.fastmail.com
         envFrom:
         - secretRef:
             name: smtp-relay-secret
-        image: ghcr.io/foxcpp/maddy:0.9.3@sha256:2ce7ce6343816c8c96056776dd06660987d97ada96d31163cdd968d62e496a12
+        image: ghcr.io/foxcpp/maddy:0.9.4@sha256:cf79fddee12228b3c47af5fbbfadceef115d46d4ae434429bef70f1d565a0abf
         name: app
         resources:
           limits:
             memory: 50Mi
           requests:
             cpu: 10m

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