Skip to content

Commit 8e43cce

Browse files
Update CHANGELOG for version 25.3.0-0 (#1340)
Automated changes by pre-release.yml GitHub action Signed-off-by: GitHub <noreply@github.com> Co-authored-by: cchen-vertica <cchen-vertica@users.noreply.github.com>
1 parent 63860c1 commit 8e43cce

20 files changed

+105
-136
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ 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.3.0-0 - 2025-07-03
8+
### Added
9+
* [#1318](https://github.com/vertica/vertica-kubernetes/issues/1318) Added timeout when draining connections during read-only online upgrade
10+
* [#1278](https://github.com/vertica/vertica-kubernetes/issues/1278) Add cert-gen tool to generate a tls secret
11+
* [#1198](https://github.com/vertica/vertica-kubernetes/issues/1198) HTTPSTLSMode has been added to Vertica DB definition. Users can choose different TLSMODEs when setting up https service TLS.
12+
* [#1198](https://github.com/vertica/vertica-kubernetes/issues/1198) HTTPSNMATLSSecret, HTTPSTLSMode, ClientServerTLSMode fields are added to VDB to support mTLS
13+
### Deprecated
14+
* [#1198](https://github.com/vertica/vertica-kubernetes/issues/1198) NMATLSSecret has been depreciated. It is replaced by newly added HTTPSNMATLSSecret.
15+
### Removed
16+
* [#1279](https://github.com/vertica/vertica-kubernetes/issues/1279) Removed v1beta1 api support for VerticaDB
17+
### Fixed
18+
* [#1284](https://github.com/vertica/vertica-kubernetes/issues/1284) Fix for CVE-2025-22868 and CVE-2025-22872
19+
20+
## 25.2.1-0 - 2025-04-29
21+
### Added
22+
* [#1218](https://github.com/vertica/vertica-kubernetes/issues/1218) Use non-default HTTPS and client ports for services
23+
* [#1209](https://github.com/vertica/vertica-kubernetes/issues/1209) Set archive's max restore points when saving restore point
24+
* [#1192](https://github.com/vertica/vertica-kubernetes/issues/1192) Enable users to configure the maximum backoff duration for sandbox controller through a Helm parameter or an environment variable.
25+
* [#1178](https://github.com/vertica/vertica-kubernetes/issues/1178) Added annotation to disable extra local paths mount
26+
* [#1175](https://github.com/vertica/vertica-kubernetes/issues/1175) Added annotation to control draining connections time
27+
### Fixed
28+
* [#1237](https://github.com/vertica/vertica-kubernetes/issues/1237) Resolved the issue where the cluster keeps restarting when using IPv6.
29+
* [#1212](https://github.com/vertica/vertica-kubernetes/issues/1212) Users cannot create restore points when initPolicy is set to Revive
30+
* [#1190](https://github.com/vertica/vertica-kubernetes/issues/1190) Added back the feature gate flag to disable the RBAC creation for metrics
31+
### Security
32+
* [#1202](https://github.com/vertica/vertica-kubernetes/issues/1202) Fix for CVE-2025-22869, CVE-2024-45337, CVE-2025-29786
33+
734
## 25.2.0-0 - 2025-03-18
835
### Added
936
* [#1054](https://github.com/vertica/vertica-kubernetes/issues/1054) v1 version of VerticaAutoscaler.

changes/25.2.1-0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 25.2.1-0 - 2025-04-29
2+
### Added
3+
* [#1218](https://github.com/vertica/vertica-kubernetes/issues/1218) Use non-default HTTPS and client ports for services
4+
* [#1209](https://github.com/vertica/vertica-kubernetes/issues/1209) Set archive's max restore points when saving restore point
5+
* [#1192](https://github.com/vertica/vertica-kubernetes/issues/1192) Enable users to configure the maximum backoff duration for sandbox controller through a Helm parameter or an environment variable.
6+
* [#1178](https://github.com/vertica/vertica-kubernetes/issues/1178) Added annotation to disable extra local paths mount
7+
* [#1175](https://github.com/vertica/vertica-kubernetes/issues/1175) Added annotation to control draining connections time
8+
### Fixed
9+
* [#1237](https://github.com/vertica/vertica-kubernetes/issues/1237) Resolved the issue where the cluster keeps restarting when using IPv6.
10+
* [#1212](https://github.com/vertica/vertica-kubernetes/issues/1212) Users cannot create restore points when initPolicy is set to Revive
11+
* [#1190](https://github.com/vertica/vertica-kubernetes/issues/1190) Added back the feature gate flag to disable the RBAC creation for metrics
12+
### Security
13+
* [#1202](https://github.com/vertica/vertica-kubernetes/issues/1202) Fix for CVE-2025-22869, CVE-2024-45337, CVE-2025-29786

changes/25.3.0-0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 25.3.0-0 - 2025-07-03
2+
### Added
3+
* [#1318](https://github.com/vertica/vertica-kubernetes/issues/1318) Added timeout when draining connections during read-only online upgrade
4+
* [#1278](https://github.com/vertica/vertica-kubernetes/issues/1278) Add cert-gen tool to generate a tls secret
5+
* [#1198](https://github.com/vertica/vertica-kubernetes/issues/1198) HTTPSTLSMode has been added to Vertica DB definition. Users can choose different TLSMODEs when setting up https service TLS.
6+
* [#1198](https://github.com/vertica/vertica-kubernetes/issues/1198) HTTPSNMATLSSecret, HTTPSTLSMode, ClientServerTLSMode fields are added to VDB to support mTLS
7+
### Deprecated
8+
* [#1198](https://github.com/vertica/vertica-kubernetes/issues/1198) NMATLSSecret has been depreciated. It is replaced by newly added HTTPSNMATLSSecret.
9+
### Removed
10+
* [#1279](https://github.com/vertica/vertica-kubernetes/issues/1279) Removed v1beta1 api support for VerticaDB
11+
### Fixed
12+
* [#1284](https://github.com/vertica/vertica-kubernetes/issues/1284) Fix for CVE-2025-22868 and CVE-2025-22872

changes/unreleased/Added-20250409-192347.yaml

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

changes/unreleased/Added-20250410-131739.yaml

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

changes/unreleased/Added-20250414-233606.yaml

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

changes/unreleased/Added-20250421-134120.yaml

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

changes/unreleased/Added-20250421-143242.yaml

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

changes/unreleased/Added-20250515-145224.yaml

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

changes/unreleased/Added-20250515-145358.yaml

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

0 commit comments

Comments
 (0)