Skip to content

Commit eb99dc2

Browse files
github-actions[bot]qindotguancchen-vertica
authored
Update CHANGELOG for version 25.2.0-0 (#1124)
Automated changes by pre-release.yml GitHub action --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: qindotguan <qindotguan@users.noreply.github.com> Co-authored-by: Cai Chen <cchen8@opentext.com>
1 parent 9cd952d commit eb99dc2

13 files changed

+33
-45
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The file is generated by [Changie](https://github.com/miniscruff/changie).
55

66

7+
## 25.2.0-0 - 2025-03-18
8+
### Added
9+
* [#1054](https://github.com/vertica/vertica-kubernetes/issues/1054) v1 version of VerticaAutoscaler.
10+
* [#1057](https://github.com/vertica/vertica-kubernetes/issues/1057) Set nma container security context
11+
* [#1057](https://github.com/vertica/vertica-kubernetes/issues/1057) Added parameters for operator securityContext and podSecurityContext
12+
* [#1040](https://github.com/vertica/vertica-kubernetes/issues/1040) Added "EnableWithTLS" option to Helm parameter "prometheus.expose", allowing secure access to metrics from outside the cluster
13+
### Changed
14+
* [#1040](https://github.com/vertica/vertica-kubernetes/issues/1040) Moved to operator-sdk v1.38.0
15+
### Deprecated
16+
* [#1054](https://github.com/vertica/vertica-kubernetes/issues/1054) v1beta1 version of VerticaAutoscaler. Use v1 version now.
17+
### Removed
18+
* [#1040](https://github.com/vertica/vertica-kubernetes/issues/1040) Removed Helm parameter "prometheus.createServiceMonitor"
19+
### Fixed
20+
* [#1045](https://github.com/vertica/vertica-kubernetes/issues/1045) Routing traffic to a sandbox pod after restart
21+
722
## 25.1.0-0 - 2024-12-19
823
### Added
924
* [#982](https://github.com/vertica/vertica-kubernetes/issues/982) Support for async replication

changes/1.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
### Removed
1212
* [#88](https://github.com/vertica/vertica-kubernetes/issues/88) Removed support for Vertica 10.1.1. The operator only supports Vertica 11.0.0 or higher.
1313
### Fixed
14-
* [#90](https://github.com/vertica/vertica-kubernetes/issues/90) Timing with scale down that can cause corruption in admintools.conf
14+
* [#90](https://github.com/vertica/vertica-kubernetes/issues/90) Timing with scale in that can cause corruption in admintools.conf
1515
* [#99](https://github.com/vertica/vertica-kubernetes/issues/99) The RollingUpdate strategy can kick-in after an image change causing pods in the cluster to restart again.
1616
* [#101](https://github.com/vertica/vertica-kubernetes/issues/101) The image change can be marked complete before we finish the restart of the pods.
1717
* [#113](https://github.com/vertica/vertica-kubernetes/issues/113) Restart of a cluster that has nodes in read-only state. This is needed to run the operator with Vertica version 11.0.2 or newer.

changes/1.4.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
### Added
33
* [#189](https://github.com/vertica/vertica-kubernetes/issues/189) Additional subcluster options to better customize network load balancers
44
* [#170](https://github.com/vertica/vertica-kubernetes/issues/170) Helm parameters to allow deployment of the operator from private registries
5-
* [#183](https://github.com/vertica/vertica-kubernetes/issues/183) Scale down will drain active connections before removing pod
5+
* [#183](https://github.com/vertica/vertica-kubernetes/issues/183) Scale in will drain active connections before removing pod
66
* [#171](https://github.com/vertica/vertica-kubernetes/issues/171) Allow existing serviceaccount to be used
77
* [#168](https://github.com/vertica/vertica-kubernetes/issues/168) Added ability to configure RequeueAfter for upgrade reconciles. This delay can be specified through '.spec.upgradeRequeueTime' parameter. Prior to this, an online upgrade could wait upto 20 minutes before retrying.
88
### Changed
99
* [#187](https://github.com/vertica/vertica-kubernetes/issues/187) Change server container base image to ubuntu
1010
* [#188](https://github.com/vertica/vertica-kubernetes/issues/188) Set the minimum TLS version of the webhook to TLS 1.3
11-
* [#166](https://github.com/vertica/vertica-kubernetes/issues/166) Batch 'admintools -t db_add_node' for faster scale up
11+
* [#166](https://github.com/vertica/vertica-kubernetes/issues/166) Batch 'admintools -t db_add_node' for faster scale out
1212
* [#165](https://github.com/vertica/vertica-kubernetes/issues/165) Move to operator-sdk v1.18.0
1313
### Fixed
1414
* [#191](https://github.com/vertica/vertica-kubernetes/issues/191) Allow database names with uppercase characters

changes/2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
* [#620](https://github.com/vertica/vertica-kubernetes/issues/620) Add webhook validation to prevent subcluster service names that violate rfc 1035
2828
* [#619](https://github.com/vertica/vertica-kubernetes/issues/619) Speed up revive when local paths in VerticaDB differ with communal storage
2929
* [#594](https://github.com/vertica/vertica-kubernetes/issues/594) Webhook to calculate k-safety using primary nodes only
30-
* [#552](https://github.com/vertica/vertica-kubernetes/issues/552) Timing hole that can skip the drain for scale down.
30+
* [#552](https://github.com/vertica/vertica-kubernetes/issues/552) Timing hole that can skip the drain for scale in.
3131
### Security
3232
* [#574](https://github.com/vertica/vertica-kubernetes/issues/574) Fix go project security vulnerabilities(GHSA-m425-mq94-257g, CVE-2023-39325, CVE-2023-3978)

changes/25.2.0-0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 25.2.0-0 - 2025-03-18
2+
### Added
3+
* [#1054](https://github.com/vertica/vertica-kubernetes/issues/1054) v1 version of VerticaAutoscaler.
4+
* [#1057](https://github.com/vertica/vertica-kubernetes/issues/1057) Set nma container security context
5+
* [#1057](https://github.com/vertica/vertica-kubernetes/issues/1057) Added parameters for operator securityContext and podSecurityContext
6+
* [#1040](https://github.com/vertica/vertica-kubernetes/issues/1040) Added "EnableWithTLS" option to Helm parameter "prometheus.expose", allowing secure access to metrics from outside the cluster
7+
### Changed
8+
* [#1040](https://github.com/vertica/vertica-kubernetes/issues/1040) Moved to operator-sdk v1.38.0
9+
### Deprecated
10+
* [#1054](https://github.com/vertica/vertica-kubernetes/issues/1054) v1beta1 version of VerticaAutoscaler. Use v1 version now.
11+
### Removed
12+
* [#1040](https://github.com/vertica/vertica-kubernetes/issues/1040) Removed Helm parameter "prometheus.createServiceMonitor"
13+
### Fixed
14+
* [#1045](https://github.com/vertica/vertica-kubernetes/issues/1045) Routing traffic to a sandbox pod after restart

changes/unreleased/Added-20250131-221406.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

changes/unreleased/Added-20250207-013627.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changes/unreleased/Added-20250207-112825.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changes/unreleased/Added-20250221-071328.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changes/unreleased/Changed-20250124-115055.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)