Skip to content

Commit

Permalink
Update CHANGELOG for version 2.2.0 (#897)
Browse files Browse the repository at this point in the history
Automated changes by pre-release.yml GitHub action

Signed-off-by: GitHub <[email protected]>
Co-authored-by: cchen-vertica <[email protected]>
  • Loading branch information
github-actions[bot] and cchen-vertica authored Aug 12, 2024
1 parent 58068cc commit bcef5ef
Show file tree
Hide file tree
Showing 11 changed files with 31 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,22 @@ All notable changes to this project will be documented in this file.
The file is generated by [Changie](https://github.com/miniscruff/changie).


## 2.2.0 - 2024-08-12
### Added
* [#743](https://github.com/vertica/vertica-kubernetes/issues/743) Added a new upgrade policy - replicated upgrade. This upgrade policy allows the user to write during the upgrade. It's an advanced version of online upgrade
* [#819](https://github.com/vertica/vertica-kubernetes/issues/819) Added SourceVerticaDB, TargetVerticaDB, State, Age print columns to vrep for a better status check.
* [#785](https://github.com/vertica/vertica-kubernetes/issues/785) Allow the user to upgrade the subclusters in a sandbox through offline upgrade.
* [#775](https://github.com/vertica/vertica-kubernetes/issues/775) Allows the users to convert secondary subclusters to sandboxes.
* [#740](https://github.com/vertica/vertica-kubernetes/issues/740) Added a new CRD - VerticaReplicator. This CRD can be used to replicate data from a database/sandbox to another database/sandbox.
### Changed
* [#841](https://github.com/vertica/vertica-kubernetes/issues/841) Renamed upgrade policy Online to ReadOnlyOnline, and renamed upgrade policy Replicated to Online.
### Removed
* [#827](https://github.com/vertica/vertica-kubernetes/issues/827) Remove memory profiler from the operator.
### Fixed
* [#835](https://github.com/vertica/vertica-kubernetes/issues/835) Ignore includeUIDInPath annotation when reviving db for locating the communal storage correctly.
### Security
* [#858](https://github.com/vertica/vertica-kubernetes/issues/858) Fix for CVE-2024-24790

## 2.1.3 - 2024-05-13
### Changed
* [#781](https://github.com/vertica/vertica-kubernetes/issues/781) VerticaRestorePointsQuery will minimize the number of retry attempts
Expand Down
15 changes: 15 additions & 0 deletions changes/2.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 2.2.0 - 2024-08-12
### Added
* [#743](https://github.com/vertica/vertica-kubernetes/issues/743) Added a new upgrade policy - replicated upgrade. This upgrade policy allows the user to write during the upgrade. It's an advanced version of online upgrade
* [#819](https://github.com/vertica/vertica-kubernetes/issues/819) Added SourceVerticaDB, TargetVerticaDB, State, Age print columns to vrep for a better status check.
* [#785](https://github.com/vertica/vertica-kubernetes/issues/785) Allow the user to upgrade the subclusters in a sandbox through offline upgrade.
* [#775](https://github.com/vertica/vertica-kubernetes/issues/775) Allows the users to convert secondary subclusters to sandboxes.
* [#740](https://github.com/vertica/vertica-kubernetes/issues/740) Added a new CRD - VerticaReplicator. This CRD can be used to replicate data from a database/sandbox to another database/sandbox.
### Changed
* [#841](https://github.com/vertica/vertica-kubernetes/issues/841) Renamed upgrade policy Online to ReadOnlyOnline, and renamed upgrade policy Replicated to Online.
### Removed
* [#827](https://github.com/vertica/vertica-kubernetes/issues/827) Remove memory profiler from the operator.
### Fixed
* [#835](https://github.com/vertica/vertica-kubernetes/issues/835) Ignore includeUIDInPath annotation when reviving db for locating the communal storage correctly.
### Security
* [#858](https://github.com/vertica/vertica-kubernetes/issues/858) Fix for CVE-2024-24790
6 changes: 0 additions & 6 deletions changes/unreleased/Added-20240808-135739.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Added-20240808-140747.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Added-20240808-141218.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions changes/unreleased/Added-20240808-141816.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions changes/unreleased/Added-20240808-142708.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions changes/unreleased/Changed-20240808-142906.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions changes/unreleased/Fixed-20240808-142106.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Removed-20240607-190327.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/unreleased/Security-20240716-170233.yaml

This file was deleted.

0 comments on commit bcef5ef

Please sign in to comment.