Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Upgrade stackable-operator to version 0.34.0 and bump images to 23.4.0-rc1 #322

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

### Changed

- `operator-rs` `0.31.0` -> `0.34.0` ([#322]).
- Bumped stackable image versions to "23.4.0-rc1" ([#322]).

[#322]: https://github.com/stackabletech/superset-operator/pull/322

## [23.1.0] - 2023-01-23

### Changed

- `operator-rs` `0.27.1` -> `0.31.0` ([#306], [#297], [#311])
- Fixed the RoleGroup `selector`. It was not used before. ([#306])
- Updated stackable image versions ([#295]).
Expand Down
76 changes: 38 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
spec:
image:
productVersion: 1.5.1
stackableVersion: 3.0.0
stackableVersion: 23.4.0-rc1
[...]
authenticationConfig:
authenticationClass: ldap # <1>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/getting_started/examples/code/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
image:
productVersion: 1.5.1
stackableVersion: 3.0.0
stackableVersion: 23.4.0-rc1
credentialsSecret: simple-superset-credentials
loadExamplesOnInit: true
nodes:
Expand Down
2 changes: 1 addition & 1 deletion examples/superset-with-ldap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ metadata:
spec:
image:
productVersion: 1.5.1
stackableVersion: 3.0.0
stackableVersion: 23.4.0-rc1
credentialsSecret: superset-with-ldap-server-veri-tls-credentials
nodes:
roleGroups:
Expand Down
2 changes: 1 addition & 1 deletion rust/crd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
[dependencies]
serde = "1.0"
serde_json = "1.0"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.31.0" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.34.0" }
strum = { version = "0.24", features = ["derive"] }
snafu = "0.7"
tracing = "0.1"
4 changes: 2 additions & 2 deletions rust/operator-binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ futures = { version = "0.3", features = ["compat"] }
indoc = "1.0"
serde = "1.0"
snafu = "0.7"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.31.0" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.34.0" }
stackable-superset-crd = { path = "../crd" }
strum = { version = "0.24", features = ["derive"] }
tokio = { version = "1.23", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"

[build-dependencies]
built = { version = "0.5", features = ["chrono", "git2"] }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.31.0" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.34.0" }
stackable-superset-crd = { path = "../crd" }
8 changes: 4 additions & 4 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
dimensions:
- name: superset
values:
- 1.3.2-stackable3.0.0
- 1.4.1-stackable3.0.0
- 1.5.1-stackable3.0.0
- 1.3.2-stackable23.4.0-rc1
- 1.4.1-stackable23.4.0-rc1
- 1.5.1-stackable23.4.0-rc1
- name: superset-latest
values:
- 1.5.1-stackable3.0.0
- 1.5.1-stackable23.4.0-rc1
- name: ldap-authentication
values:
- no-tls
Expand Down