Skip to content

Commit 57b8797

Browse files
committed
chore: Bump stackable-operator to get updated s3 region structs
1 parent 83b8a82 commit 57b8797

File tree

5 files changed

+58
-38
lines changed

5 files changed

+58
-38
lines changed

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ edition = "2021"
1010
repository = "https://github.com/stackabletech/druid-operator"
1111

1212
[workspace.dependencies]
13-
stackable-versioned = { git = "https://github.com/stackabletech/operator-rs.git", features = [
14-
"k8s",
15-
], tag = "stackable-versioned-0.5.0" }
16-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.85.0" }
13+
stackable-versioned = { git = "https://github.com/stackabletech/operator-rs.git", features = ["k8s"], tag = "stackable-versioned-0.5.0" }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.87.2" }
1715
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
1816

1917
anyhow = "1.0"
@@ -31,7 +29,7 @@ serde = { version = "1.0", features = ["derive"] }
3129
serde_json = "1.0"
3230
serde_yaml = "0.9"
3331
snafu = "0.8"
34-
strum = { version = "0.26", features = ["derive"] }
32+
strum = { version = "0.27", features = ["derive"] }
3533
tokio = { version = "1.40", features = ["full"] }
3634
tracing = "0.1"
3735

crate-hashes.json

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

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,20 @@ spec:
665665
minimum: 0.0
666666
nullable: true
667667
type: integer
668+
region:
669+
default:
670+
name: us-east-1
671+
description: |-
672+
Bucket region used for signing headers (sigv4).
673+
674+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
675+
676+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
677+
properties:
678+
name:
679+
default: us-east-1
680+
type: string
681+
type: object
668682
tls:
669683
description: Use a TLS connection. If not specified no TLS will be used.
670684
nullable: true
@@ -795,6 +809,20 @@ spec:
795809
minimum: 0.0
796810
nullable: true
797811
type: integer
812+
region:
813+
default:
814+
name: us-east-1
815+
description: |-
816+
Bucket region used for signing headers (sigv4).
817+
818+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
819+
820+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
821+
properties:
822+
name:
823+
default: us-east-1
824+
type: string
825+
type: object
798826
tls:
799827
description: Use a TLS connection. If not specified no TLS will be used.
800828
nullable: true

0 commit comments

Comments
 (0)