Skip to content

Commit

Permalink
chore(release): v0.16.1 (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Dec 15, 2023
1 parent 47f05c1 commit f9ab9cd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@

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

- Change `PostgreSQL` field `userConfig.pg_qualstats.enabled`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.min_err_estimate_num`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.min_err_estimate_ratio`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.track_constants`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.track_pg_catalog`: deprecated

## v0.16.1 - YYYY-MM-DD
## v0.16.1 - 2023-12-15

- Check VPC for running services before deletion
- Check VPC for running services before deletion. Prevents VPC from hanging in the DELETING state
- Expose `KAFKA_SCHEMA_REGISTRY_URI` and `KAFKA_REST_URI` to `Kafka` secret
- Expose `CONNECTIONPOOL_NAME` in `ConnectionPool` secret
- Fix `CONNECTIONPOOL_PORT` exposes service port instead of pool port
- Fix `SERVICEUSER_PORT` when `sasl` is the only authentication method
- Change `PostgreSQL` field `userConfig.pg_qualstats.enabled`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.min_err_estimate_num`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.min_err_estimate_ratio`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.track_constants`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.track_pg_catalog`: deprecated

## v0.16.0 - 2023-12-07

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.16.0
appVersion: v0.16.0
version: v0.16.1
appVersion: v0.16.1
maintainers:
- name: ivan-savciuc
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.16.0
appVersion: v0.16.0
version: v0.16.1
appVersion: v0.16.1
maintainers:
- name: ivan-savciuc
url: https://www.aiven.io
Expand Down
13 changes: 13 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog


## v0.16.1 - 2023-12-15

- Check VPC for running services before deletion. Prevents VPC from hanging in the DELETING state
- Expose `KAFKA_SCHEMA_REGISTRY_URI` and `KAFKA_REST_URI` to `Kafka` secret
- Expose `CONNECTIONPOOL_NAME` in `ConnectionPool` secret
- Fix `CONNECTIONPOOL_PORT` exposes service port instead of pool port
- Fix `SERVICEUSER_PORT` when `sasl` is the only authentication method
- Change `PostgreSQL` field `userConfig.pg_qualstats.enabled`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.min_err_estimate_num`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.min_err_estimate_ratio`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.track_constants`: deprecated
- Change `PostgreSQL` field `userConfig.pg_qualstats.track_pg_catalog`: deprecated

## v0.16.0 - 2023-12-07

- Set conditions on errors: `Preconditions`, `CreateOrUpdate`, `Delete`. Thanks to @atarax
Expand Down

0 comments on commit f9ab9cd

Please sign in to comment.