Skip to content

Commit 9de6f30

Browse files
committed
chore: Bump stackable-operator to 0.108.0
1 parent a80939e commit 9de6f30

8 files changed

Lines changed: 31 additions & 43 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file.
1717

1818
### Changed
1919

20-
- Bump stackable-operator to 0.107.1, and strum to 0.28 ([#794], [#801]).
20+
- Bump stackable-operator to 0.108.0, and strum to 0.28 ([#794], [#801]).
2121
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#788]).
2222
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#780]).
2323
- Increase default CPU request/limit to 300m/1200m for the router role ([#786]).

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/druid-operator"
1111

1212
[workspace.dependencies]
1313
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.8.0" }
14-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.107.1", features = ["crds", "webhook"] }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.108.0", features = ["crds", "webhook"] }
1515

1616
anyhow = "1.0"
1717
built = { version = "0.8", features = ["chrono", "git2"] }

crate-hashes.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extra/crds.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -987,16 +987,6 @@ spec:
987987
description: This field contains OIDC-specific configuration. It is only required in case OIDC is used.
988988
nullable: true
989989
properties:
990-
clientAuthenticationMethod:
991-
default: client_secret_basic
992-
description: 'The client authentication method used when communicating with the token endpoint. Defaults to `client_secret_basic`. The required contents of `clientCredentialsSecret` depend on the chosen method: secret-based methods (`client_secret_basic`, `client_secret_post`, `client_secret_jwt`) expect a client secret, while `private_key_jwt` expects a private key.'
993-
enum:
994-
- client_secret_basic
995-
- client_secret_post
996-
- client_secret_jwt
997-
- private_key_jwt
998-
- none
999-
type: string
1000990
clientCredentialsSecret:
1001991
description: |-
1002992
A reference to the OIDC client credentials secret. The secret contains

rust/operator-binary/src/authentication/oidc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ mod tests {
190190
client_credentials_secret_ref: "nifi-keycloak-client".to_owned(),
191191
extra_scopes: vec![],
192192
product_specific_fields: (),
193-
client_authentication_method: Default::default(),
194193
};
195194

196195
add_authenticator_config(&provider, &oidc, &mut properties)

rust/operator-binary/src/extensions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ mod tests {
120120
client_credentials_secret_ref: "".to_string(),
121121
extra_scopes: vec![],
122122
product_specific_fields: (),
123-
client_authentication_method: Default::default()
124123
}
125124
}]
126125
})

0 commit comments

Comments
 (0)