Skip to content

Commit

Permalink
chore(release): v0.11.0 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Apr 25, 2023
1 parent 690f387 commit f2d2d1e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

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

## v0.11.0 - 2023-04-25

- Add `ServiceIntegration` kind `SourceProjectName` and `DestinationProjectName` fields
- Add `ServiceIntegration` fields `MaxLength` validation
- Add `ServiceIntegration` validation: multiple user configs cannot be set
- Fix `ServiceIntegration`, should not require `destinationServiceName` or `sourceEndpointID` field
- Fix `ServiceIntegration`, add missing `external_aws_cloudwatch_metrics` type config serialization
- Update `ServiceIntegration` integration type list
- Add `annotations` and `labels` fields to `connInfoSecretTarget`
- Allow to disable capabilities check to install webhooks. Thanks to @amstee
- Set `OpenSearch.spec.userConfig.opensearch.search_max_buckets` maximum to `65536`

## v0.10.0 - 2023-04-17

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.10.0
appVersion: v0.10.0
version: v0.11.0
appVersion: v0.11.0
maintainers:
- name: mhoffm-aiven
url: https://www.aiven.io
Expand Down
4 changes: 2 additions & 2 deletions charts/aiven-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: aiven-operator
description: A Helm chart to deploy the aiven operator
type: application
version: v0.10.1
appVersion: v0.10.0
version: v0.11.0
appVersion: v0.11.0
maintainers:
- name: mhoffm-aiven
url: https://www.aiven.io
Expand Down
12 changes: 12 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v0.11.0 - 2023-04-25

- Add `ServiceIntegration` kind `SourceProjectName` and `DestinationProjectName` fields
- Add `ServiceIntegration` fields `MaxLength` validation
- Add `ServiceIntegration` validation: multiple user configs cannot be set
- Fix `ServiceIntegration`, should not require `destinationServiceName` or `sourceEndpointID` field
- Fix `ServiceIntegration`, add missing `external_aws_cloudwatch_metrics` type config serialization
- Update `ServiceIntegration` integration type list
- Add `annotations` and `labels` fields to `connInfoSecretTarget`
- Allow to disable capabilities check to install webhooks. Thanks to @amstee
- Set `OpenSearch.spec.userConfig.opensearch.search_max_buckets` maximum to `65536`

## v0.10.0 - 2023-04-17

- Mark service `plan` as a required field
Expand Down

0 comments on commit f2d2d1e

Please sign in to comment.