Skip to content

Releases: kokuwaio/k3s-maven-plugin

1.0.2

20 Jul 14:37
1.0.2
7742cf4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

19 Jun 11:48
1.0.1
9fc72a6
Compare
Choose a tag to compare

What's Changed

  • Ignore pods from local storage provider, log no action for cached images by @sschnabe in #242

Full Changelog: 1.0.0...1.0.1

1.0.0

07 Jun 06:59
1.0.0
07e410c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.2...1.0.0

0.11.2

06 Jun 19:53
0.11.2
9627b5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.1...0.11.2

0.11.0

24 May 08:11
0.11.0
0b911c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0

0.10.0

16 May 08:34
0.10.0
0e6ac29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.10.0

0.9.1

10 May 08:29
0.9.1
4569fdc
Compare
Choose a tag to compare

What's Changed

  • Set version for transitive dependencies with issues from SBOM report by @sschnabe in #205

Full Changelog: 0.9.0...0.9.1

0.9.0

10 May 07:42
0.9.0
e8c21ba
Compare
Choose a tag to compare

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

Full Changelog: 0.8.0...0.9.0