Skip to content

Commit

Permalink
release: v0.9.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Mar 3, 2023
1 parent 66e2408 commit 91cfc20
Show file tree
Hide file tree
Showing 23 changed files with 472 additions and 28 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [MAJOR.MINOR.PATCH] - YYYY-MM-DD

## aiven-operator-v0.9.0 - 2023-03-03
* sync with aiven-operator v0.9.0

## aiven-operator-v0.8.1 - 2023-02-24
* fix ClusterRole template

Expand Down
4 changes: 2 additions & 2 deletions charts/aiven-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: aiven-operator-crds
description: A Helm chart to deploy the aiven operator custom resource definitions
type: application
version: v0.8.0
appVersion: v0.8.0
version: v0.9.0
appVersion: v0.9.0
maintainers:
- name: mhoffm-aiven
url: https://www.aiven.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
cloudName:
description: Cloud the service runs in.
Expand All @@ -66,7 +69,8 @@ spec:
description: Information regarding secret creation
properties:
name:
description: Name of the Secret resource to be created
description: Name of the secret resource to be created. By default,
is equal to the resource name
type: string
required:
- name
Expand Down Expand Up @@ -130,6 +134,8 @@ spec:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
items:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
cloudName:
description: Cloud the service runs in.
Expand All @@ -53,7 +56,8 @@ spec:
description: Information regarding secret creation
properties:
name:
description: Name of the Secret resource to be created
description: Name of the secret resource to be created. By default,
is equal to the resource name
type: string
required:
- name
Expand Down Expand Up @@ -117,6 +121,8 @@ spec:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
items:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
authentication:
description: Authentication details
Expand All @@ -65,7 +68,8 @@ spec:
description: Information regarding secret creation
properties:
name:
description: Name of the Secret resource to be created
description: Name of the secret resource to be created. By default,
is equal to the resource name
type: string
required:
- name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,16 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
connInfoSecretTarget:
description: Information regarding secret creation
properties:
name:
description: Name of the Secret resource to be created
description: Name of the secret resource to be created. By default,
is equal to the resource name
type: string
required:
- name
Expand Down
3 changes: 3 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_databases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
lcCollate:
description: 'Default string sort order (LC_COLLATE) of the database.
Expand Down
8 changes: 7 additions & 1 deletion charts/aiven-operator-crds/templates/aiven.io_grafanas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
cloudName:
description: Cloud the service runs in.
Expand All @@ -66,7 +69,8 @@ spec:
description: Information regarding secret creation
properties:
name:
description: Name of the Secret resource to be created
description: Name of the secret resource to be created. By default,
is equal to the resource name
type: string
required:
- name
Expand Down Expand Up @@ -130,6 +134,8 @@ spec:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
items:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
3 changes: 3 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_kafkaacls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
permission:
description: Kafka permission to grant (admin, read, readwrite, write)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
connectorClass:
description: The Java class of the connector.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
cloudName:
description: Cloud the service runs in.
Expand Down Expand Up @@ -106,6 +109,8 @@ spec:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
items:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down Expand Up @@ -138,7 +143,7 @@ spec:
to have this enabled for all services.
type: boolean
userConfig:
description: PostgreSQL specific user configuration options
description: KafkaConnect specific user configuration options
properties:
additional_backup_regions:
description: Additional Cloud Regions for Backup Replication
Expand Down
8 changes: 7 additions & 1 deletion charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
cloudName:
description: Cloud the service runs in.
Expand All @@ -66,7 +69,8 @@ spec:
description: Information regarding secret creation
properties:
name:
description: Name of the Secret resource to be created
description: Name of the secret resource to be created. By default,
is equal to the resource name
type: string
required:
- name
Expand Down Expand Up @@ -134,6 +138,8 @@ spec:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
items:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
compatibilityLevel:
description: Kafka Schemas compatibility level
Expand Down
13 changes: 13 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_kafkatopics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
config:
description: Kafka topic configuration
Expand Down Expand Up @@ -191,6 +194,16 @@ spec:
to enable this for any production databases containing critical
data.
type: boolean
topicName:
description: Topic name. If provided, is used instead of metadata.name.
This field supports additional characters, has a longer length,
and will replace metadata.name in future releases
maxLength: 249
minLength: 1
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
required:
- partitions
- project
Expand Down
8 changes: 7 additions & 1 deletion charts/aiven-operator-crds/templates/aiven.io_mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
cloudName:
description: Cloud the service runs in.
Expand All @@ -66,7 +69,8 @@ spec:
description: Information regarding secret creation
properties:
name:
description: Name of the Secret resource to be created
description: Name of the secret resource to be created. By default,
is equal to the resource name
type: string
required:
- name
Expand Down Expand Up @@ -130,6 +134,8 @@ spec:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
items:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
cloudName:
description: Cloud the service runs in.
Expand All @@ -53,7 +56,8 @@ spec:
description: Information regarding secret creation
properties:
name:
description: Name of the Secret resource to be created
description: Name of the secret resource to be created. By default,
is equal to the resource name
type: string
required:
- name
Expand Down Expand Up @@ -117,6 +121,8 @@ spec:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
items:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
cloudName:
description: Cloud the service runs in.
Expand All @@ -66,7 +69,8 @@ spec:
description: Information regarding secret creation
properties:
name:
description: Name of the Secret resource to be created
description: Name of the secret resource to be created. By default,
is equal to the resource name
type: string
required:
- name
Expand Down Expand Up @@ -130,6 +134,8 @@ spec:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
items:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
6 changes: 5 additions & 1 deletion charts/aiven-operator-crds/templates/aiven.io_projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
billingAddress:
description: Billing name and address of the project
Expand Down Expand Up @@ -95,7 +98,8 @@ spec:
description: Information regarding secret creation
properties:
name:
description: Name of the Secret resource to be created
description: Name of the secret resource to be created. By default,
is equal to the resource name
type: string
required:
- name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ spec:
name:
minLength: 1
type: string
required:
- key
- name
type: object
cloudName:
description: Cloud the VPC is in
Expand Down
Loading

0 comments on commit 91cfc20

Please sign in to comment.