v0.8.0
Important: This release brings breaking changes to the userConfig property.
After new charts are installed, update your existing instances manually using the kubectl edit command
according to the API reference.
Note: It is now recommended to disable webhooks for Kubernetes version 1.25 and higher,
as native CRD validation rules are used.
- Breaking change:
ip_filterfield is now ofobjecttype - Breaking change: Update user configs for following kinds: PostgreSQL, Kafka, KafkaConnect, Redis, Clickhouse, OpenSearch
- Add CRD validation rules for immutable fields
- Add user config field validations (enum, minimum, maximum, minLength, and others)
- Add
serviceIntegrationson service types. Only theread_replicatype is available. - Add KafkaTopic
min_cleanable_dirty_ratioconfig field support - Add Clickhouse
spec.disk_spaceproperty - Use updated aiven-go-client with retries
- Add
linux/amd64build. Thanks to @christoffer-eide