Skip to content

Vertica Kubernetes 2.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 21:30
· 0 commits to bcef5ef11d1d7a714a6e9cd7a30bcbbde938743c since this release

Added

  • #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 Added SourceVerticaDB, TargetVerticaDB, State, Age print columns to vrep for a better status check.
  • #785 Allow the user to upgrade the subclusters in a sandbox through offline upgrade.
  • #775 Allows the users to convert secondary subclusters to sandboxes.
  • #740 Added a new CRD - VerticaReplicator. This CRD can be used to replicate data from a database/sandbox to another database/sandbox.

Changed

  • #841 Renamed upgrade policy Online to ReadOnlyOnline, and renamed upgrade policy Replicated to Online.

Removed

  • #827 Remove memory profiler from the operator.

Fixed

  • #835 Ignore includeUIDInPath annotation when reviving db for locating the communal storage correctly.

Security