Skip to content

Commit

Permalink
Update CHANGELOG for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Spilchen committed Jun 3, 2022
1 parent 0cba0b4 commit a00507b
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 50 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The file is generated by [Changie](https://github.com/miniscruff/changie).


## 1.5.0 - 2022-06-03
### Added
* [#206](https://github.com/vertica/vertica-kubernetes/issues/206) Push down more state into /etc/podinfo
* [#202](https://github.com/vertica/vertica-kubernetes/issues/202) Log events when shard/node ratio is not optimal
* [#199](https://github.com/vertica/vertica-kubernetes/issues/199) Add new prometheus metrics for the operator
* [#198](https://github.com/vertica/vertica-kubernetes/issues/198) Expose prometheus service for operator
* [#195](https://github.com/vertica/vertica-kubernetes/issues/195) Integrate autoscaler with VerticaDB
### Changed
* [#214](https://github.com/vertica/vertica-kubernetes/issues/214) Move to operator-sdk v1.21.0
### Fixed
* [#204](https://github.com/vertica/vertica-kubernetes/issues/204) Prevent requeueTime/upgradeRequeueTime from being negative in the webhook
* [#203](https://github.com/vertica/vertica-kubernetes/issues/203) Don't clear out installed/dbadded state for pods when they are pending
* [#202](https://github.com/vertica/vertica-kubernetes/issues/202) When creating the db, we should also choose the first primary subcluster
* [#201](https://github.com/vertica/vertica-kubernetes/issues/201) Improved handling for pending pods

## 1.4.0 - 2022-05-03
### Added
* [#189](https://github.com/vertica/vertica-kubernetes/issues/189) Additional subcluster options to better customize network load balancers
Expand All @@ -22,6 +37,7 @@ The file is generated by [Changie](https://github.com/miniscruff/changie).
* [#178](https://github.com/vertica/vertica-kubernetes/issues/178) Avoid a second cluster restart after offline upgrade has completed successfully.
* [#176](https://github.com/vertica/vertica-kubernetes/issues/176) Upgrade path detection should allow skipping service packs


## 1.3.1 - 2022-03-02
### Fixed
* [#164](https://github.com/vertica/vertica-kubernetes/issues/164) Order the environment variables that were converted from annotations. Prior to this fix, it was quite easy to get the statefulset controller to go into a repeated rolling upgrade. The order ensures the statefulset doesn't appear to change between reconcile cycles.
Expand Down
14 changes: 14 additions & 0 deletions changes/1.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 1.5.0 - 2022-06-03
### Added
* [#206](https://github.com/vertica/vertica-kubernetes/issues/206) Push down more state into /etc/podinfo
* [#202](https://github.com/vertica/vertica-kubernetes/issues/202) Log events when shard/node ratio is not optimal
* [#199](https://github.com/vertica/vertica-kubernetes/issues/199) Add new prometheus metrics for the operator
* [#198](https://github.com/vertica/vertica-kubernetes/issues/198) Expose prometheus service for operator
* [#195](https://github.com/vertica/vertica-kubernetes/issues/195) Integrate autoscaler with VerticaDB
### Changed
* [#214](https://github.com/vertica/vertica-kubernetes/issues/214) Move to operator-sdk v1.21.0
### Fixed
* [#204](https://github.com/vertica/vertica-kubernetes/issues/204) Prevent requeueTime/upgradeRequeueTime from being negative in the webhook
* [#203](https://github.com/vertica/vertica-kubernetes/issues/203) Don't clear out installed/dbadded state for pods when they are pending
* [#202](https://github.com/vertica/vertica-kubernetes/issues/202) When creating the db, we should also choose the first primary subcluster
* [#201](https://github.com/vertica/vertica-kubernetes/issues/201) Improved handling for pending pods
5 changes: 0 additions & 5 deletions changes/unreleased/Added-20220425-131253.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Added-20220425-131419.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Added-20220425-131435.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Added-20220428-135003.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Added-20220506-121241.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Changed-20220525-104825.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Fixed-20220427-122647.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Fixed-20220428-134922.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Fixed-20220502-140015.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Fixed-20220502-162422.yaml

This file was deleted.

0 comments on commit a00507b

Please sign in to comment.