From eaa1b7333cc8836c63513c020cb0e6aa8d066427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:48:00 +0800 Subject: [PATCH] chore(deps): bump sundrio.version from 0.103.1 to 0.200.0 (5965) chore(deps): bump sundrio.version from 0.103.1 to 0.200.0 Bumps `sundrio.version` from 0.103.1 to 0.200.0. Updates `io.sundr:builder-annotations` from 0.103.1 to 0.200.0 Updates `io.sundr:transform-annotations` from 0.103.1 to 0.200.0 Updates `io.sundr:sundr-codegen-velocity-nodeps` from 0.103.1 to 0.200.0 Updates `io.sundr:sundr-maven-plugin` from 0.103.1 to 0.200.0 - [Commits](https://github.com/sundrio/sundrio/commits/0.200.0) Updates `io.sundr:sundr-adapter-reflect` from 0.103.1 to 0.200.0 --- updated-dependencies: - dependency-name: io.sundr:builder-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.sundr:transform-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.sundr:sundr-codegen-velocity-nodeps dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.sundr:sundr-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.sundr:sundr-adapter-reflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- fix: required changes for sundrio version bump Signed-off-by: Marc Nuri Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Nuri --- CHANGELOG.md | 1 + .../io/fabric8/istio/api/extensons/v1alpha1/WasmPluginTest.java | 2 +- .../io/fabric8/istio/api/telemetry/v1alpha1/TelemetryTest.java | 2 +- .../fabric8/istio/api/networking/v1beta1/ProxyConfigTest.java | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1113fb90da6..b400680da51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ #### Dependency Upgrade * Fix #6052: Removed dependency on no longer maintained com.github.mifmif:generex +* Fix #5965: Bumped sundrio.version from 0.103.1 to 0.200.0 #### New Features * Fix #6150: Config uses `proxy-url` in kubeconfig's cluster configuration diff --git a/extensions/istio/model-v1alpha3/src/test/java/io/fabric8/istio/api/extensons/v1alpha1/WasmPluginTest.java b/extensions/istio/model-v1alpha3/src/test/java/io/fabric8/istio/api/extensons/v1alpha1/WasmPluginTest.java index 1e6f932f9c7..7c370268d35 100644 --- a/extensions/istio/model-v1alpha3/src/test/java/io/fabric8/istio/api/extensons/v1alpha1/WasmPluginTest.java +++ b/extensions/istio/model-v1alpha3/src/test/java/io/fabric8/istio/api/extensons/v1alpha1/WasmPluginTest.java @@ -84,7 +84,7 @@ void builderShouldCreateObjects() { .withNewSpec() .withNewSelector() .addToMatchLabels(Collections.singletonMap("istio", "ingressgateway")) - .endV1beta1Selector() + .endSelector() .withUrl("file:///opt/filters/openid.wasm") .withSha256("1ef0c9a92b0420cf25f7fe5d481b231464bc88f486ca3b9c83ed5cc21df6210") .addToPluginConfig("openid_server", "authn") diff --git a/extensions/istio/model-v1alpha3/src/test/java/io/fabric8/istio/api/telemetry/v1alpha1/TelemetryTest.java b/extensions/istio/model-v1alpha3/src/test/java/io/fabric8/istio/api/telemetry/v1alpha1/TelemetryTest.java index 73bee3d3686..09c1d4cb3b5 100644 --- a/extensions/istio/model-v1alpha3/src/test/java/io/fabric8/istio/api/telemetry/v1alpha1/TelemetryTest.java +++ b/extensions/istio/model-v1alpha3/src/test/java/io/fabric8/istio/api/telemetry/v1alpha1/TelemetryTest.java @@ -84,7 +84,7 @@ void builderShouldCreateObjects() { .withNewSpec() .withNewSelector() .addToMatchLabels(Collections.singletonMap("service.istio.io/canonical-name", "foo")) - .endV1beta1Selector() + .endSelector() .addNewTracing() .addNewProvider() .withName("zipkin-alternate") diff --git a/extensions/istio/model-v1beta1/src/test/java/io/fabric8/istio/api/networking/v1beta1/ProxyConfigTest.java b/extensions/istio/model-v1beta1/src/test/java/io/fabric8/istio/api/networking/v1beta1/ProxyConfigTest.java index 26022c4005c..ea8a3ad20d2 100644 --- a/extensions/istio/model-v1beta1/src/test/java/io/fabric8/istio/api/networking/v1beta1/ProxyConfigTest.java +++ b/extensions/istio/model-v1beta1/src/test/java/io/fabric8/istio/api/networking/v1beta1/ProxyConfigTest.java @@ -78,7 +78,7 @@ void builderShouldCreateObjects() { .withNewSpec() .withNewSelector() .addToMatchLabels(Collections.singletonMap("app", "ratings")) - .endTypeSelector() + .endSelector() .withNewImage().withImageType("debug").endImage() .withConcurrency(0) .endSpec(); diff --git a/pom.xml b/pom.xml index d63fe5c8cbb..6230acf22fa 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ UTF-8 - 0.103.1 + 0.200.0 3.12.12 3.12.1_1 1.17.6