Releases: kokuwaio/k3s-maven-plugin
Releases · kokuwaio/k3s-maven-plugin
1.0.2
What's Changed
- Bump jackson-databind from 2.15.1 to 2.15.2 by @dependabot in #243
- Bump maven-parent from 0.6.7 to 0.6.9 by @dependabot in #244
- Apply
pullTimeout
fork3s:image
to allow long running imports. by @sschnabe in #245
Full Changelog: 1.0.1...1.0.2
1.0.1
1.0.0
What's Changed
- Bump project version to 1.0.0-SNAPSHOT by @sschnabe in #224
- Remove
k3s.agentCache
, always use docker volume by @sschnabe in #225 - Remove
k3s.podWait
/k3s.podTimeout
because it was never used by @sschnabe in #226 - Remove
k3s.kubectlPath
because it was never used by @sschnabe in #227 - Merge
stop
intorm
mojo by @sschnabe in #228 - Merge
create
andstart
intorun
mojo by @sschnabe in #229 - Remove
kubectl
mojo and replace withapply
mojo by @sschnabe in #230 - Replace docker rest with cli by @sschnabe in #231
- Replace kubernetes rest with cli by @sschnabe in #232
- Remove lombok, was used only for setter by @sschnabe in #233
- Eager parameter polish for images by @sschnabe in #234
k3s:apply
autodetect kustomize by @sschnabe in #235k3s:apply
await in parallel for resources getting ready by @sschnabe in #236k3s:image
skip dockerImage import if digest did not change, fix #213 by @sschnabe in #237k3s:image
skip tarFile import if shar256 did not change, fix #214 by @sschnabe in #240k3s:restart
new mojo to restart resources by @sschnabe in #239- Stream logs on pr build, skip scheduled build by @sschnabe in #241
Full Changelog: 0.11.2...1.0.0
0.11.2
What's Changed
- Add java lint to
maven-compiler-plugin
, fix unchecked issues by @sschnabe in #215 - Bump versions by @sschnabe in #216
- Bump guava from 31.1-jre to 32.0.0-jre by @dependabot in #220
- Bump jackson-databind from 2.15.0 to 2.15.2 by @dependabot in #219
- Bump commons-io from 2.11.0 to 2.12.0 by @dependabot in #221
- Bump jackson-annotations from 2.15.0 to 2.15.2 by @dependabot in #218
- Refactor internals, use objectName for docker resources to manage by @sschnabe in #217
- Migrate to kokuwa parent by @sschnabe in #222
Full Changelog: 0.11.1...0.11.2
0.11.0
0.10.0
0.9.1
0.9.0
Important changes
This plugin used a host mount for k3s agent directory as cache. Now no cache is used, but this can be changed with agentCache to:
- NONE: No mount, everything is lost after deletetion. (default value)
- HOST: Mount agent directory from host, images will be reused in newer runs. (previous behaviour)
- VOLUME: Mount agent directory from docker volume, images will be reused in newer runs.
What's Changed
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 by @dependabot in #189
- Bump client-java from 17.0.1 to 18.0.0 by @dependabot in #191
- Bump checkstyle from 10.8.0 to 10.9.3 by @dependabot in #190
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #192
- Bump maven-invoker-plugin from 3.5.0 to 3.5.1 by @dependabot in #193
- Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 by @dependabot in #196
- Bump maven-install-plugin from 3.1.0 to 3.1.1 by @dependabot in #194
- Bump maven-deploy-plugin from 3.1.0 to 3.1.1 by @dependabot in #195
- Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 by @dependabot in #197
- Bump junit-jupiter-api from 5.9.2 to 5.9.3 by @dependabot in #198
- Bump checkstyle from 10.9.3 to 10.10.0 by @dependabot in #200
- Bump helm-maven-plugin from 6.6.1 to 6.7.0 in /src/it by @dependabot in #201
- Bump version.org.apache.maven.plugin.tools from 3.8.1 to 3.8.2 by @dependabot in #199
- Bump k3s from 1.24.7 to 1.27.1 by @sschnabe in #202
- Add parameter
agentCache
to specify agent cache handling by @sschnabe in #203 - Add
agentCache
modeVOLUME
by @sschnabe in #204
Full Changelog: 0.8.0...0.9.0