From 581255973fbbca5838296ba0c04e230ea69a429c Mon Sep 17 00:00:00 2001 From: Murad Biashimov Date: Tue, 2 Apr 2024 13:56:03 +0200 Subject: [PATCH] fix(docs): update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9688348b..183a6346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Add `KafkaSchemaRegistryACL` kind - Add `ClickhouseDatabase` kind - Fix secret creation for kinds with no secrets +- Include the Kubernetes version in the Go client's user agent - Replace `Database` kind validations and default values with CRD validation rules - Perform upgrade tasks to check if PG service can be upgraded before updating the service - Expose project CA certificate to service secrets: `REDIS_CA_CERT`, `MYSQL_CA_CERT`, etc.