From e624fe1612b5308da92d2debda9fd090e85df8b1 Mon Sep 17 00:00:00 2001 From: Jeff Cantrill Date: Thu, 2 Apr 2026 11:56:24 -0400 Subject: [PATCH 1/3] update README to current state --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1ca198e3a3b92..fb4f731c58e58 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,14 @@ The `rh-main` branch is empty except for this file. The branches used by variou | Release | Branch | Vector Version | Status | |---------|-------------|----------------|--------| +| 6.5 | v0.47.0-rh | v0.47.0 | Current | | 6.4 | v0.47.0-rh | v0.47.0 | Current | -| 6.3 | v0.37.1-rh | v0.37.1 | Current | -| 6.2 | v0.37.1-rh | v0.37.1 | Current | -| 6.1 | v0.37.1-rh | v0.37.1 | Current | +| 6.3 | v0.37.1-rh | v0.37.1 | EOL | +| 6.2 | v0.47.0-rh | v0.37.1 | Current | +| 6.1 | v0.37.1-rh | v0.37.1 | EOL | | 6.0 | v0.37.1-rh | v0.37.1 | Current | -| 5.9 | release-5.9 | v0.34.1 | Current | -| 5.8 | release-5.8 | v0.28.1 | Current | +| 5.9 | release-5.9 | v0.34.1 | EOL | +| 5.8 | release-5.8 | v0.28.1 | EOL | | 5.7 | release-5.7 | v0.21.0 | EOL | | 5.6 | release-5.6 | v0.21.0 | EOL | @@ -22,7 +23,7 @@ This project varies from the upstream with the following features: |----------|--------------|---------------|------------------------------------------------------------------| | LOG-2552 | [Replace Ring with OpenSSL](https://github.com/ViaQ/vector/pull/61) | 5.5 | N/A - Patch is Red Hat only | | LOG-3398 | [Apply TLSSecurityProfile settings to TLS listeners in log collectors](https://github.com/ViaQ/vector/pull/129) | 5.6 | N/A - Relies upon OpenSSL patch | -| LOG-2288 | [Add syslog sink](https://github.com/ViaQ/vector/pull/133) | 5.7 | [Open](https://github.com/vectordotdev/vector/pull/21307) | +| LOG-2288 | [Add syslog sink](https://github.com/ViaQ/vector/pull/133) | 5.7 | [Accepted](https://github.com/vectordotdev/vector/pull/23777) | | LOG-3949 | [Add support for file rotate_wait_secs](https://github.com/ViaQ/vector/pull/154) | 5.8 | [Accepted](https://github.com/vectordotdev/vector/pull/18904) | | LOG-4739 | [Add support for include_paths_glob_pattern](https://github.com/ViaQ/vector/pull/167) | 5.9 | [Accepted](https://github.com/vectordotdev/vector/pull/19521) | | LOG-6155 | [Allow config of message_key for multiline exception transform](https://github.com/ViaQ/vector/pull/183) | 6.2 | N/A - Transform is Red Hat only | From 1e6899d6e0fc6df0e4198f8c415b62bb9ad6b53d Mon Sep 17 00:00:00 2001 From: Jeff Cantrill Date: Tue, 14 Apr 2026 15:17:01 -0400 Subject: [PATCH 2/3] Update README.md fix for code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb4f731c58e58..50dc2d4c7fd64 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The `rh-main` branch is empty except for this file. The branches used by variou |---------|-------------|----------------|--------| | 6.5 | v0.47.0-rh | v0.47.0 | Current | | 6.4 | v0.47.0-rh | v0.47.0 | Current | -| 6.3 | v0.37.1-rh | v0.37.1 | EOL | +| 6.3 | v0.47.0-rh | v0.47.0 | EOL | | 6.2 | v0.47.0-rh | v0.37.1 | Current | | 6.1 | v0.37.1-rh | v0.37.1 | EOL | | 6.0 | v0.37.1-rh | v0.37.1 | Current | From b926d2d2a241639bc10b5e55c09baab4999827b1 Mon Sep 17 00:00:00 2001 From: Jeff Cantrill Date: Fri, 17 Apr 2026 10:45:56 -0400 Subject: [PATCH 3/3] Update README.md Co-authored-by: Vitalii Parfonov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50dc2d4c7fd64..2296e4f8f1211 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The `rh-main` branch is empty except for this file. The branches used by variou | 6.5 | v0.47.0-rh | v0.47.0 | Current | | 6.4 | v0.47.0-rh | v0.47.0 | Current | | 6.3 | v0.47.0-rh | v0.47.0 | EOL | -| 6.2 | v0.47.0-rh | v0.37.1 | Current | +| 6.2 | v0.47.0-rh | v0.47.0 | Current | | 6.1 | v0.37.1-rh | v0.37.1 | EOL | | 6.0 | v0.37.1-rh | v0.37.1 | Current | | 5.9 | release-5.9 | v0.34.1 | EOL |