Skip to content

Commit bddd6e9

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/generic-database-connection
2 parents 27f2b70 + a156225 commit bddd6e9

7 files changed

Lines changed: 51 additions & 53 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
1515

1616
### Changed
1717

18+
- Bump stackable-operator to 0.106.2, and strum to 0.28 ([#683]).
1819
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#670]).
1920
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#664]).
2021
- Deprecate support for `4.1.0` ([#668]).
@@ -26,6 +27,7 @@ All notable changes to this project will be documented in this file.
2627
[#668]: https://github.com/stackabletech/hive-operator/pull/668
2728
[#670]: https://github.com/stackabletech/hive-operator/pull/670
2829
[#676]: https://github.com/stackabletech/hive-operator/pull/676
30+
[#683]: https://github.com/stackabletech/hive-operator/pull/683
2931

3032
## [25.11.0] - 2025-11-07
3133

Cargo.lock

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

Cargo.nix

Lines changed: 24 additions & 24 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/hive-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.106.0", features = ["telemetry", "versioned", "webhook"] }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.106.2", features = ["telemetry", "versioned", "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.

tests/templates/kuttl/kerberos-s3/helm-bitnami-minio-values.yaml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ console:
1919
mode: standalone
2020
disableWebUI: false
2121
extraEnvVars:
22-
- name: BITNAMI_DEBUG
23-
value: "true"
2422
- name: MINIO_LOG_LEVEL
2523
value: DEBUG
2624

tests/templates/kuttl/smoke/helm-bitnami-minio-values.yaml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ console:
1919
mode: standalone
2020
disableWebUI: false
2121
extraEnvVars:
22-
- name: BITNAMI_DEBUG
23-
value: "true"
2422
- name: MINIO_LOG_LEVEL
2523
value: DEBUG
2624

0 commit comments

Comments
 (0)