From 3982cecb2a032f544a4bac9a5d24b7b284b536cf Mon Sep 17 00:00:00 2001 From: Paul Vorbach Date: Fri, 24 Jul 2020 09:43:36 +0200 Subject: [PATCH 01/14] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bd88af1..ec0fa80 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.deviceinsight.helm helm-maven-plugin - 2.5.0 + 2.6.0-SNAPSHOT maven-plugin Helm Maven Plugin From 887334dd034f73e45bfa9fe737500c96e6248136 Mon Sep 17 00:00:00 2001 From: Paul Vorbach Date: Tue, 11 Aug 2020 17:08:35 +0200 Subject: [PATCH 02/14] Update to hotfix version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ec0fa80..ce426fb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.deviceinsight.helm helm-maven-plugin - 2.6.0-SNAPSHOT + 2.5.1 maven-plugin Helm Maven Plugin From 8b8016963dafd9e83d097e4d94c2df946388cec7 Mon Sep 17 00:00:00 2001 From: Paul Vorbach Date: Tue, 11 Aug 2020 17:08:37 +0200 Subject: [PATCH 03/14] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f7116bf..3280913 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.deviceinsight.helm helm-maven-plugin - 2.5.1 + 2.6.0-SNAPSHOT maven-plugin Helm Maven Plugin From 5d59c2373f003c5054bd6ba457dcf3e33fd8f717 Mon Sep 17 00:00:00 2001 From: Paul Vorbach Date: Tue, 11 Aug 2020 17:25:34 +0200 Subject: [PATCH 04/14] Configure Dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..60a7e63 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Documentation: https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "maven" # See documentation for possible values + directory: "/" + schedule: + interval: "weekly" From 6f54946baad57158aa6c0833a9d86d882f6e2e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 15:26:28 +0000 Subject: [PATCH 05/14] Bump maven-source-plugin from 3.0.1 to 3.2.1 Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.0.1 to 3.2.1. - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.0.1...maven-source-plugin-3.2.1) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3280913..fa7e852 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 0.9.17 3.8.0 - 3.0.1 + 3.2.1 1.13.0 1.6.8 1.6 From 797a3bbd6f1b3276cabd81719a37177bbdfe0675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 15:26:28 +0000 Subject: [PATCH 06/14] Bump dokka-maven-plugin from 0.9.17 to 0.10.1 Bumps dokka-maven-plugin from 0.9.17 to 0.10.1. Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3280913..65ca322 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 5.6.2 3.16.1 - 0.9.17 + 0.10.1 3.8.0 3.0.1 1.13.0 From a17d324f58ca2c62e5383f3096872e8a57c76eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 15:31:43 +0000 Subject: [PATCH 07/14] Bump maven-compiler-plugin from 3.8.0 to 3.8.1 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.0...maven-compiler-plugin-3.8.1) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8c8f18..9ca1275 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 3.16.1 0.10.1 - 3.8.0 + 3.8.1 3.2.1 1.13.0 1.6.8 From 9db9521abddb5db6b77bbf76f7238020f768be57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 15:32:05 +0000 Subject: [PATCH 08/14] Bump gitflow-maven-plugin from 1.13.0 to 1.14.0 Bumps [gitflow-maven-plugin](https://github.com/aleksandr-m/gitflow-maven-plugin) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/aleksandr-m/gitflow-maven-plugin/releases) - [Changelog](https://github.com/aleksandr-m/gitflow-maven-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/aleksandr-m/gitflow-maven-plugin/compare/v1.13.0...v1.14.0) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8c8f18..1b931cc 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 0.10.1 3.8.0 3.2.1 - 1.13.0 + 1.14.0 1.6.8 1.6 From 3ef1de1804b9c6b0d1afb05c479da7fce933503b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 06:21:44 +0000 Subject: [PATCH 09/14] Bump assertj-core from 3.16.1 to 3.17.2 Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.16.1 to 3.17.2. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.16.1...assertj-core-3.17.2) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3b28d66..91fadd8 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.5.12 5.6.2 - 3.16.1 + 3.17.2 0.10.1 3.8.1 From 72e1bc1fb8921ca9b9bcdfbd055c4583783db077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 06:21:47 +0000 Subject: [PATCH 10/14] Bump dokka-maven-plugin from 0.10.1 to 1.4.0 Bumps dokka-maven-plugin from 0.10.1 to 1.4.0. Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3b28d66..7cb921d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 5.6.2 3.16.1 - 0.10.1 + 1.4.0 3.8.1 3.2.1 1.14.0 From d24a4b47f6bd14d888e90abe1a27f8da1d513b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 06:41:03 +0000 Subject: [PATCH 11/14] Bump kotlin.version from 1.3.72 to 1.4.10 Bumps `kotlin.version` from 1.3.72 to 1.4.10. Updates `kotlin-stdlib-jdk8` from 1.3.72 to 1.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.10) Updates `kotlin-test-junit` from 1.3.72 to 1.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.10) Updates `kotlin-maven-plugin` from 1.3.72 to 1.4.10 Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3b28d66..712ceae 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ https://github.com/deviceinsight/helm-maven-plugin - 1.3.72 + 1.4.10 1.8 1.8 1.8 From d474dd5259e0450d9e4974abc1497695b284bd52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 09:09:02 +0000 Subject: [PATCH 12/14] Bump junit-jupiter from 5.6.2 to 5.7.0 Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.6.2 to 5.7.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 91fadd8..31adfbd 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 2.11.2 4.5.12 - 5.6.2 + 5.7.0 3.17.2 0.10.1 From 283bbf462be39cbefcb7dd72327fd8e82b35d52f Mon Sep 17 00:00:00 2001 From: Emanuel Zienecker Date: Mon, 14 Sep 2020 11:15:16 +0200 Subject: [PATCH 13/14] Make package mojo more lenient and update kotlin version (#54) Co-authored-by: Emanuel Zienecker Co-authored-by: Paul Vorbach --- CHANGELOG.adoc | 5 +++++ src/main/kotlin/com/deviceinsight/helm/PackageMojo.kt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 0e1dc1d..1eac99e 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,5 +1,10 @@ = Changelog +== Version 2.6.0 + +* If the package can't resolve a property an exception is no longer thrown. This behaviour is now logged with a + warning and the packaging mojo continues. + == Version 2.5.1 * Ignore `Set-Cookie` header of responses in the `deploy` goal diff --git a/src/main/kotlin/com/deviceinsight/helm/PackageMojo.kt b/src/main/kotlin/com/deviceinsight/helm/PackageMojo.kt index a8bb678..385f1db 100644 --- a/src/main/kotlin/com/deviceinsight/helm/PackageMojo.kt +++ b/src/main/kotlin/com/deviceinsight/helm/PackageMojo.kt @@ -157,7 +157,7 @@ class PackageMojo : AbstractHelmMojo() { else -> project.properties.getProperty(property) } if (result == null) { - throw IllegalStateException("Could not resolve property: '$property' used in file: '$fileName'") + log.warn("Could not resolve property: '$property' used in file: '$fileName'") } else { log.debug("Resolved property: '$property' as: '$result'") } From 4a406b0487dbd7ca79e4c2c653dac4f92f85b304 Mon Sep 17 00:00:00 2001 From: Paul Vorbach Date: Mon, 14 Sep 2020 12:02:53 +0200 Subject: [PATCH 14/14] Update versions for release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 85045e1..72cf0ed 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.deviceinsight.helm helm-maven-plugin - 2.6.0-SNAPSHOT + 2.6.0 maven-plugin Helm Maven Plugin