Skip to content

Commit d85e43c

Browse files
Upgrade stackable-operator
1 parent 3f783cd commit d85e43c

5 files changed

Lines changed: 44 additions & 56 deletions

File tree

Cargo.lock

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

Cargo.nix

Lines changed: 23 additions & 23 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/airflow-operator"
1111

1212
[workspace.dependencies]
1313
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
14-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.92.0" }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.93.1" }
1515

1616
anyhow = "1.0"
1717
built = { version = "0.7", features = ["chrono", "git2"] }
@@ -33,6 +33,3 @@ tracing = "0.1"
3333
# [patch."https://github.com/stackabletech/operator-rs.git"]
3434
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3535
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
36-
37-
[patch."https://github.com/stackabletech/operator-rs.git"]
38-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "feat/git-sync" }

crate-hashes.json

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

deploy/helm/airflow-operator/crds/crds.yaml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -455,27 +455,18 @@ spec:
455455
items:
456456
properties:
457457
authenticationClass:
458-
description: |-
459-
Name of the [AuthenticationClass](https://docs.stackable.tech/home/nightly/concepts/authentication) used to authenticate users.
460-
461-
To get the concrete [`AuthenticationClass`], we must resolve it. This resolution can be achieved by using [`ClientAuthenticationDetails::resolve_class`].
458+
description: Name of the [AuthenticationClass](https://docs.stackable.tech/home/nightly/concepts/authentication) used to authenticate users
462459
type: string
463460
oidc:
464-
description: |-
465-
This field contains OIDC-specific configuration. It is only required in case OIDC is used.
466-
467-
Use [`ClientAuthenticationDetails::oidc_or_error`] to get the value or report an error to the user.
461+
description: This field contains OIDC-specific configuration. It is only required in case OIDC is used.
468462
nullable: true
469463
properties:
470464
clientCredentialsSecret:
471465
description: A reference to the OIDC client credentials secret. The secret contains the client id and secret.
472466
type: string
473467
extraScopes:
474468
default: []
475-
description: |-
476-
An optional list of extra scopes which get merged with the scopes defined in the [`AuthenticationClass`][1].
477-
478-
[1]: crate::crd::authentication::core::v1alpha1::AuthenticationClass
469+
description: An optional list of extra scopes which get merged with the scopes defined in the `AuthenticationClass`.
479470
items:
480471
type: string
481472
type: array
@@ -581,7 +572,7 @@ spec:
581572
description: |-
582573
A map of optional configuration settings that are listed in the git-sync [documentation].
583574
584-
Also read the git-sync [example] in our documentation.
575+
Also read the git-sync [example] in our documentation. These settings are not verified.
585576
586577
[documentation]: https://github.com/kubernetes/git-sync/tree/v4.2.4?tab=readme-ov-file#manual [example]: https://docs.stackable.tech/home/nightly/airflow/usage-guide/mounting-dags#_example
587578
type: object

0 commit comments

Comments
 (0)