Skip to content

Commit ca778c1

Browse files
committed
chore: Adjust changelog
1 parent c150260 commit ca778c1

File tree

2 files changed

+53
-5
lines changed

2 files changed

+53
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ All notable changes to this project will be documented in this file.
1616

1717
### Changed
1818

19-
- Bump Rust dependencies ([#695]).
20-
- `stackable-versioned` to 0.6.0
21-
- `stackable-operator` to 0.87.0
22-
- `rstest` to 0.25
23-
- `strum` to 0.27
19+
- Bump `stackable-operator` to 0.87.0 and `stackable-versioned` to 0.6.0 ([#695]).
2420
- Default to OCI for image metadata and product image selection ([#676]).
2521

2622
[#660]: https://github.com/stackabletech/druid-operator/pull/660

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

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,32 @@ spec:
665665
minimum: 0.0
666666
nullable: true
667667
type: integer
668+
region:
669+
default:
670+
name: us-east-1
671+
description: |-
672+
AWS service API region used by the AWS SDK when using AWS S3 buckets.
673+
674+
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
675+
676+
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.
677+
678+
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.
679+
oneOf:
680+
- required:
681+
- source
682+
- required:
683+
- name
684+
properties:
685+
name:
686+
description: 'An explicit region, eg: eu-central-1'
687+
type: string
688+
source:
689+
description: Defer region detection to an auto-discovery mechanism.
690+
enum:
691+
- AwsImds
692+
type: string
693+
type: object
668694
tls:
669695
description: Use a TLS connection. If not specified no TLS will be used.
670696
nullable: true
@@ -795,6 +821,32 @@ spec:
795821
minimum: 0.0
796822
nullable: true
797823
type: integer
824+
region:
825+
default:
826+
name: us-east-1
827+
description: |-
828+
AWS service API region used by the AWS SDK when using AWS S3 buckets.
829+
830+
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
831+
832+
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.
833+
834+
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.
835+
oneOf:
836+
- required:
837+
- source
838+
- required:
839+
- name
840+
properties:
841+
name:
842+
description: 'An explicit region, eg: eu-central-1'
843+
type: string
844+
source:
845+
description: Defer region detection to an auto-discovery mechanism.
846+
enum:
847+
- AwsImds
848+
type: string
849+
type: object
798850
tls:
799851
description: Use a TLS connection. If not specified no TLS will be used.
800852
nullable: true

0 commit comments

Comments
 (0)