Skip to content

Commit

Permalink
chore: generated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski committed Jan 10, 2024
1 parent 88900ca commit 359d1c0
Show file tree
Hide file tree
Showing 28 changed files with 387 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

- Add `OpenSearch` field `userConfig.opensearch.enable_security_audit`, type `boolean`: Enable/Disable
security audit
- Add `Cassandra` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `Clickhouse` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `Grafana` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `KafkaConnect` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `Kafka` field `technicalEmails`, type `array`: Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability
- Add `MySQL` field `technicalEmails`, type `array`: Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability
- Add `OpenSearch` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `PostgreSQL` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `Redis` field `technicalEmails`, type `array`: Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability

## v0.16.1 - 2023-12-15

Expand Down
15 changes: 15 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_cassandras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_clickhouses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_grafanas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_kafkaconnects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_opensearches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_postgresqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions config/crd/bases/aiven.io_cassandras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions config/crd/bases/aiven.io_clickhouses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions config/crd/bases/aiven.io_grafanas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions config/crd/bases/aiven.io_kafkaconnects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions config/crd/bases/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions config/crd/bases/aiven.io_mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions config/crd/bases/aiven.io_opensearches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
15 changes: 15 additions & 0 deletions config/crd/bases/aiven.io_postgresqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,21 @@ spec:
Tags are key-value pairs that allow you to categorize
services.
type: object
technicalEmails:
description:
Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability.
items:
properties:
email:
description: Email address.
format: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description:
Prevent service from being deleted. It is recommended
Expand Down
Loading

0 comments on commit 359d1c0

Please sign in to comment.