Skip to content

Commit

Permalink
Merge pull request #811 from aiven/dependabot/go_modules/main-ec82874052
Browse files Browse the repository at this point in the history
build(deps): bump the main group with 2 updates
  • Loading branch information
rriski authored Sep 3, 2024
2 parents 187ec06 + 5df8a93 commit 87eb834
Show file tree
Hide file tree
Showing 18 changed files with 110 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
- Change `OpenSearch` field `userConfig.openid.connect_url`: pattern `^[^\r\n]*$`
- Change `OpenSearch` field `userConfig.opensearch.script_max_compilations_rate`: pattern `^[^\r\n]*$`
- Change `OpenSearch` field `userConfig.saml.idp_metadata_url`: pattern `^[^\r\n]*$`
- Add `Redis` field `userConfig.backup_hour`, type `integer`: The hour of day (in UTC) when backup for
the service is started
- Add `Redis` field `userConfig.backup_minute`, type `integer`: The minute of an hour when backup for
the service is started

## v0.24.0 - 2024-07-16

Expand Down
3 changes: 3 additions & 0 deletions api/v1alpha1/userconfig/service/kafka/kafka.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.

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.

10 changes: 10 additions & 0 deletions api/v1alpha1/userconfig/service/redis/redis.go

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

10 changes: 10 additions & 0 deletions api/v1alpha1/userconfig/service/redis/zz_generated.deepcopy.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 @@ -467,6 +467,13 @@ spec:
- 1
- 2
type: integer
prefix_path_depth:
description:
Prefix path depth of the secrets Engine.
Default is 1. If the secrets engine path has more
than one segment it has to be increased to the number
of segments.
type: integer
token:
description:
Token used to authenticate with vault and
Expand Down
7 changes: 7 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,13 @@ spec:
- 1
- 2
type: integer
prefix_path_depth:
description:
Prefix path depth of the secrets Engine.
Default is 1. If the secrets engine path has more
than one segment it has to be increased to the number
of segments.
type: integer
token:
description:
Token used to authenticate with vault and
Expand Down
16 changes: 16 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,22 @@ spec:
type: string
maxItems: 1
type: array
backup_hour:
description:
The hour of day (in UTC) when backup for the service
is started. New backup is only started if previous backup has
already completed.
maximum: 23
minimum: 0
type: integer
backup_minute:
description:
The minute of an hour when backup for the service
is started. New backup is only started if previous backup has
already completed.
maximum: 59
minimum: 0
type: integer
ip_filter:
description:
Allow incoming connections from CIDR address block,
Expand Down
7 changes: 7 additions & 0 deletions config/crd/bases/aiven.io_kafkaconnects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,13 @@ spec:
- 1
- 2
type: integer
prefix_path_depth:
description:
Prefix path depth of the secrets Engine.
Default is 1. If the secrets engine path has more
than one segment it has to be increased to the number
of segments.
type: integer
token:
description:
Token used to authenticate with vault and
Expand Down
7 changes: 7 additions & 0 deletions config/crd/bases/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,13 @@ spec:
- 1
- 2
type: integer
prefix_path_depth:
description:
Prefix path depth of the secrets Engine.
Default is 1. If the secrets engine path has more
than one segment it has to be increased to the number
of segments.
type: integer
token:
description:
Token used to authenticate with vault and
Expand Down
16 changes: 16 additions & 0 deletions config/crd/bases/aiven.io_redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,22 @@ spec:
type: string
maxItems: 1
type: array
backup_hour:
description:
The hour of day (in UTC) when backup for the service
is started. New backup is only started if previous backup has
already completed.
maximum: 23
minimum: 0
type: integer
backup_minute:
description:
The minute of an hour when backup for the service
is started. New backup is only started if previous backup has
already completed.
maximum: 59
minimum: 0
type: integer
ip_filter:
description:
Allow incoming connections from CIDR address block,
Expand Down
1 change: 1 addition & 0 deletions docs/docs/api-reference/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ Vault Config for Secret Provider.
**Optional**

