Skip to content

v2.6.0

Compare
Choose a tag to compare
@marcwrobel marcwrobel released this 19 Apr 20:47
· 120 commits to main since this release
c6c41a5

Added

  • Add a utility script to simplify dependency upgrades (#20).
  • Set maven-release-plugin version (#22).
  • Set maven-site-plugin version (#23).
  • Configure versions-maven-plugin to ignore non-final dependencies (#24).

Changed

  • Upgrade spring-boot-starter-parent to 2.6.6 (#19).
  • Upgrade sonar-maven-plugin to 3.9.1.2184 (#18).
  • Upgrade maven-gpg-plugin to 3.0.1 (#17).
  • Upgrade jib-maven-plugin to 3.2.1 (#16).
  • Change Jib base image to eclipse-temurin (#16). eclipse-temurin (JRE) is the default base image used by Jib since 3.2.0.
  • Upgrade jacoco-maven-plugin to 0.8.8 (#15).
  • Upgrade flatten-maven-plugin to 1.2.7 (#13).
  • Upgrade minimal Maven version to 3.8.5 (#21).

Fixed

  • Do not use jib's to/tags to specify the to image tag (#25). to/image is now used instead.