Skip to content

Commit ccab877

Browse files
committed
chore: Bump stackable-operator to 0.87.2
1 parent 714dc40 commit ccab877

File tree

7 files changed

+63
-147
lines changed

7 files changed

+63
-147
lines changed

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/spark-k8s-operator"
1111

1212
[workspace.dependencies]
1313
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.86.2" }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.87.2" }
1515
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
1616

1717
anyhow = "1.0"
@@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"] }
2525
serde_json = "1.0"
2626
serde_yaml = "0.9"
2727
snafu = "0.8"
28-
strum = { version = "0.26", features = ["derive"] }
28+
strum = { version = "0.27", features = ["derive"] }
2929
tokio = { version = "1.39", features = ["full"] }
3030
tracing = "0.1"
3131
tracing-futures = { version = "0.2", features = ["futures-03"] }

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

Lines changed: 12 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -720,26 +720,14 @@ spec:
720720
default:
721721
name: us-east-1
722722
description: |-
723-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
723+
Bucket region used for signing headers (sigv4).
724724
725-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
725+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
726726
727-
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.
728-
729-
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.
730-
oneOf:
731-
- required:
732-
- source
733-
- required:
734-
- name
727+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
735728
properties:
736729
name:
737-
description: 'An explicit region, eg: eu-central-1'
738-
type: string
739-
source:
740-
description: Defer region detection to an auto-discovery mechanism.
741-
enum:
742-
- AwsImds
730+
default: us-east-1
743731
type: string
744732
type: object
745733
tls:
@@ -882,26 +870,14 @@ spec:
882870
default:
883871
name: us-east-1
884872
description: |-
885-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
873+
Bucket region used for signing headers (sigv4).
886874
887-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
875+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
888876
889-
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.
890-
891-
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.
892-
oneOf:
893-
- required:
894-
- source
895-
- required:
896-
- name
877+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
897878
properties:
898879
name:
899-
description: 'An explicit region, eg: eu-central-1'
900-
type: string
901-
source:
902-
description: Defer region detection to an auto-discovery mechanism.
903-
enum:
904-
- AwsImds
880+
default: us-east-1
905881
type: string
906882
type: object
907883
tls:
@@ -1227,26 +1203,14 @@ spec:
12271203
default:
12281204
name: us-east-1
12291205
description: |-
1230-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
1231-
1232-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
1206+
Bucket region used for signing headers (sigv4).
12331207
1234-
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.
1208+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
12351209
1236-
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.
1237-
oneOf:
1238-
- required:
1239-
- source
1240-
- required:
1241-
- name
1210+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
12421211
properties:
12431212
name:
1244-
description: 'An explicit region, eg: eu-central-1'
1245-
type: string
1246-
source:
1247-
description: Defer region detection to an auto-discovery mechanism.
1248-
enum:
1249-
- AwsImds
1213+
default: us-east-1
12501214
type: string
12511215
type: object
12521216
tls:

0 commit comments

Comments
 (0)