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
Open
feat(container): update image ghcr.io/foxcpp/maddy ( 0.8.2 ➔ 0.9.1 )#331bot-metacortex[bot] wants to merge 1 commit intomainfrom
bot-metacortex[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
--- 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: |
Contributor
Author
--- 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 |
9dae7fd to
d086ee6
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.1Release Notes
foxcpp/maddy (ghcr.io/foxcpp/maddy)
v0.9.1Compare Source
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: 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.
This PR has been generated by Renovate Bot.