Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update axllent/mailpit docker tag to v1.21.6 #231

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2024

This PR contains the following updates:

Package Update Change OpenSSF
axllent/mailpit (source) minor v1.20.6 -> v1.21.6 OpenSSF Scorecard

Release Notes

axllent/mailpit (axllent/mailpit)

v1.21.6

Compare Source

Feature
  • Include Mailpit label (if set) in webhook HTTP header (#​400)
  • Add support for sending inline attachments via HTTP API (#​399)
Chore
  • Update caniemail database
  • Update node dependencies
  • Update Go dependencies
Fix
  • Message view not updating when deleting messages from search (#​395)

v1.21.5

Compare Source

Chore
  • Update caniemail database
  • Update node dependencies
  • Update Go dependencies
  • Make symlink detection more specific to contain "sendmail" in the name (#​391)

v1.21.4

Compare Source

Bugfix
  • Fix external CSS stylesheet loading in HTML preview (#​388)

v1.21.3

Compare Source

Chore
  • Update Go dependencies
  • Minor UI tweaks
  • Mute Dart Sass deprecation notices
  • Update node dependencies
  • Upgrade Alpine packages on Docker build
  • Add swagger examples & API code restructure

v1.21.2

Compare Source

Feature
  • Add additional ignored flags to sendmail (#​384)
Chore
  • Remove legacy Tags column from message DB table
  • Update Go dependencies
  • Update node dependencies
Fix
  • Fix browser notification request on Edge (#​89)

v1.21.1

Compare Source

Feature
  • Add ability to search by size smaller or larger than a value (eg: larger:1M / smaller:2.5M)
  • Add ability to search for messages containing inline images (has:inline)
Chore
  • Update Go dependencies
  • Separate attachments and inline images in download nav and badges (#​379)

v1.21.0

Compare Source

Feature
  • Experimental Unix socket support for HTTPD & SMTPD (#​373)
Fix
  • Allow multiple item selection on macOS with Cmd-click (#​378)

v1.20.7

Compare Source

Chore
  • Update caniemail database
Fix
  • SQL error deleting a tag while using tenant-id (#​374)
Testing
  • Add tenantIDs to tests

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the Type: Dependency The issue is a dependency update. label Oct 27, 2024
@renovate renovate bot requested a review from a team as a code owner October 27, 2024 23:03
@renovate renovate bot force-pushed the renovate/stack-axllent-mailpit-1.x branch 9 times, most recently from 1203169 to 45439a1 Compare October 29, 2024 06:07
@simonhir
Copy link
Member

Currently only version 1.20 is internally allowed.
We need to discuss how to generally handle the versions of this dev dependencies.

@simonhir simonhir marked this pull request as draft October 30, 2024 07:13
@renovate renovate bot force-pushed the renovate/stack-axllent-mailpit-1.x branch 9 times, most recently from 97af2a7 to bc21bf3 Compare October 31, 2024 15:02
@renovate renovate bot changed the title chore(deps): update axllent/mailpit docker tag to v1.21.0 chore(deps): update axllent/mailpit docker tag to v1.21.1 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/stack-axllent-mailpit-1.x branch 6 times, most recently from 11c9bcb to de67851 Compare November 8, 2024 10:10
@renovate renovate bot changed the title chore(deps): update axllent/mailpit docker tag to v1.21.1 chore(deps): update axllent/mailpit docker tag to v1.21.2 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/stack-axllent-mailpit-1.x branch 2 times, most recently from d2272cc to 1ac8248 Compare November 28, 2024 10:41
@devtobi
Copy link
Member

devtobi commented Nov 28, 2024

Waiting for internal decision on how to handle internal allowed images for development (see https://git.muenchen.de/ccse/ospo/-/issues/513)

@renovate renovate bot force-pushed the renovate/stack-axllent-mailpit-1.x branch 4 times, most recently from 8e29094 to 9b30a34 Compare November 28, 2024 17:54
Copy link

coderabbitai bot commented Nov 28, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Experiment)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/stack-axllent-mailpit-1.x branch 13 times, most recently from 7d02038 to 80cc40f Compare December 5, 2024 15:13
@renovate renovate bot force-pushed the renovate/stack-axllent-mailpit-1.x branch 2 times, most recently from 964da90 to 8f973b0 Compare December 8, 2024 04:43
@renovate renovate bot changed the title chore(deps): update axllent/mailpit docker tag to v1.21.5 chore(deps): update axllent/mailpit docker tag to v1.21.6 Dec 8, 2024
@renovate renovate bot force-pushed the renovate/stack-axllent-mailpit-1.x branch 4 times, most recently from 047cbd7 to ecc4971 Compare December 9, 2024 12:28
@renovate renovate bot force-pushed the renovate/stack-axllent-mailpit-1.x branch from ecc4971 to f032a4a Compare December 11, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependency The issue is a dependency update.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants