Skip to content

Commit 6f9d6dd

Browse files
Update CHANGELOG for version 25.4.0-0 (#1444)
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> Co-authored-by: cchen-vertica <cchen8@opentext.com>
1 parent 2993039 commit 6f9d6dd

File tree

8 files changed

+42
-25
lines changed

8 files changed

+42
-25
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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.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+
729
## 25.3.0-0 - 2025-07-03
830
### Added
931
* [#1318](https://github.com/vertica/vertica-kubernetes/issues/1318) Added timeout when draining connections during read-only online upgrade

changes/25.3.1-0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 25.3.1-0 - 2025-09-22
2+
### Added
3+
* [#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.

changes/25.4.0-0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 25.4.0-0 - 2025-10-20
2+
### Added
3+
* [#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

changes/unreleased/Added-20250722-093147.yaml

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

changes/unreleased/Added-20250814-180307.yaml

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

changes/unreleased/Added-20250917-095208.yaml

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

changes/unreleased/Added-20250918-115224.yaml

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

changes/unreleased/Fixed-20250930-202229.yaml

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

0 commit comments

Comments
 (0)