Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2025

This PR contains the following updates:

Package Update Change
stalwartlabs/stalwart patch v0.12.3-alpine -> v0.12.4-alpine

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

stalwartlabs/stalwart (stalwartlabs/stalwart)

v0.12.4

Compare Source

[0.12.4] - 2025-06-03

If you are upgrading from v0.11.x, this version includes breaking changes to the database layout and requires a migration. Please read the UPGRADING.md file for more information on how to upgrade from previous versions.

Added

Changed

  • LDAP: bind.auth.enable is now bind.auth.method, read the updated LDAP documentation for more information.

Fixed

  • DNS: hickory-resolver bug hitting 100% CPU usage when resolving DNSSEC records.
  • IMAP: Return the message UID in the destination mailbox if the message already exists (#​1201).
  • MTA: TLS reports being issued for sent TLS reports (infinite loop) (#​1301).
  • WebDAV: Return CTag on /dav/cal/account resources to force iOS synchronize.
  • CardDAV: Strict vCard parsing (#​1607).
  • WebDAV: Dead property updates (#​1611).
  • WebDAV: Use last change id in CTag.

Check binary attestation at here

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: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Jun 3, 2025

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Jun 3, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

image: stalwartlabs/stalwart:v0.12.4-alpine
container_name: ${CONTAINER_NAME}
restart: always
networks:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The provided patch indicates an update from Stalwart Labs's mail server Docker image version (v0.12.3-alpine) to v0.12.4-alpine. This change includes:

  1. Image Version Update: The service now uses the newer version of the Stalwart Mail image, which could contain bug fixes or improvements. It's generally advised to use the latest stable version.

  2. General Code Snippet: If this is part of a larger configuration file (like a .yml), it ensures that the service is running on the correct container with updated dependencies and configurations if any changes were made in this image's release.

Possible Issues/Improvements

1. Configuration Consistency:

Ensure there are no other parts of the config.yml file where you might need to make adjustments due to new features in v0.12.4. Always review all related configurations for compatibility.

2. Environment Variables:

If additional environment variables (CONTAINER_NAME, etc.) have been modified, these would be needed to reflect in your environment accordingly.

3. Log Levels:

Verify if there has been any change in log level options between versions to optimize logging according to needs.

4. Dependencies:

Check if there are any added or removed dependencies required by the new image. Ensure your application's requirements remain met.

Optimization Suggestions

  • Cache Control: Review cache settings if applicable to improve performance or storage efficiency.

  • Resource Management: Adjust resource limits (CPU/mem) based on system capacity and usage patterns after updating.

  • Monitoring Tools:

    • Update monitoring setups to account for new metrics or behaviors introduced in v0.12.4.
    • Configure alerting rules as necessary post-update.

By addressing these areas, you can ensure better stability, performance, and scalability for your application running within Stalwart Mail v0.12.4.

@wanghe-fit2cloud wanghe-fit2cloud merged commit 0234240 into dev Jun 5, 2025
1 check was pending
@wanghe-fit2cloud wanghe-fit2cloud deleted the renovate/stalwartlabs-stalwart-0.x branch June 5, 2025 14:57
pull bot pushed a commit to dreamoeu/appstore that referenced this pull request Dec 20, 2025
…esjo-super-productivity-16.x

chore(deps): update johannesjo/super-productivity docker tag to v16.7.3
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.

2 participants