Releases: kokuwaio/helm-maven-plugin
Releases · kokuwaio/helm-maven-plugin
6.10.1
6.10.0
What's Changed
- Add flag to skip TLS checks against the Kubernetes API server's certi… by @nickkalgin in #316
- Add flags to install and upgrade Helm releases consistently by @nickkalgin in #318
- Overwrite local helm dependencies for deployment by @carter-cundiff in #315
- Add missing goal
helm:uninstall
, fix #116 by @sschnabe in #319 - Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0 by @dependabot in #314
New Contributors
- @nickkalgin made their first contribution in #316
- @carter-cundiff made their first contribution in #315
Full Changelog: 6.9.0...6.10.0
6.9.0
What's Changed
- helm:upload => "insecure" flag support (HTTPS upload) by @rstribrn in #306
- Refactoring of
helm:upload
and add tests forinsecure
by @sschnabe in #310 - Refactoring of
helm:init
and add tests forfallbackBinaryDownload
by @sschnabe in #309 - Use proxy from
settings.xml
inhelm:init
, fix #91 by @sschnabe in #312 - Bump version to 6.9 because of new features. by @sschnabe in #307
Maintenance
- Maintenance: bump helm version in tests from 3.10.1 to 3.12.0 by @sschnabe in #308
- Maintenance: reviewed settings usage in invoker tests by @sschnabe in #311
- Maintenance: remove spotbug and pmd warnings by @sschnabe in #313
- Bump maven-parent from 0.6.7 to 0.6.9 by @dependabot in #305
New Contributors
Full Changelog: 6.8.0...6.9.0
6.8.0
What's Changed
- Migrate to kokuwa parent by @sschnabe in #301
- Add flag to skip login in
helm:push
mojo. fix #302 by @sschnabe in #303 - Add flag caFile/insecure for
push
andregistry-login
, fix #83 by @sschnabe in #304
Maintenance
- Bump junit-jupiter-api from 5.9.2 to 5.9.3 by @dependabot in #290
- Bump version.org.apache.maven.plugin.tools from 3.8.1 to 3.8.2 by @dependabot in #288
- Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 by @dependabot in #289
- Bump jackson-databind from 2.14.2 to 2.15.0 by @dependabot in #291
- Bump jackson-databind from 2.15.0 to 2.15.2 by @dependabot in #296
- Bump version.org.apache.maven.plugin.tools from 3.8.2 to 3.9.0 by @dependabot in #298
- Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 by @dependabot in #295
- Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #293
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #299
- Bump lombok from 1.18.26 to 1.18.28 by @dependabot in #294
- Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #297
Full Changelog: 6.7.0...6.8.0
6.7.0
What's Changed
- Add option for artifactory to prepend with artifactId, rel #286 by @sschnabe in #287
- Add goals
registry-login
andregistry-logout
. rel #277 by @sschnabe in #285 - Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #274
- Bump version.org.apache.maven.plugin.tools from 3.7.1 to 3.8.1 by @dependabot in #273
- Bump maven-install-plugin from 3.1.0 to 3.1.1 by @dependabot in #278
- Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 by @dependabot in #279
- Bump commons-compress from 1.22 to 1.23.0 by @dependabot in #280
- Bump maven-invoker-plugin from 3.5.0 to 3.5.1 by @dependabot in #281
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 by @dependabot in #282
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #284
- Bump maven-deploy-plugin from 3.1.0 to 3.1.1 by @dependabot in #283
Full Changelog: 6.6.1...6.7.0
6.6.1
6.6.0
We refactored some internals of this plugin. Notable changes:
- directories with spaces are now working
- support
--force-update
forhelm repo add
- support
--quiet
forhelm lint
If you encounter any problems with this version please open an issue.
What's Changed
- Remove duplicate method for better testing by @sschnabe in #231
- Remove unused method
formatIfValueIsNotEmpty
by @sschnabe in #233 - Move checkstyle linter to its own job by @sschnabe in #232
- Move chartVersion timestamp handling to package mojo by @sschnabe in #234
- Move some methods to upload mojo by @sschnabe in #236
- Rewrite unit tests and add missing tests by @sschnabe in #237
- Bump mockito-core from 4.8.0 to 4.8.1 by @dependabot in #242
- Bump commons-compress from 1.21 to 1.22 by @dependabot in #243
- Bump version for new feature release by @sschnabe in #241
- Bump jackson-databind from 2.13.4.1 to 2.13.4.2 by @dependabot in #244
- Remove
commons-io
by @sschnabe in #239 - Support flag
--force-update
forhelm repo add
, fix #127 by @sschnabe in #238 - Remove
junit-jupiter-engine
andjunit-jupiter-params
by @sschnabe in #240 - Refactor
getChartDirectories
by @sschnabe in #246 - Update
pom.xml
by @sschnabe in #245 - Replace
String
parameters withFile
where possible by @sschnabe in #248 - Refactor internal file handling, replace
String
withPath
by @sschnabe in #249 - Refactor handling of process streams by @sschnabe in #253
- Use local executable in tests by @sschnabe in #250
- Remove
commons-lang3
by @sschnabe in #251 - Refactor tests, capture commands at
Runtime.getRuntime().exec(...)
by @sschnabe in #252 - Refactor tests to include deprecated parameters by @sschnabe in #254
- Refactor handling of flags, use space instead of equality sign by @sschnabe in #255
- Refactor handling of helm executable, now encapsulated in wrapper class by @sschnabe in #256
- Add option for
helm lint --quiet
by @sschnabe in #259 - Remove
StripSensitiveDataLog
, the plugin does not log secrets anymore by @sschnabe in #258 - Refactor invoker tests, add test for #nope by @sschnabe in #257
Full Changelog: 6.5.0...6.6.0
6.5.0
What's Changed
- Add javadoc for parameter, add help goal, fix #222 by @sschnabe in #230
- Remove illegal usage of
@Parameter
, fix #221 by @sschnabe in #225 - Add deprecations. by @sschnabe in #224
- Cleanup abstract mojo, move parameter to goals where they are used by @sschnabe in #226
- Disable failfast on matrix builds by @sschnabe in #228
- Add checkstyle for testclasses by @sschnabe in #229
Full Changelog: 6.4.2...6.5.0
6.4.2
Bumped jackson to avoid jackson issue GHSA-jjjh-jjxp-wpff.
What's Changed
- Bump jackson-databind from 2.13.4 to 2.13.4.1 by @dependabot in #223
Full Changelog: 6.4.1...6.4.2
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