feat(container): update image ghcr.io/foxcpp/maddy ( 0.8.2 ➔ 0.9.3 )#1896
Merged
feat(container): update image ghcr.io/foxcpp/maddy ( 0.8.2 ➔ 0.9.3 )#1896
Conversation
Contributor
Author
--- kubernetes/apps/self-hosted/maddy/app Kustomization: self-hosted/maddy HelmRelease: self-hosted/maddy
+++ kubernetes/apps/self-hosted/maddy/app Kustomization: self-hosted/maddy HelmRelease: self-hosted/maddy
@@ -38,13 +38,13 @@
MADDY_HOSTNAME: mail.hyde.services
SMTP_PORT: 25
SUBMISSION_PORT: 587
SUBMISSIONS_PORT: 465
image:
repository: ghcr.io/foxcpp/maddy
- tag: 0.8.2@sha256:eeb5813fc4d101ec5d8f7b08b7255fd76ced2a06884ea94450c8a9a22fd6a08d
+ tag: 0.9.3@sha256:2ce7ce6343816c8c96056776dd06660987d97ada96d31163cdd968d62e496a12
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
Contributor
Author
--- HelmRelease: self-hosted/maddy Deployment: self-hosted/maddy
+++ HelmRelease: self-hosted/maddy Deployment: self-hosted/maddy
@@ -54,13 +54,13 @@
- name: SMTP_PORT
value: '25'
- name: SUBMISSIONS_PORT
value: '465'
- name: SUBMISSION_PORT
value: '587'
- image: ghcr.io/foxcpp/maddy:0.8.2@sha256:eeb5813fc4d101ec5d8f7b08b7255fd76ced2a06884ea94450c8a9a22fd6a08d
+ image: ghcr.io/foxcpp/maddy:0.9.3@sha256:2ce7ce6343816c8c96056776dd06660987d97ada96d31163cdd968d62e496a12
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 587 |
c4e221f to
000003e
Compare
0158d32 to
d7173cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.8.2→0.9.3Release Notes
foxcpp/maddy (ghcr.io/foxcpp/maddy)
v0.9.3: [SECURITY] maddy 0.9.3Compare Source
This release includes the fix for the LDAP injection vulnerability
in auth.ldap module (advisory GHSA-5835-4gvc-32pc, CVE-2026-40193).
All users using auth.ldap are advised to upgrade, as this vulnerability
can be used to extract LDAP directory information, including password
hashes and other authorization information.
Fixes
v0.9.2: maddy 0.9.2Compare Source
Fixes
Full Changelog: foxcpp/maddy@v0.9.1...v0.9.2
v0.9.1: maddy 0.9.1Compare Source
Important changes
0.9.1 is (probably) the last release to support the following libdns
providers for ACME DNS challenge:
0.9.1 is also the last release to supprt libdns.gandi with API
tokens, 0.10.0 will require using new Bearer-type tokens
for authentication.
See #807 for details.
Fixes
v0.9.0: maddy 0.9.0Compare Source
New features
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.
Now you can adjust DNSBL scores based on response (IP address)
returned. See check.dnsbl documentation for example.
Minor improvements
compatibility while transpiling).
Configuration
📅 Schedule: (in timezone Australia/Melbourne)
🚦 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.
This PR has been generated by Renovate Bot.