Releases: kokuwaio/k3s-maven-plugin
Releases · kokuwaio/k3s-maven-plugin
Release list
2.3.1
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
What's Changed
This project was move from Github to a selfhosted Forgejo instance.
- git.kokuwa.io/kokuwaio/k3s-maven-plugin is now used for active development
- github.com/kokuwaio/k3s-maven-plugin is now a mirror, issues/prs will be processed
- codeberg.org/kokuwaio/k3s-maven-plugin is also a mirror, issues/prs will be processed
- important: the license changed from Apache-2.0 to EUPL-1.2
- with feat: use docker daemon rest api instead of docker-cli the dependency to docker-cli was dropped
Full Changelog: https://git.kokuwa.io/kokuwaio/k3s-maven-plugin/compare/1.6.0...2.0.0
1.6.0
What's Changed
- feat: add copy mojo to copy files from host to k3s
- feat: check taints of node and throw error
- feat: add flag --disable-default-registry-endpoint
- feat: add flag to disable coredns
Maintenance
- chore: refactor pom to remove parent, site is skipped for now
- ci: refactored github actions setup
- test: use registry mirror for dev builds because of dockerhub limits
- test: fix tests because github actions behaviour changed
- test: remove useless invocation in junit tests.
Full Changelog: 1.5.0...1.6.0
1.5.0
What's Changed
Maintenance
- Remove test examples. Delete running pods before each test. by @sschnabe in #314
- Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1 by @dependabot in #316
- Bump version.org.slf4j from 1.7.36 to 2.0.16 by @dependabot in #315
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
Maintenance
- Removed invalid javadoc parameter. by @sschnabe in #287
- Replace maven log usage with slf4j. Maven 4 deprecates maven log. by @sschnabe in #290
- Removed invalid config from invoker tests by @sschnabe in #289
- Remove usage of plexus util internals (no included in maven 4) by @sschnabe in #288
- Maintenance: use parameter logging by @sschnabe in #292
Full Changelog: 1.3.1...1.4.0