Skip to content

Commit 24a401a

Browse files
committed
chore: Bump stackable-operator
1 parent d0d0e33 commit 24a401a

File tree

5 files changed

+23
-47
lines changed

5 files changed

+23
-47
lines changed

Cargo.lock

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

Cargo.nix

Lines changed: 7 additions & 7 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
@@ -17,7 +17,7 @@ futures = { version = "0.3", features = ["compat"] }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
1919
snafu = "0.8"
20-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.87.0" }
20+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.87.2" }
2121
strum = { version = "0.27", features = ["derive"] }
2222
tokio = { version = "1.40", features = ["full"] }
2323
tracing = "0.1"

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/commons-operator/crds/crds.yaml

Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -370,26 +370,14 @@ spec:
370370
default:
371371
name: us-east-1
372372
description: |-
373-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
373+
Bucket region used for signing headers (sigv4).
374374
375-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
375+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
376376
377-
NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets.
378-
379-
When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from.
380-
oneOf:
381-
- required:
382-
- source
383-
- required:
384-
- name
377+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
385378
properties:
386379
name:
387-
description: 'An explicit region, eg: eu-central-1'
388-
type: string
389-
source:
390-
description: Defer region detection to an auto-discovery mechanism.
391-
enum:
392-
- AwsImds
380+
default: us-east-1
393381
type: string
394382
type: object
395383
tls:
@@ -537,26 +525,14 @@ spec:
537525
default:
538526
name: us-east-1
539527
description: |-
540-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
541-
542-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
528+
Bucket region used for signing headers (sigv4).
543529
544-
NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets.
530+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
545531
546-
When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from.
547-
oneOf:
548-
- required:
549-
- source
550-
- required:
551-
- name
532+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
552533
properties:
553534
name:
554-
description: 'An explicit region, eg: eu-central-1'
555-
type: string
556-
source:
557-
description: Defer region detection to an auto-discovery mechanism.
558-
enum:
559-
- AwsImds
535+
default: us-east-1
560536
type: string
561537
type: object
562538
tls:

0 commit comments

Comments
 (0)