Skip to content

Commit

Permalink
bump: operator-rs 0.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Oct 5, 2023
1 parent bbedeb3 commit bf483ad
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file.

### Changed

- `operator-rs` `0.44.0` -> `0.52.0` ([#441], [#453], [#470], [#481]).
- `operator-rs` `0.44.0` -> `0.52.1` ([#441], [#453], [#470], [#481]).
- `vector` `0.26.0` -> `0.31.0` ([#453]).
- Let secret-operator handle certificate conversion ([#470]).

Expand Down
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
snafu = "0.7"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.52.0" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.52.1" }
strum = { version = "0.25", features = ["derive"] }
tokio = { version = "1.29", features = ["full"] }
tracing = "0.1"
Expand Down
12 changes: 4 additions & 8 deletions deploy/helm/trino-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3608,15 +3608,13 @@ spec:
podDisruptionBudget:
enabled: true
maxUnavailable: null
description: |-
This is a product-agnostic RoleConfig, which fulfills the needs for most of the product. Currently it contains:

1. `podDisruptionBudget` to configure the created PDBs.
description: This is a product-agnostic RoleConfig, which is sufficient for most of the products.
properties:
podDisruptionBudget:
default:
enabled: true
maxUnavailable: null
description: 'This struct is used to configure: 1.) If PodDisruptionBudgets are created by the operator 2.) The allowed number of Pods to be unavailable (`maxUnavailable`)'
properties:
enabled:
default: true
Expand Down Expand Up @@ -10634,15 +10632,13 @@ spec:
podDisruptionBudget:
enabled: true
maxUnavailable: null
description: |-
This is a product-agnostic RoleConfig, which fulfills the needs for most of the product. Currently it contains:

1. `podDisruptionBudget` to configure the created PDBs.
description: This is a product-agnostic RoleConfig, which is sufficient for most of the products.
properties:
podDisruptionBudget:
default:
enabled: true
maxUnavailable: null
description: 'This struct is used to configure: 1.) If PodDisruptionBudgets are created by the operator 2.) The allowed number of Pods to be unavailable (`maxUnavailable`)'
properties:
enabled:
default: true
Expand Down

0 comments on commit bf483ad

Please sign in to comment.