Skip to content

Commit

Permalink
chore(deps): bump sundrio.version from 0.103.1 to 0.200.0 (5965)
Browse files Browse the repository at this point in the history
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] <support@github.com>
---
fix: required changes for sundrio version bump

Signed-off-by: Marc Nuri <marc@marcnuri.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
dependabot[bot] and manusa authored Oct 11, 2024
1 parent f6dd076 commit eaa1b73
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void builderShouldCreateObjects() {
.withNewSpec()
.withNewSelector()
.addToMatchLabels(Collections.singletonMap("service.istio.io/canonical-name", "foo"))
.endV1beta1Selector()
.endSelector()
.addNewTracing()
.addNewProvider()
.withName("zipkin-alternate")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void builderShouldCreateObjects() {
.withNewSpec()
.withNewSelector()
.addToMatchLabels(Collections.singletonMap("app", "ratings"))
.endTypeSelector()
.endSelector()
.withNewImage().withImageType("debug").endImage()
.withConcurrency(0)
.endSpec();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Core versions -->
<sundrio.version>0.103.1</sundrio.version>
<sundrio.version>0.200.0</sundrio.version>
<okhttp.version>3.12.12</okhttp.version>
<okhttp.bundle.version>3.12.1_1</okhttp.bundle.version>
<okio.version>1.17.6</okio.version>
Expand Down

0 comments on commit eaa1b73

Please sign in to comment.