Skip to content

Commit

Permalink
feat(service): run make generate for service tech email support
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski committed Dec 19, 2023
1 parent c06dbbd commit 78c2256
Show file tree
Hide file tree
Showing 29 changed files with 352 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

- Add `OpenSearch` field `userConfig.opensearch.enable_security_audit`, type `boolean`: Enable/Disable
security audit
- Add `Cassandra` field `tech_emails`, type `array`: Technical contact emails of the service
- Add `Clickhouse` field `tech_emails`, type `array`: Technical contact emails of the service
- Add `Grafana` field `tech_emails`, type `array`: Technical contact emails of the service
- Add `KafkaConnect` field `tech_emails`, type `array`: Technical contact emails of the service
- Add `Kafka` field `tech_emails`, type `array`: Technical contact emails of the service
- Add `MySQL` field `tech_emails`, type `array`: Technical contact emails of the service
- Add `OpenSearch` field `tech_emails`, type `array`: Technical contact emails of the service
- Add `PostgreSQL` field `tech_emails`, type `array`: Technical contact emails of the service
- Add `Redis` field `tech_emails`, type `array`: Technical contact emails of the service

## v0.16.1 - 2023-12-15

Expand Down
10 changes: 10 additions & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

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

13 changes: 13 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_cassandras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_clickhouses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_grafanas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_kafkaconnects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_opensearches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_postgresqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions config/crd/bases/aiven.io_cassandras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions config/crd/bases/aiven.io_clickhouses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions config/crd/bases/aiven.io_grafanas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions config/crd/bases/aiven.io_kafkaconnects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions config/crd/bases/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions config/crd/bases/aiven.io_mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions config/crd/bases/aiven.io_opensearches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions config/crd/bases/aiven.io_postgresqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
13 changes: 13 additions & 0 deletions config/crd/bases/aiven.io_redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ spec:
description: Tags are key-value pairs that allow you to categorize
services.
type: object
tech_emails:
description: Technical contact emails of the service
items:
description: ContactEmail represents either a technical contact
or billing contact.
properties:
email:
type: string
required:
- email
type: object
maxItems: 10
type: array
terminationProtection:
description: Prevent service from being deleted. It is recommended
to have this enabled for all services.
Expand Down
Loading

0 comments on commit 78c2256

Please sign in to comment.