chore(deps): update helm release mail to v5 #113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/mail-5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
4.4.0→5.1.0Release Notes
bokysan/docker-postfix (mail)
v5.1.0Compare Source
2f541b3Update postfix-exporter go deps via patch (#262)2854bd0fix: merge env arrays first instead of overwriting eachother (#260)v5.1.0Compare Source
2f541b3Update postfix-exporter go deps via patch (#262)2854bd0fix: merge env arrays first instead of overwriting eachother (#260)v5.0.1Compare Source
53851fdFix: revert readonly0c49b18Fix: Try to fix Release actioncc31225Upd: Fail on high severity issues, do not excluse base image issuesv5.0.1Compare Source
53851fdFix: revert readonly0c49b18Fix: Try to fix Release actioncc31225Upd: Fail on high severity issues, do not excluse base image issuesv5.0.0: Relese v5.0.0Compare Source
What's Changed
common-run.sh: fixTOKEN_FILEenvvar by @limjh16 in #254tinitoDockerfileby @limjh16 in #252sasl-build.sh: Fix msal installation logic by @limjh16 in #253List of commits:
453b3acFix: Synk scanningefdf5bcFix: Fix tag release workflow1f6aef0Build(deps): Bump actions/setup-node from 4 to 6 (#257)6252930Fix: Drop support forlinux/arm/v587cf8dcFix: Install proper cross-platform development lib for ARMb4d2b95Fix: add requiredshellproperty to github aciton commandc150b71Fix: Potential fix for armhf build: Install arm libraries for qemue53c5f1Fix: Rustup uninstall for linux/arm/v780a5868Fix: Preparation for v5.0.0 release64816f6Fix: Skip building msal on i386 interely, not just on Alpine42c15f5Upd: Script optimization and comments6748fecsasl-build.sh: Fix msal installation logic (#253)21f5872Upt:Dockerfile: AddtiniasENTRYPOINT(#252)41f33bcBuild(deps): Bump actions/cache from 4 to 5 (#255)50b17efFix: Snyk scanning for pull requests02cc6f4Fix: remove build ofpostfix-exporterforlinux/arm/v5.74f2cbdFix: Harden third party class initialization to mitigate code injection possibilitiesb5101f2Fix: Harden postfix deployment by defaulte0caaf0Fix: Make Synk ignore base image issues (as we cannot fix them), remove linux/mips64lee67470cFix: Upgrade postfix golang builder to trixiedd1d439Fix install of postfix-exporter on debian trixie1ca88f5Fix: Synk scan was improperly depending on the build of the wrong image9e5ab59Fix: Update Debian to trixie since it was released in August.f07863aUpd: Add synk scan to master, tags and pull requests851b5f3Fix: upgraade to trunk of SASL library because of failing builds on newer OSes1c2d636Build(deps): Bump actions/checkout from 5 to 6 (#250)5e9230acommon-run.sh: fixTOKEN_FILEenvvar (#254)f09181aNew: Add Star history toREADME.md.23ac7afUd: Replace/docker-init.dbwith/docker-init.deverywhere10949bfFix: Give docker a longet healtcheck startup time for slower / low powered devices (See #231)eac9cc0Fix: Deprecate/docker-init.dbin favour of/docker-init.d. See #236f6946c1Fix: Fix for logrotate.ba45ff7Fix: Make tests work with podman + add new kubernetes versions675ff10Fix: Ignore schema cache14aa657Fix: Add check for /var/log permissions (see #249)8ad6de0Upd: Add support for running tests with podman.ec85f9aFix: AddterminationGracePeriodSecondsdue to #245f942684fix: AddpreSleepSecondsas explaind in #245af9b539fix: Potential fix for #24673e7ff3Build(deps): Bump actions/checkout from 4 to 5 (#244)4d64f77fix for: /scripts/common.sh: line 190: error:: command not found (#248)11f1fb0Remove typos from README.mdbbe209cAllow setting existing secret name for TLS certs (#233)a47f941Add externalTrafficPolicy to helm Fixes #239 (#240)76bde40added ability to define resource options for the metrics exporter (#238)9fcd02fFix: Refactor sasl compilation a bit, hopefuly to run without issuesd0590c7Fix: Position of whitespace was wrong and bash complained about syntax error.fb8761fFix: Replacelocalwithexport, aslocalcan only be used inside a function437fb8bFix: Do not install rust on mips64el676da62Fix: Do not install "msal" on linux/386 as the compilation fails6fd4b11Fix: Install rust and cargo through apk for Alpine430b881Fix: Try to fix rust bindins build7b4d54fFix: Uninstallation of rustup requires "-y" for non-interactive use9f551faFix: Missing python3-venv294a6baFix: Install latest version of rust for multi-platform buildcbc07b1Fix: Fix multiplatform build of SASL20e25ca0Fix building SASL69d1a4cFix: Create python venv after bulding SASL7b87c5bFix for #225: Ensure that SASL authenticated connections are not rejected50c9503Fix for installation of msal library3b2d8dbFix: Remove python pre-installation as SASL building fails in that case92f514bFix: Fix missing backslashb96f9e0Fix #227: Add msal library to installation4f058d4Fix #227: Instal msal library into the imagebd3a68cFix: Fix broken postfix-install.sh script, move other spaces to tabs as wellb43c3d9Fix: spaces -> tabs07b46c7Feat: Add the posibility to automatically set hostname on runa99abcaFix: disable building postfix-expoter for ppc64le and s390x6b6d67eFix: Rollback to kumina/postfix_exporter3fc9616Fix: Rollback sals plugin to 0.25b359a94Fix: Remove linux/arm/v6 from build of postfix-exporter12708dcFix: Temporarily remove linux/ppc64le, as the build crashes.35e5389Fix: Remove build for ARMv5, as Go does not support ARMv5 images anymore.29f5eb7Fix: Always build on build platform.085746eFix: Try to fix building of postfix-exporter1bdf778Fix: Fix building of docker image for postfix exporter0a8e84bDon't enable smtputf8 when running on alpine on container restart (#224)0286619Fix: Install packages only if available on said architecture.d0e4572Fix: Switch to an updated branch ofpostfix_exporterb957465Fix: callupdate-binfmtsony if it exists.0b2e8eeFix: add some code documentation.New Contributors
Full Changelog: https://github.com/bokysan/docker-postfix/compare/v4.4.0...v5.0.0
v5.0.0: Relese v5.0.0Compare Source
What's Changed
common-run.sh: fixTOKEN_FILEenvvar by @limjh16 in #254tinitoDockerfileby @limjh16 in #252sasl-build.sh: Fix msal installation logic by @limjh16 in #253List of commits:
453b3acFix: Synk scanningefdf5bcFix: Fix tag release workflow1f6aef0Build(deps): Bump actions/setup-node from 4 to 6 (#257)6252930Fix: Drop support forlinux/arm/v587cf8dcFix: Install proper cross-platform development lib for ARMb4d2b95Fix: add requiredshellproperty to github aciton commandc150b71Fix: Potential fix for armhf build: Install arm libraries for qemue53c5f1Fix: Rustup uninstall for linux/arm/v780a5868Fix: Preparation for v5.0.0 release64816f6Fix: Skip building msal on i386 interely, not just on Alpine42c15f5Upd: Script optimization and comments6748fecsasl-build.sh: Fix msal installation logic (#253)21f5872Upt:Dockerfile: AddtiniasENTRYPOINT(#252)41f33bcBuild(deps): Bump actions/cache from 4 to 5 (#255)50b17efFix: Snyk scanning for pull requests02cc6f4Fix: remove build ofpostfix-exporterforlinux/arm/v5.74f2cbdFix: Harden third party class initialization to mitigate code injection possibilitiesb5101f2Fix: Harden postfix deployment by defaulte0caaf0Fix: Make Synk ignore base image issues (as we cannot fix them), remove linux/mips64lee67470cFix: Upgrade postfix golang builder to trixiedd1d439Fix install of postfix-exporter on debian trixie1ca88f5Fix: Synk scan was improperly depending on the build of the wrong image9e5ab59Fix: Update Debian to trixie since it was released in August.f07863aUpd: Add synk scan to master, tags and pull requests851b5f3Fix: upgraade to trunk of SASL library because of failing builds on newer OSes1c2d636Build(deps): Bump actions/checkout from 5 to 6 (#250)5e9230acommon-run.sh: fixTOKEN_FILEenvvar (#254)f09181aNew: Add Star history toREADME.md.23ac7afUd: Replace/docker-init.dbwith/docker-init.deverywhere10949bfFix: Give docker a longet healtcheck startup time for slower / low powered devices (See #231)eac9cc0Fix: Deprecate/docker-init.dbin favour of/docker-init.d. See #236f6946c1Fix: Fix for logrotate.ba45ff7Fix: Make tests work with podman + add new kubernetes versions675ff10Fix: Ignore schema cache14aa657Fix: Add check for /var/log permissions (see #249)8ad6de0Upd: Add support for running tests with podman.ec85f9aFix: AddterminationGracePeriodSecondsdue to #245f942684fix: AddpreSleepSecondsas explaind in #245af9b539fix: Potential fix for #24673e7ff3Build(deps): Bump actions/checkout from 4 to 5 (#244)4d64f77fix for: /scripts/common.sh: line 190: error:: command not found (#248)11f1fb0Remove typos from README.mdbbe209cAllow setting existing secret name for TLS certs (#233)a47f941Add externalTrafficPolicy to helm Fixes #239 (#240)76bde40added ability to define resource options for the metrics exporter (#238)9fcd02fFix: Refactor sasl compilation a bit, hopefuly to run without issuesd0590c7Fix: Position of whitespace was wrong and bash complained about syntax error.fb8761fFix: Replacelocalwithexport, aslocalcan only be used inside a function437fb8bFix: Do not install rust on mips64el676da62Fix: Do not install "msal" on linux/386 as the compilation fails6fd4b11Fix: Install rust and cargo through apk for Alpine430b881Fix: Try to fix rust bindins build7b4d54fFix: Uninstallation of rustup requires "-y" for non-interactive use9f551faFix: Missing python3-venv294a6baFix: Install latest version of rust for multi-platform buildcbc07b1Fix: Fix multiplatform build of SASL20e25ca0Fix building SASL69d1a4cFix: Create python venv after bulding SASL7b87c5bFix for #225: Ensure that SASL authenticated connections are not rejected50c9503Fix for installation of msal library3b2d8dbFix: Remove python pre-installation as SASL building fails in that case92f514bFix: Fix missing backslashb96f9e0Fix #227: Add msal library to installation4f058d4Fix #227: Instal msal library into the imagebd3a68cFix: Fix broken postfix-install.sh script, move other spaces to tabs as wellb43c3d9Fix: spaces -> tabs07b46c7Feat: Add the posibility to automatically set hostname on runa99abcaFix: disable building postfix-expoter for ppc64le and s390x6b6d67eFix: Rollback to kumina/postfix_exporter3fc9616Fix: Rollback sals plugin to 0.25b359a94Fix: Remove linux/arm/v6 from build of postfix-exporter12708dcFix: Temporarily remove linux/ppc64le, as the build crashes.35e5389Fix: Remove build for ARMv5, as Go does not support ARMv5 images anymore.29f5eb7Fix: Always build on build platform.085746eFix: Try to fix building of postfix-exporter1bdf778Fix: Fix building of docker image for postfix exporter0a8e84bDon't enable smtputf8 when running on alpine on container restart (#224)0286619Fix: Install packages only if available on said architecture.d0e4572Fix: Switch to an updated branch ofpostfix_exporterb957465Fix: callupdate-binfmtsony if it exists.0b2e8eeFix: add some code documentation.New Contributors
Full Changelog: https://github.com/bokysan/docker-postfix/compare/v4.4.0...v5.0.0
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 this update again.
This PR has been generated by Mend Renovate.
flate diff
No differences detected.
Pipeline
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.