Skip to content

Commit b7906ba

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/smooth-operator/remove-product-config
2 parents 6d3b177 + 1c493b3 commit b7906ba

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.nix

Lines changed: 1 addition & 1 deletion
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
@@ -6,7 +6,7 @@ resolver = "2"
66
version = "0.0.0-dev"
77
authors = ["Stackable GmbH <info@stackable.tech>"]
88
license = "OSL-3.0"
9-
edition = "2021"
9+
edition = "2024"
1010
repository = "https://github.com/stackabletech/trino-operator"
1111

1212
[workspace.dependencies]

rust/operator-binary/src/controller.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -493,11 +493,10 @@ pub async fn reconcile_trino(
493493
)
494494
.context(ListenerConfigurationSnafu)?;
495495

496-
cluster_resources
497-
.add(client, role_group_listener)
498-
.await
499-
.context(ApplyGroupListenerSnafu)?;
500-
}
496+
cluster_resources
497+
.add(client, role_group_listener)
498+
.await
499+
.context(ApplyGroupListenerSnafu)?;
501500
}
502501

503502
let role_config = trino.generic_role_config(trino_role);

rust/operator-binary/src/webhooks/conversion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub async fn create_webhook_server(
4848
field_manager: FIELD_MANAGER.to_owned(),
4949
};
5050

51-
let (conversion_webhook, _initial_reconcile_rx) =
51+
let (conversion_webhook, _) =
5252
ConversionWebhook::new(crds_and_handlers, client, conversion_webhook_options);
5353

5454
let webhook_server_options = WebhookServerOptions {

tests/test-definition.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dimensions:
4747
- name: zookeeper
4848
values:
4949
- 3.9.4
50+
- 3.9.5
5051
- name: keycloak
5152
values:
5253
- 25.0.0

0 commit comments

Comments
 (0)