Releases: kokuwaio/helm-maven-plugin
Releases · kokuwaio/helm-maven-plugin
6.4.1
What's Changed
- Do not display k8sCluster warning if nothing is configured. Fix #219 by @sschnabe in #220
- Update actions and linter by @sschnabe in #218
- Bump jackson-databind from 2.13.3 to 2.13.4 by @dependabot in #216
- Bump maven-jar-plugin from 3.2.2 to 3.3.0 by @dependabot in #214
- Bump version.org.junit.jupiter from 5.9.0 to 5.9.1 by @dependabot in #215
- Bump mockito-core from 4.7.0 to 4.8.0 by @dependabot in #213
- Bump tidy-maven-plugin from 1.1.0 to 1.2.0 by @dependabot in #217
Full Changelog: 6.4.0...6.4.1
6.4.0
What's Changed
- Add global helm flags to Base Abstract Mojo by @nazarovkv in #194
- Add "helm upgrade" Function by @nikmaster in #212
- Bump crazy-max/ghaction-import-gpg from 4 to 5 by @dependabot in #199
- Bump maven-invoker-plugin from 3.2.2 to 3.3.0 by @dependabot in #198
- Bump jackson-databind from 2.13.2.2 to 2.13.3 by @dependabot in #196
- Bump mockito-core from 4.5.1 to 4.6.0 by @dependabot in #197
- Bump mockito-core from 4.6.0 to 4.6.1 by @dependabot in #203
- Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 by @dependabot in #204
- Bump maven-install-plugin from 3.0.0-M1 to 3.0.1 by @dependabot in #208
- Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 by @dependabot in #206
- Bump version.org.junit.jupiter from 5.8.2 to 5.9.0 by @dependabot in #205
- Bump maven-resources-plugin from 3.2.0 to 3.3.0 by @dependabot in #207
- Bump mockito-core from 4.6.1 to 4.7.0 by @dependabot in #211
- Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 by @dependabot in #210
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #209
New Contributors
- @nikmaster made their first contribution in #212
Full Changelog: 6.3.0...6.3.1
6.3.0
6.2.0
What's Changed
- Map arch
aarch64
(Apple M1) toamd64
. Fix #129. by @sschnabe in #182 - Mark all mojos threadsafe. Fix #87 by @sschnabe in #184
- Centralized helm config & cache, added --debug flag. by @sschnabe in #183
- [Push goal] Load credentials via settings.xml file by @SpacePh in #186
- Add codeowners. by @sschnabe in #189
New Contributors
Full Changelog: 6.1.1...6.2.0
6.1.1
6.1.0
What's Changed
- Set correct maven prerequisites and pin maven dependencies. by @sschnabe in #165
- Strip secrets from log statements. by @sschnabe in #166
- Add capability to push to OCI registry by @mlkmhd in #169
- Change
dependency-build
goal from phaseprepare-package
toprocess-resources
. Fix #81 by @slawekjaranowski in #168 - Use helm version from github tags. Fix #170 by @sschnabe in #173
New Contributors
Full Changelog: 6.0.0...6.1.0
6.0.0
Changed groupId from com.kiwigrid
to io.kokuwa.maven
because @kokuwaio is the new maintainer of this plugin.
Changed default branch to main, master contains last version from old maintainer @kiwigrid.
What's Changed
- Rename from Kiwigrid to Kokuwa. by @stephanschnabel in #152
- Set java-version in actions to 8. by @stephanschnabel in #153
- Check empty k8sToken before replace, fixes #151. by @stephanschnabel in #154
- Add simple it test with init and lint. by @stephanschnabel in #156
Full Changelog: helm-maven-plugin-5.11...6.0.0
helm-maven-plugin-5.11
- Timestamp as version.
- Multiple YAML Values Support.
- GitHub Actions: build on Pull Requests.
helm-maven-plugin-5.10
- Update badges
- Introduce GitHub Workflows
- Introduce Linters
- Project Makeover
- Add Nexus support to README
- K8S Authentication
- Additional tests
- Artifactory repo: support upload by groupId
- Add template feature
- Bump commons-compress from 1.19 to 1.21
- Use maven's settings.xml server credentials even for CHARTMUSEUM repos
helm-maven-plugin-5.9
nexus authentication from settings.xml #115