You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
4
4
The file is generated by [Changie](https://github.com/miniscruff/changie).
5
5
6
6
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
+
7
34
## 25.2.0-0 - 2025-03-18
8
35
### Added
9
36
*[#1054](https://github.com/vertica/vertica-kubernetes/issues/1054) v1 version of VerticaAutoscaler.
*[#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
*[#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
0 commit comments