Skip to content

Commit

Permalink
fix: required changes for sundrio version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa committed Oct 11, 2024
1 parent 80825cc commit f11981a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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

0 comments on commit f11981a

Please sign in to comment.