Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the main group across 1 directory with 5 updates #846

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
enabled, causes the Karapace schema-registry service to shutdown when there are invalid schema records
in the `_schemas` topic
- Add `Kafka` field `userConfig.single_zone`, type `object`: Single-zone configuration
- Change `Kafka` field `userConfig.kafka_version`: enum ~~`[3.4, 3.5, 3.6, 3.7]`~~ → `[3.5, 3.6, 3.7, 3.8]`
- Change `Kafka` field `userConfig.kafka_version`: enum remove `3.5`, `3.6`
- Add `MySQL` field `userConfig.mysql.log_output`, type `string`: The slow log output destination when
slow_query_log is ON
- Add `OpenSearch` field `userConfig.azure_migration.indices`, type `string`: A comma-delimited list
Expand Down Expand Up @@ -49,6 +49,8 @@
minimum ~~`1`~~ → `0`
- Change `OpenSearch` field `userConfig.opensearch.auth_failure_listeners.ip_rate_limiting.time_window_seconds`:
minimum ~~`1`~~ → `0`
- Change `Cassandra` field `userConfig.cassandra_version`: enum remove `4`
- Change `PostgreSQL` field `userConfig.pg_version`: enum remove `12`

## v0.25.0 - 2024-09-19

Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/userconfig/service/cassandra/cassandra.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/v1alpha1/userconfig/service/kafka/kafka.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions api/v1alpha1/userconfig/service/opensearch/opensearch.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/v1alpha1/userconfig/service/pg/pg.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ spec:
cassandra_version:
description: Cassandra version
enum:
- "4"
- "4.1"
pattern: ^[0-9]+(\.[0-9]+)?$
type: string
Expand Down
2 changes: 0 additions & 2 deletions charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,8 +1000,6 @@ spec:
kafka_version:
description: Kafka major version
enum:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
type: string
Expand Down
31 changes: 11 additions & 20 deletions charts/aiven-operator-crds/templates/aiven.io_opensearches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,7 @@ spec:
indices:
description:
A comma-delimited list of indices to restore
from the snapshot. Multi-index syntax is supported. By default,
a restore operation includes all data streams and indices
in the snapshot. If this argument is provided, the restore
operation only includes the data streams and indices that
you specify.
from the snapshot. Multi-index syntax is supported.
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
type: string
key:
Expand Down Expand Up @@ -304,6 +300,7 @@ spec:
- account
- base_path
- container
- indices
- snapshot_name
type: object
custom_domain:
Expand All @@ -314,11 +311,11 @@ spec:
type: string
disable_replication_factor_adjustment:
description:
"DEPRECATED: Disable automatic replication factor
adjustment for multi-node services. By default, Aiven ensures
all indexes are replicated at least to two nodes. Note: Due
to potential data loss in case of losing a service node, this
setting can no longer be activated."
"Disable automatic replication factor adjustment
for multi-node services. By default, Aiven ensures all indexes
are replicated at least to two nodes. Note: Due to potential
data loss in case of losing a service node, this setting can
not be activated unless specifically allowed for the project."
type: boolean
gcs_migration:
description: Google Cloud Storage migration settings
Expand Down Expand Up @@ -358,11 +355,7 @@ spec:
indices:
description:
A comma-delimited list of indices to restore
from the snapshot. Multi-index syntax is supported. By default,
a restore operation includes all data streams and indices
in the snapshot. If this argument is provided, the restore
operation only includes the data streams and indices that
you specify.
from the snapshot. Multi-index syntax is supported.
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
type: string
restore_global_state:
Expand All @@ -378,6 +371,7 @@ spec:
- base_path
- bucket
- credentials
- indices
- snapshot_name
type: object
index_patterns:
Expand Down Expand Up @@ -1437,11 +1431,7 @@ spec:
indices:
description:
A comma-delimited list of indices to restore
from the snapshot. Multi-index syntax is supported. By default,
a restore operation includes all data streams and indices
in the snapshot. If this argument is provided, the restore
operation only includes the data streams and indices that
you specify.
from the snapshot. Multi-index syntax is supported.
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
type: string
region:
Expand Down Expand Up @@ -1470,6 +1460,7 @@ spec:
- access_key
- base_path
- bucket
- indices
- region
- secret_key
- snapshot_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ spec:
pg_version:
description: PostgreSQL major version
enum:
- "12"
- "13"
- "14"
- "15"
Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/aiven.io_cassandras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ spec:
cassandra_version:
description: Cassandra version
enum:
- "4"
- "4.1"
pattern: ^[0-9]+(\.[0-9]+)?$
type: string
Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,8 +1000,6 @@ spec:
kafka_version:
description: Kafka major version
enum:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
type: string
Expand Down
31 changes: 11 additions & 20 deletions config/crd/bases/aiven.io_opensearches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,7 @@ spec:
indices:
description:
A comma-delimited list of indices to restore
from the snapshot. Multi-index syntax is supported. By default,
a restore operation includes all data streams and indices
in the snapshot. If this argument is provided, the restore
operation only includes the data streams and indices that
you specify.
from the snapshot. Multi-index syntax is supported.
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
type: string
key:
Expand Down Expand Up @@ -304,6 +300,7 @@ spec:
- account
- base_path
- container
- indices
- snapshot_name
type: object
custom_domain:
Expand All @@ -314,11 +311,11 @@ spec:
type: string
disable_replication_factor_adjustment:
description:
"DEPRECATED: Disable automatic replication factor
adjustment for multi-node services. By default, Aiven ensures
all indexes are replicated at least to two nodes. Note: Due
to potential data loss in case of losing a service node, this
setting can no longer be activated."
"Disable automatic replication factor adjustment
for multi-node services. By default, Aiven ensures all indexes
are replicated at least to two nodes. Note: Due to potential
data loss in case of losing a service node, this setting can
not be activated unless specifically allowed for the project."
type: boolean
gcs_migration:
description: Google Cloud Storage migration settings
Expand Down Expand Up @@ -358,11 +355,7 @@ spec:
indices:
description:
A comma-delimited list of indices to restore
from the snapshot. Multi-index syntax is supported. By default,
a restore operation includes all data streams and indices
in the snapshot. If this argument is provided, the restore
operation only includes the data streams and indices that
you specify.
from the snapshot. Multi-index syntax is supported.
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
type: string
restore_global_state:
Expand All @@ -378,6 +371,7 @@ spec:
- base_path
- bucket
- credentials
- indices
- snapshot_name
type: object
index_patterns:
Expand Down Expand Up @@ -1437,11 +1431,7 @@ spec:
indices:
description:
A comma-delimited list of indices to restore
from the snapshot. Multi-index syntax is supported. By default,
a restore operation includes all data streams and indices
in the snapshot. If this argument is provided, the restore
operation only includes the data streams and indices that
you specify.
from the snapshot. Multi-index syntax is supported.
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
type: string
region:
Expand Down Expand Up @@ -1470,6 +1460,7 @@ spec:
- access_key
- base_path
- bucket
- indices
- region
- secret_key
- snapshot_name
Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/aiven.io_postgresqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ spec:
pg_version:
description: PostgreSQL major version
enum:
- "12"
- "13"
- "14"
- "15"
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api-reference/cassandra.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Cassandra specific user configuration options.
- [`backup_hour`](#spec.userConfig.backup_hour-property){: name='spec.userConfig.backup_hour-property'} (integer, Minimum: 0, Maximum: 23). The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
- [`backup_minute`](#spec.userConfig.backup_minute-property){: name='spec.userConfig.backup_minute-property'} (integer, Minimum: 0, Maximum: 59). The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
- [`cassandra`](#spec.userConfig.cassandra-property){: name='spec.userConfig.cassandra-property'} (object). cassandra configuration values. See below for [nested schema](#spec.userConfig.cassandra).
- [`cassandra_version`](#spec.userConfig.cassandra_version-property){: name='spec.userConfig.cassandra_version-property'} (string, Enum: `4`, `4.1`, Pattern: `^[0-9]+(\.[0-9]+)?$`). Cassandra version.
- [`cassandra_version`](#spec.userConfig.cassandra_version-property){: name='spec.userConfig.cassandra_version-property'} (string, Enum: `4.1`, Pattern: `^[0-9]+(\.[0-9]+)?$`). Cassandra version.
- [`ip_filter`](#spec.userConfig.ip_filter-property){: name='spec.userConfig.ip_filter-property'} (array of objects, MaxItems: 1024). Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`. See below for [nested schema](#spec.userConfig.ip_filter).
- [`migrate_sstableloader`](#spec.userConfig.migrate_sstableloader-property){: name='spec.userConfig.migrate_sstableloader-property'} (boolean). Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
- [`private_access`](#spec.userConfig.private_access-property){: name='spec.userConfig.private_access-property'} (object). Allow access to selected service ports from private networks. See below for [nested schema](#spec.userConfig.private_access).
Expand Down
Loading
Loading