fix(container): update image ghcr.io/foxcpp/maddy (0.9.1 → 0.9.2)#5078
Merged
fix(container): update image ghcr.io/foxcpp/maddy (0.9.1 → 0.9.2)#5078
Conversation
Contributor
Author
--- HelmRelease: networking/smtp-relay Deployment: networking/smtp-relay
+++ HelmRelease: networking/smtp-relay Deployment: networking/smtp-relay
@@ -49,13 +49,13 @@
value: '2525'
- name: TZ
value: Europe/Berlin
envFrom:
- secretRef:
name: smtp-relay-secret
- image: ghcr.io/foxcpp/maddy:0.9.1@sha256:11056270636d4804329ed152520298238de6dc753fabf864a3aec6c39812a2ab
+ image: ghcr.io/foxcpp/maddy:0.9.2@sha256:a4b839985b9b8ec0a9738e303841c43957b0b7a9c9f8e7f74eb664e1cafbc608
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 8080 |
Contributor
Author
--- kubernetes/apps/networking/smtp-relay/app Kustomization: networking/smtp-relay HelmRelease: networking/smtp-relay
+++ kubernetes/apps/networking/smtp-relay/app Kustomization: networking/smtp-relay HelmRelease: networking/smtp-relay
@@ -39,13 +39,13 @@
TZ: Europe/Berlin
envFrom:
- secretRef:
name: '{{ .Release.Name }}-secret'
image:
repository: ghcr.io/foxcpp/maddy
- tag: 0.9.1@sha256:11056270636d4804329ed152520298238de6dc753fabf864a3aec6c39812a2ab
+ tag: 0.9.2@sha256:a4b839985b9b8ec0a9738e303841c43957b0b7a9c9f8e7f74eb664e1cafbc608
probes:
liveness:
enabled: true
readiness:
enabled: true
resources: |
There was a problem hiding this comment.
ghcr.io/foxcpp/maddy: 0.9.1 → 0.9.2
Verdict: Safe to merge
No breaking changes or deprecations. This patch release contains a single bug fix: a panic in the rspamd module when tls_client is unspecified (fixed in PR #830). This repo's maddy.conf does not use the rspamd module, so the fix is not applicable.
New features worth adopting:
None — this is a patch release with no new capabilities.
Sources consulted:
- https://github.com/foxcpp/maddy/releases/tag/v0.9.2
- foxcpp/maddy@v0.9.1...v0.9.2
- kubernetes/apps/networking/smtp-relay/app/resources/maddy.conf (no rspamd usage)
1e7392f to
bbd5d39
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.9.1→0.9.2Release Notes
foxcpp/maddy (ghcr.io/foxcpp/maddy)
v0.9.2: maddy 0.9.2Compare Source
Fixes
Full Changelog: foxcpp/maddy@v0.9.1...v0.9.2
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.
This PR has been generated by Renovate Bot.