⬆️ Update ghcr.io/foxcpp/maddy ( 0.9.3 → 0.9.4 )#8801
Open
feisar-bot[bot] wants to merge 1 commit intomainfrom
Open
⬆️ Update ghcr.io/foxcpp/maddy ( 0.9.3 → 0.9.4 )#8801feisar-bot[bot] wants to merge 1 commit intomainfrom
feisar-bot[bot] wants to merge 1 commit intomainfrom
Conversation
| datasource | package | from | to | | ---------- | -------------------- | ----- | ----- | | docker | ghcr.io/foxcpp/maddy | 0.9.3 | 0.9.4 |
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
@@ -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 |
Contributor
Author
--- 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 |
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.3→0.9.4Release Notes
foxcpp/maddy (ghcr.io/foxcpp/maddy)
v0.9.4: maddy 0.9.4Compare 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
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)
🚦 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 Mend Renovate.