Releases: allegro/axion-release-plugin
v1.21.0
What's Changed
-
Branch suffixes are now added for snapshot versions only (#977, fixes #969)
by @bgalek, @radoslaw-panuszewski -
Invalid Git tags that match the release prefix but are not valid for version calculation are now ignored (#976)
by @radoslaw-panuszewski -
Decreased log level for the log message about not being on a release branch
Additionally, tasks that are disabled now include a[disabled]descriptor in their output for better clarity. (#981)
by @neall-srf
New Contributors
- @neall-srf made their first contribution in #981
Dependency updates
- Bump org.apache.sshd:sshd-git from 2.15.0 to 2.16.0 by @dependabot[bot] in #961
- Bump org.apache.sshd:sshd-core from 2.15.0 to 2.16.0 by @dependabot[bot] in #959
- Bump org.bouncycastle:bcprov-jdk18on from 1.81 to 1.82 by @dependabot[bot] in #968
- Bump org.ajoberstar.grgit:grgit-core from 5.3.2 to 5.3.3 by @dependabot[bot] in #966
- Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0 by @dependabot[bot] in #972
- Bump net.java.dev.jna:jna-platform from 5.18.0 to 5.18.1 by @dependabot[bot] in #975
- Bump net.bytebuddy:byte-buddy from 1.17.6 to 1.17.8 by @dependabot[bot] in #980
- Bump jgit from 7.3.0.202506031305-r to 7.4.0.202509020913-r by @dependabot[bot] in #979
Full Changelog: v1.20.1...v1.20.2
v1.20.1
What's Changed
-
Since a lot of users cannot update to Gradle
8+,
I've downgraded this project's Gradle build to7.6, which is the new minimum required version for this plugin to work. -
7.6 was added to the test matrix https://github.com/allegro/axion-release-plugin/actions/runs/16962346640
Changed
Full Changelog: v1.20.0...v1.20.1
v1.20.0
What's Changed
Changed
- Changed the compilation JDK from 11 to 17 by @Lakhwinderr in #854
- Changed minimum supported Gradle to 8.3
- Migrated to Gradle 9.1 by @bgalek in #949, #945, #941, #942, #944
unshallowRepoOnCIenabled by default by @bgalek in #947- remove
ajoberstar.org/bintray-backup/repository definition by @bgalek in #948 java-semverupdated,apache-compressadded to solve security issues by @bgalek in #950
Dependency updates
- Bump the gradle group with 5 updates by @dependabot[bot] in #936
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #940
- Bump pl.allegro.tech.build.axion-release from 1.18.18 to 1.19.1 by @dependabot[bot] in #939
- Bump mkdocs-material from 9.6.15 to 9.6.16 by @dependabot[bot] in #938
- Bump org.testcontainers:spock from 1.21.1 to 1.21.3 by @dependabot[bot] in #937
- Bump com.github.mwiede:jsch from 0.2.24 to 2.27.2 by @dependabot[bot] in #930
- Bump org.junit.jupiter:junit-jupiter from 5.7.1 to 5.13.4 by @dependabot[bot] in #952
New Contributors
- @Lakhwinderr made their first contribution in #854
Full Changelog: v1.19.1...v1.20.0
v1.19.1
What's Changed
Dependency updates
- Bump mkdocs-material from 9.6.14 to 9.6.15 by @dependabot[bot] in #934
- Bump org.ajoberstar.grgit:grgit-core from 5.3.0 to 5.3.2 by @dependabot[bot] in #929
- Bump org.bouncycastle:bcprov-jdk18on from 1.80 to 1.81 by @dependabot[bot] in #928
Changed
- build.gradle.kts: jgitVersion: 6.10.1.202505221210-r by @gabrieljones in #935
Full Changelog: v1.19.0...v1.19.1
v1.19.0
What's Changed
Changed
- Make the "ahead of remote" check more explicit (both in docs and error message) by @radoslaw-panuszewski in #931
Dependency updates
- Bump net.java.dev.jna:jna-platform from 5.16.0 to 5.17.0 by @dependabot in #907
Full Changelog: v1.18.18...v1.19.0
v1.18.18
What's Changed
Dependency updates
- Bump org.apache.sshd:sshd-git from 2.14.0 to 2.15.0 by @dependabot in #898
- Bump pl.allegro.tech.build.axion-release from 1.18.16 to 1.18.17 by @dependabot in #895
- Bump mkdocs-material from 9.6.4 to 9.6.5 by @dependabot in #894
- Bump org.apache.sshd:sshd-core from 2.14.0 to 2.15.0 by @dependabot in #897
- Bump com.github.mwiede:jsch from 0.2.23 to 0.2.24 by @dependabot in #902
- Bump mkdocs-material from 9.6.5 to 9.6.7 by @dependabot in #899
Changed
New Contributors
Full Changelog: v1.18.17...v1.18.18
v1.18.17
What's Changed
Dependency updates
- Bump mkdocs-material from 9.5.44 to 9.5.49 by @dependabot in #876
- Bump pl.allegro.tech.build.axion-release from 1.18.15 to 1.18.16 by @dependabot in #867
- Bump mkdocs-material from 9.5.49 to 9.6.4 by @dependabot in #892
- Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 by @dependabot in #886
- Bump com.github.mwiede:jsch from 0.2.21 to 0.2.23 by @dependabot in #884
- Bump org.bouncycastle:bcprov-jdk18on from 1.79 to 1.80 by @dependabot in #883
- Bump net.java.dev.jna:jna-platform from 5.15.0 to 5.16.0 by @dependabot in #880
Changed
- Fix (de)serialization example in version docs by @wborn in #875
- Fix Kotlin DSL not being compatible with internal hooks implementation by @danilaslynko in #891
- Add means to check if version is a snapshot programatically. by @solonovamax in #749
- Make -Prelease.overriddenBranchName work in non-detached state by @ddeath in #887
New Contributors
- @wborn made their first contribution in #875
- @danilaslynko made their first contribution in #891
- @solonovamax made their first contribution in #749
- @ddeath made their first contribution in #887
Full Changelog: v1.18.16...v1.18.17
v1.18.16
What's Changed
Changed
- Regexes can now be used in release branch names settings by @radoslaw-panuszewski in #864
Dependency updates
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #862
- Bump mkdocs-material from 9.5.42 to 9.5.44 by @dependabot in #858
- Bump com.github.mwiede:jsch from 0.2.20 to 0.2.21 by @dependabot in #856
- Bump org.bouncycastle:bcprov-jdk18on from 1.78.1 to 1.79 by @dependabot in #857
- Bump pl.allegro.tech.build.axion-release from 1.18.13 to 1.18.15 by @dependabot in #861
Full Changelog: v1.18.15...v1.18.16
v1.18.15
What's Changed
Changed
- Write
published-versionoutput even if root project does not applymaven-publishby @radoslaw-panuszewski in #859
Full Changelog: v1.18.14...v1.18.15
v1.18.14
What's Changed
Changed
- Set published-version github output after 'publish' task by @radoslaw-panuszewski in #847
Dependency updates
- Bump mkdocs-material from 9.5.40 to 9.5.42 by @dependabot in #848
Full Changelog: v1.18.13...v1.18.14