|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | This project adheres to [Semantic Versioning](http://semver.org/). |
5 | 5 |
|
| 6 | +## [3.42.0] - 2024-06-25 |
| 7 | +### Added |
| 8 | +- feat: adds distroless Docker image. |
| 9 | + |
| 10 | +### Changed |
| 11 | +- build(docker): disable parallel builds in buildkit. |
| 12 | +- build(docker): uses gradle base image for distroless build stage. |
| 13 | +- build: defaults docker build convenience script to not push images. |
| 14 | +- build: don't run shadowjar in distroless image build. |
| 15 | +- build: moves Docker ignore files next to Dockerfiles. |
| 16 | +- build: moves docker build image name to script arg. |
| 17 | +- build: switches distroless tag to nonroot. |
| 18 | +- chore(deps): bump org.apache.maven.plugins:maven-jar-plugin |
| 19 | +- chore(deps): bump org.apache.maven.plugins:maven-project-info-reports-plugin |
| 20 | +- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin |
| 21 | +- chore: bumps base JRE to 11.0.23_9. |
| 22 | +- ci: don't duplicate unit tests when building distributions. |
| 23 | +- ci: enables dist workflow for PR builds. |
| 24 | +- ci: indent buildkitd config file. |
| 25 | +- ci: removes unneeded matrix strategy from dist workflow. |
| 26 | +- ci: splits out distroless image build into separate job. |
| 27 | +- ci: splits out validate and dist steps into separate jobs. |
| 28 | +- ci: switches distroless to external build. |
| 29 | +- ci: work-around for https://github.com/actions/runner/issues/2206 |
| 30 | +- docs: improves description of environment variable purpose. |
| 31 | +- refactor: replaces legacy internal colon-delimited path params with bracketed format. |
| 32 | + |
| 33 | +### Fixed |
| 34 | +- fix: adds option to escape non-param colons in path. |
| 35 | + |
6 | 36 | ## [3.41.2] - 2024-06-09 |
7 | 37 | ### Changed |
8 | 38 | - chore: bumps CLI to 0.42.3. |
|
0 commit comments