Skip to content

Commit 65dc6b4

Browse files
authored
chore: Bump stackable-operator (#335)
* chore: Bump stackable-operator * chore: Update changelog * chore: Bump ring transitive dependency
1 parent d0d0e33 commit 65dc6b4

File tree

6 files changed

+30
-53
lines changed

6 files changed

+30
-53
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111
### Added
1212

1313
- Aggregate emitted Kubernetes events on the CustomResources ([#318]).
14-
- Add the region field to the S3Connection CRD ([#331]).
14+
- Add the region field to the S3Connection CRD ([#331], [#335]).
1515

1616
### Changed
1717

@@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
2323
[#321]: https://github.com/stackabletech/commons-operator/pull/321
2424
[#331]: https://github.com/stackabletech/commons-operator/pull/331
2525
[#334]: https://github.com/stackabletech/commons-operator/pull/334
26+
[#335]: https://github.com/stackabletech/commons-operator/pull/335
2627

2728
## [24.11.1] - 2025-01-09
2829

Cargo.lock

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

Cargo.nix

Lines changed: 10 additions & 10 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)