- [`engine_version`](#spec.userConfig.kafka_connect_secret_providers.vault.engine_version-property){: name='spec.userConfig.kafka_connect_secret_providers.vault.engine_version-property'} (integer, Enum: `1`, `2`). KV Secrets Engine version of the Vault server instance.
- [`prefix_path_depth`](#spec.userConfig.kafka_connect_secret_providers.vault.prefix_path_depth-property){: name='spec.userConfig.kafka_connect_secret_providers.vault.prefix_path_depth-property'} (integer). Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
- [`token`](#spec.userConfig.kafka_connect_secret_providers.vault.token-property){: name='spec.userConfig.kafka_connect_secret_providers.vault.token-property'} (string, MaxLength: 256). Token used to authenticate with vault and auth method `token`.

### kafka_rest_config {: #spec.userConfig.kafka_rest_config }
Expand Down
1 change: 1 addition & 0 deletions docs/docs/api-reference/kafkaconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,6 @@ Vault Config for Secret Provider.
**Optional**

- [`engine_version`](#spec.userConfig.secret_providers.vault.engine_version-property){: name='spec.userConfig.secret_providers.vault.engine_version-property'} (integer, Enum: `1`, `2`). KV Secrets Engine version of the Vault server instance.
- [`prefix_path_depth`](#spec.userConfig.secret_providers.vault.prefix_path_depth-property){: name='spec.userConfig.secret_providers.vault.prefix_path_depth-property'} (integer). Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
- [`token`](#spec.userConfig.secret_providers.vault.token-property){: name='spec.userConfig.secret_providers.vault.token-property'} (string, MaxLength: 256). Token used to authenticate with vault and auth method `token`.

2 changes: 2 additions & 0 deletions docs/docs/api-reference/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ Redis specific user configuration options.
**Optional**

- [`additional_backup_regions`](#spec.userConfig.additional_backup_regions-property){: name='spec.userConfig.additional_backup_regions-property'} (array of strings, MaxItems: 1). Additional Cloud Regions for Backup Replication.
- [`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.
- [`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).
- [`migration`](#spec.userConfig.migration-property){: name='spec.userConfig.migration-property'} (object). Migrate data from existing server. See below for [nested schema](#spec.userConfig.migration).
- [`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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/aiven/aiven-operator
go 1.22

require (
github.com/ClickHouse/clickhouse-go/v2 v2.28.0
github.com/ClickHouse/clickhouse-go/v2 v2.28.2
github.com/aiven/aiven-go-client/v2 v2.26.0
github.com/aiven/go-api-schemas v1.83.0
github.com/aiven/go-api-schemas v1.85.0
github.com/aiven/go-client-codegen v0.24.0
github.com/dave/jennifer v1.7.0
github.com/docker/go-units v0.5.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/ClickHouse/ch-go v0.61.5 h1:zwR8QbYI0tsMiEcze/uIMK+Tz1D3XZXLdNrlaOpeEI4=
github.com/ClickHouse/ch-go v0.61.5/go.mod h1:s1LJW/F/LcFs5HJnuogFMta50kKDO0lf9zzfrbl0RQg=
github.com/ClickHouse/clickhouse-go/v2 v2.28.0 h1:WKu05iotCR2ZKw9XKvhRgYFt4Ok92mqvpCR6hJiOKjw=
github.com/ClickHouse/clickhouse-go/v2 v2.28.0/go.mod h1:0U915l9qynE508ehh3ea9+UMGc7gZlAV+9W6pUZd7kk=
github.com/ClickHouse/clickhouse-go/v2 v2.28.2 h1:D/sPEJzPRptJg6aaeAmm/ByDN9H9WgMGrgEl26QH1k8=
github.com/ClickHouse/clickhouse-go/v2 v2.28.2/go.mod h1:PQfZvFzU7TYkY68eCjc8Jq8M3HXC4hMnUmO0ZtVGkaM=
github.com/aiven/aiven-go-client/v2 v2.26.0 h1:1dBlF0BULbPsRXEEmcKs71AE3VZ+AYt5zv05LO/b8O4=
github.com/aiven/aiven-go-client/v2 v2.26.0/go.mod h1:KdHfLIlIRZIfCSEBd39j1Q81jlSb6Nd+oCQKqERfnuA=
github.com/aiven/go-api-schemas v1.83.0 h1:qqJgCfd2bAbAN7CJr+oBKLYggn0+0bDsBzitFCNlvzg=
github.com/aiven/go-api-schemas v1.83.0/go.mod h1:/F7Rr8UVErsRxhgGN7CSo+Ac/uAg/OiAVCEKCfm3VAo=
github.com/aiven/go-api-schemas v1.85.0 h1:wpTCQWjTLKQvVQq184u6Ji0ZksDZkNPqS6f6zrZ+nGU=
github.com/aiven/go-api-schemas v1.85.0/go.mod h1:/F7Rr8UVErsRxhgGN7CSo+Ac/uAg/OiAVCEKCfm3VAo=
github.com/aiven/go-client-codegen v0.24.0 h1:qWw7F1aNDZnvb28jECv8MkrH+a8aaI6fZRcar5lVt/A=
github.com/aiven/go-client-codegen v0.24.0/go.mod h1:snetvsq1F5P49/rGofmdBGYBk19LpdNV6NWoupCAJ4s=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down

0 comments on commit 87eb834

Please sign in to comment.