axion-release-plugin
axion-release-plugin copied to clipboard
Bump pl.allegro.tech.build.axion-release from 1.13.14 to 1.14.0
Bumps pl.allegro.tech.build.axion-release from 1.13.14 to 1.14.0.
Release notes
Sourced from pl.allegro.tech.build.axion-release's releases.
v1.14.0
This release includes support for Gradle's configuration cache. As part of this change, configuration properties are now Gradle-managed properties.
In some cases, existing build scripts may need to be adjusted:
- Kotlin DSL users will need to use the
property.set(value)instead of assignment;- Users of a custom key file should use the new property
customKeyFile- several 'setXXX' methods have been replaced with function equivalents (e.g.
setSerializer->serializer)- If extending an Axion task (setting the
versionConfigproperty), please check out updated syntax in the documentationWhat's Changed
- GH-490 Describe
fileUpdate.encodingproperty in docs by@dzikoyskin allegro/axion-release-plugin#499- GH-490 Support encoding in
fileUpdatehook (Fix #490) by@dzikoyskin allegro/axion-release-plugin#493- Gradle configuration cache compatibility by
@cloudshiftchrisin allegro/axion-release-plugin#516- Implement #480: handle empty overriddenBranchName same as not set by
@david0in allegro/axion-release-plugin#489New Contributors
@dzikoyskmade their first contribution in allegro/axion-release-plugin#493@cloudshiftchrismade their first contribution in allegro/axion-release-plugin#516Dependencies
- Bump pl.allegro.tech.build.axion-release from 1.13.9 to 1.13.14 by
@dependabotin allegro/axion-release-plugin#496- Bump mkdocs-material from 8.3.2 to 8.3.4 by
@dependabotin allegro/axion-release-plugin#494- Bump mkdocs-material from 8.3.4 to 8.3.6 by
@dependabotin allegro/axion-release-plugin#498- Bump com.coditory.integration-test from 1.4.0 to 1.4.2 by
@dependabotin allegro/axion-release-plugin#508- Bump mkdocs-material from 8.3.6 to 8.3.9 by
@dependabotin allegro/axion-release-plugin#504- Bump objenesis from 3.2 to 3.3 by
@dependabotin allegro/axion-release-plugin#514- Bump mkdocs from 1.3.0 to 1.3.1 by
@dependabotin allegro/axion-release-plugin#512- Bump org.jetbrains.kotlin.jvm from 1.4.0 to 1.7.10 by
@dependabotin allegro/axion-release-plugin#507- Bump sshd-git from 2.8.0 to 2.9.0 by
@dependabotin allegro/axion-release-plugin#511- Bump sshd-core from 2.8.0 to 2.9.0 by
@dependabotin allegro/axion-release-plugin#513Full Changelog: https://github.com/allegro/axion-release-plugin/compare/v1.13.14...v1.14.0
Commits
8ae9e5bGH-490 UpdatefileUpdatedocs (#499)6e58b05#387 Gradle configuration cache compatibility - rebased (#516)eb50889Bump sshd-core from 2.8.0 to 2.9.0 (#513)dbb4eadBump sshd-git from 2.8.0 to 2.9.0 (#511)5315c53Bump org.jetbrains.kotlin.jvm from 1.4.0 to 1.7.10 (#507)03f1b76Bump mkdocs from 1.3.0 to 1.3.1 (#512)5d710bfBump objenesis from 3.2 to 3.3 (#514)855829cBump mkdocs-material from 8.3.6 to 8.3.9 (#504)66d317eBump com.coditory.integration-test from 1.4.0 to 1.4.2 (#508)cf7caf2GH-490 Support encoding infileUpdatehook (Fix #490) (#493)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)