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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,28 @@ 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.4.0-0 - 2025-10-20
8
+
### Added
9
+
*[#1400](https://github.com/vertica/vertica-kubernetes/issues/1400)`enabled` field in TLS configs; overrides and deprecates `vertica.com/enable-tls-auth`.
10
+
*[#1364](https://github.com/vertica/vertica-kubernetes/issues/1364) DBTLSConfig has been added to Vertica DB definition. Users can customize TLS version and cipher suites.
11
+
*[#1370](https://github.com/vertica/vertica-kubernetes/issues/1370) Injecting Environment Variables via extraEnv and envFrom (from ConfigMaps/Secrets)
12
+
### Fixed
13
+
*[#1429](https://github.com/vertica/vertica-kubernetes/issues/1429) Fix for CVE-2025-22871 and CVE-2025-47907
14
+
15
+
## 25.3.1-0 - 2025-09-22
16
+
### Added
17
+
*[#1361](https://github.com/vertica/vertica-kubernetes/issues/1361) Support for pulling the Vertica image for the scrutinize pod from private repositories.
18
+
*[#1343](https://github.com/vertica/vertica-kubernetes/issues/1343) Caching for TLS certificates with configurable expiry duration. The cache can also be disabled if not needed.
19
+
### Changed
20
+
*[#1383](https://github.com/vertica/vertica-kubernetes/issues/1383) Support upgrading from an admintools-managed database to a vclusterops-managed database.
21
+
*[#1380](https://github.com/vertica/vertica-kubernetes/issues/1380) Support updating both TLS secrets (httpsNMA and clientServer) simultaneously.
22
+
*[#1347](https://github.com/vertica/vertica-kubernetes/issues/1347) TLS mode is now case-insensitive.
23
+
*[#1355](https://github.com/vertica/vertica-kubernetes/issues/1355) NMATLSSecret is no longer deprecated, and TLS secrets are no longer auto-generated when TLS is disabled.
24
+
### Fixed
25
+
*[#1385](https://github.com/vertica/vertica-kubernetes/issues/1385) Re-IP operation failed because of quorum check.
26
+
*[#1356](https://github.com/vertica/vertica-kubernetes/issues/1356) Restarting a subcluster after shutdown fails.
27
+
*[#1342](https://github.com/vertica/vertica-kubernetes/issues/1342) Avoid unsandboxing an already unsandboxed subcluster.
28
+
7
29
## 25.3.0-0 - 2025-07-03
8
30
### Added
9
31
*[#1318](https://github.com/vertica/vertica-kubernetes/issues/1318) Added timeout when draining connections during read-only online upgrade
*[#1361](https://github.com/vertica/vertica-kubernetes/issues/1361) Support for pulling the Vertica image for the scrutinize pod from private repositories.
4
+
*[#1343](https://github.com/vertica/vertica-kubernetes/issues/1343) Caching for TLS certificates with configurable expiry duration. The cache can also be disabled if not needed.
5
+
### Changed
6
+
*[#1383](https://github.com/vertica/vertica-kubernetes/issues/1383) Support upgrading from an admintools-managed database to a vclusterops-managed database.
7
+
*[#1380](https://github.com/vertica/vertica-kubernetes/issues/1380) Support updating both TLS secrets (httpsNMA and clientServer) simultaneously.
8
+
*[#1347](https://github.com/vertica/vertica-kubernetes/issues/1347) TLS mode is now case-insensitive.
9
+
*[#1355](https://github.com/vertica/vertica-kubernetes/issues/1355) NMATLSSecret is no longer deprecated, and TLS secrets are no longer auto-generated when TLS is disabled.
10
+
### Fixed
11
+
*[#1385](https://github.com/vertica/vertica-kubernetes/issues/1385) Re-IP operation failed because of quorum check.
12
+
*[#1356](https://github.com/vertica/vertica-kubernetes/issues/1356) Restarting a subcluster after shutdown fails.
13
+
*[#1342](https://github.com/vertica/vertica-kubernetes/issues/1342) Avoid unsandboxing an already unsandboxed subcluster.
*[#1400](https://github.com/vertica/vertica-kubernetes/issues/1400)`enabled` field in TLS configs; overrides and deprecates `vertica.com/enable-tls-auth`.
4
+
*[#1364](https://github.com/vertica/vertica-kubernetes/issues/1364) DBTLSConfig has been added to Vertica DB definition. Users can customize TLS version and cipher suites.
5
+
*[#1370](https://github.com/vertica/vertica-kubernetes/issues/1370) Injecting Environment Variables via extraEnv and envFrom (from ConfigMaps/Secrets)
6
+
### Fixed
7
+
*[#1429](https://github.com/vertica/vertica-kubernetes/issues/1429) Fix for CVE-2025-22871 and CVE-2025-47907
0 commit comments