chore(deps): update dependency org.jreleaser:jreleaser-maven-plugin to v1.21.0#88
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency org.jreleaser:jreleaser-maven-plugin to v1.21.0#88renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
d3f517e to
56362ab
Compare
56362ab to
d4ac081
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:
1.19.0->1.21.0Release Notes
jreleaser/jreleaser (org.jreleaser:jreleaser-maven-plugin)
v1.21.0Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.21.0
Changelog
🚀 Features
announce
6ffa245Add Reddit announcer support, closes #1457release
0fb5c64Configuration validation, closes #19787c9a56dAdd support for github immutable releases, closes #1978sign
a2d5dc2Send GPG passphrase on loopback only when set in config, closes #1800🐛 Fixes
deploy
a7b2d0eSkip PGP key checks if signing.mode = COMMAND, closes #2004d657c17Skip GPG key verification when signing.verify is false, closes #1981unscoped
90fc384check snapshot version for '-SNAPSHOT' tag, closes #1971🔄️ Changes
announce
3d79ff8Tidy up reddit code, closes #1457unscoped
9f3becfUpdate SerialVersionUID in GithubReleaser, closes #1978🛠 Build
a08b6b6Reduce size of native image executablec222e79Downgrade jdks to Java 17, closes #2001c9de37cUpdate jdks to Java 256979e56Update macos version in GH actions6279082Upgrade to GraalVM 255acf0a6Update GH actions4579443Fix links in readmecb46f20Use common files from JReleaser org📝 Documentation
0c3a74bAdd emlun as a contributor for codeb8c5f4cAdd LogFlames as a contributor for code666998aAdd adutra as a contributor for code4d4ec34Add shaikhu as a contributor for code⚙️ Dependencies
210dcf2Update junit5 to 6.0.0c287c3eUpdate zstd-jni to 1.5.7-6e49c50cUpdate syft to 1.36.05fba57fUpdate spotbugs to 4.9.85189290Update snakeyaml to 2.561b5cc5Update jbang to 0.132.11d4e439Update cosign to 3.0.231d0a7eUpdate commons-lang3 to 3.19.0288a3b5Update byte-buddy to 1.17.8e592042Update bouncycastle to 1.82ce7f231Update aws-java-sdk to 2.36.3284902fUpdate asm to 9.9acb3037Update assertj to 3.27.699f255cUpdate jakarta.mail-api to 2.1.56292b25Releasing version 1.21.0a69596bBump for next development cycleContributors
We'd like to thank the following people for their contributions:
v1.20.0Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.20.0
Changelog
🚀 Features
assemble
68c924eAdd missing config flags to jpackage, closes #1912core
29bfe21Log path to settings file, closes #1945ac02ec7Add a --deploy flag to config, closes #1946b74c3f1Location of settings file may be defined explicitly, closes #1945extensions
3046d3aRefine JBang extension supporta3d96cbSupport JBang as extension loader and launcher, closes #1952hooks
b3b95daAdd explicit support for running hooks via JBang, closes #1955bfccf24Inject fully resolved model as template in hooks, closes #1937d8fb5eeAdd named groups to command and script hooks, closes #1947packagers
b4be8f7Allow packagers to skip publish step, closes #1936292ccc5Add org.opencontainers.image.source label to Docker/Jib, closes #19339da8d74Stage distribution publication in a fixed directory, closes #19436602c25Let docker.cmd be configurable, closes #1941d83def4Let docker.entrypoint be configurable, closes #1934bf7f829Let docker registries be enabled/disabled for publishing, closes #1935release
61daa17Associate milestone in gitlab release, closes #1932tools
028f229Add a custom User-Agent when dowloading tools🐛 Fixes
build
2da4f55Update GH token permissions on smoke-tests workflowd2df5b8Set CMD --help as default in docker templates, closes #1942core
2d51c2dDisplay configured path when it fails to be resolved, closes #1964deploy
0ff6c4dAssign auth interceptor, closes #1921aed5a82Nexus3 should collect deployable signatures, closes #1953355b8ccLog staged repository URI after creating a staging repository in Nexus2, closes #1650ffb0239Fail deployment if signing key is expired, closes #19304fba79dShow clear error messages for 401/403, closes #1922368ae0bLet MavenCentral consume user encoded auth token, closes #19216a4c799Ignore hidden files when collecting deployable artifacts, closes #1926gradle
e026065Disable up-to-date checks in JReleaserConfigTask and JReleaserEnvTask, closes #1972a14b657Remove usages of ConfigureUtil, closes #1956hooks
3278df6Inherit matrix and environment from named groups, closes #1947packagers
03725cbUse spec name for directory name in repository, closes #1950ae869deConfigure entrypoint/cmd for docker specs, closes #1934 #1941unscoped
9ff67f5Ensure Nexus3 URLs don't have a trailing slash, closes #1968642206dNormalize URL for Nexus3 deployer, closes #19677b14506Configure missing resources in native-image, closes #1918🔄️ Changes
announce
f81db09Deprecate the Discussions announcer, closes #1301build
910afdfUpdate spec names for docker packager🛠 Build
cdfd61aUpdate release announcements6c01f8eRemove mocked test cases70154e9Switch git token for smoke-tests522d6f9Upgrade to Gradle 8.14.3a42dc07Add missing graal NativeImage annotation to sdks, closes #1918b4d98c3Upgrade graal to 24.0.1, closes #1918📝 Documentation
7538982Add lauzadis as a contributor for code3b086b2Add ammbra as a contributor for code3f4c6c9Add dorianm as a contributor for codea83a9d3Add ramanathan1504 as a contributor for code⚙️ Dependencies
c128f96Update jackson to 2.20.073f1396Update zstd-jni to 1.5.7-429ea880Update jackson to 2.19.2e048c80Update syft to 1.32.0123ca5cUpdate spotbugs to 4.9.47d3f965Update mockito to 5.19.0e1c9698Update junit5 to 5.13.44e616e4Update jsoup to 1.21.2cd4cc24Update json-smart to 2.6.0fa685a6Update jbang to 0.129.0a1495e5Update greenmail to 2.1.5e6cfa15Update errorprone to 2.41.06f7c31eUpdate cyclonedx to 0.29.12ec4de4Update cosign to 2.5.384b0c45Update commons-text to 1.14.045b4313Update commons-net to 3.12.06d00748Update commons-lang3 to 3.18.07652adeUpdate commons-io to 2.20.094f4679Update commons-compress to 1.28.04109ad0Update commons-codec to 1.19.065cbdceUpdate checkstyle to 11.0.01f264a9Update checker-qual to 3.49.5e5f3f43Update byte-buddy to 1.17.7576655bUpdate aws-java-sdk to 2.32.3116e3b06Releasing version 1.20.0737bdb7Bump for next development cycleContributors
We'd like to thank the following people for their contributions:
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.