Skip to content

Commit 04bd903

Browse files
committed
build: release v3.42.0.
1 parent 3d6f04e commit 04bd903

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

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+
636
## [3.41.2] - 2024-06-09
737
### Changed
838
- chore: bumps CLI to 0.42.3.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
projectVersion=0.0.0-SNAPSHOT
1+
projectVersion=3.42.0

0 commit comments

Comments
 (0)