Skip to content

Commit 92590fa

Browse files
authored
Merge pull request #218 from vparfonov/rh-main-readm
Update README with current state
2 parents 2fe8ee5 + b978b81 commit 92590fa

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

README.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,31 @@ This repo is a fork of [vector](https://github.com/vectordotdev/vector) and cont
44

55
The `rh-main` branch is empty except for this file. The branches used by various Red Hat releases are summarized here:
66

7-
| Release | Branch | Vector Version | Status |
8-
| --------|--------|----------------|--------|
9-
| 6.2 | v0.37.1-rh | v0.37.1 | Current |
10-
| 6.1 | v0.37.1-rh | v0.37.1 | Current |
11-
| 6.0 | v0.37.1-rh | v0.37.1 | Current |
12-
| 5.9 | release-5.9 | v0.34.1 | Current |
13-
| 5.8 | release-5.8 | v0.28.1 | Current |
14-
| 5.7 | release-5.7 | v0.21.0 | EOL |
15-
| 5.6 | release-5.6 | v0.21.0 | EOL |
7+
| Release | Branch | Vector Version | Status |
8+
|---------|-------------|----------------|--------|
9+
| 6.4 | v0.47.0-rh | v0.47.0 | Current |
10+
| 6.3 | v0.37.1-rh | v0.37.1 | Current |
11+
| 6.2 | v0.37.1-rh | v0.37.1 | Current |
12+
| 6.1 | v0.37.1-rh | v0.37.1 | Current |
13+
| 6.0 | v0.37.1-rh | v0.37.1 | Current |
14+
| 5.9 | release-5.9 | v0.34.1 | Current |
15+
| 5.8 | release-5.8 | v0.28.1 | Current |
16+
| 5.7 | release-5.7 | v0.21.0 | EOL |
17+
| 5.6 | release-5.6 | v0.21.0 | EOL |
1618

1719
This project varies from the upstream with the following features:
1820

19-
| Issue | Description | Release Added | Upstream Contribution |
20-
|-------|--------------|---------------|-----------------------|
21-
| LOG-2552 | [Replace Ring with OpenSSL](https://github.com/ViaQ/vector/pull/61) | 5.5 | N/A - Patch is Red Hat only |
22-
| 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 |
23-
| LOG-2288 | [Add syslog sink](https://github.com/ViaQ/vector/pull/133) | 5.7 | [Open](https://github.com/vectordotdev/vector/pull/21307) |
24-
| 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) |
25-
| 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) |
26-
| 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 |
27-
| LOG-6789 | [Resolve error when using AWS credentials file authentication](https://github.com/ViaQ/vector/pull/197) | 6.2 | [Accepted](https://github.com/vectordotdev/vector/pull/22831) |
28-
| LOG-7013 | [Update cloudwatch logs max event size to match new AWS limit](https://github.com/ViaQ/vector/pull/201) | 6.2 | [Accepted](https://github.com/vectordotdev/vector/pull/22886) |
29-
21+
| Issue | Description | Release Added | Upstream Contribution |
22+
|----------|--------------|---------------|------------------------------------------------------------------|
23+
| LOG-2552 | [Replace Ring with OpenSSL](https://github.com/ViaQ/vector/pull/61) | 5.5 | N/A - Patch is Red Hat only |
24+
| 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 |
25+
| LOG-2288 | [Add syslog sink](https://github.com/ViaQ/vector/pull/133) | 5.7 | [Open](https://github.com/vectordotdev/vector/pull/21307) |
26+
| 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) |
27+
| 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) |
28+
| 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 |
29+
| LOG-6789 | [Resolve error when using AWS credentials file authentication](https://github.com/ViaQ/vector/pull/197) | 6.2 | [Accepted](https://github.com/vectordotdev/vector/pull/22831) |
30+
| LOG-7013 | [Update cloudwatch logs max event size to match new AWS limit](https://github.com/ViaQ/vector/pull/201) | 6.2 | [Accepted](https://github.com/vectordotdev/vector/pull/22886) |
31+
| LOG-7417 | [Fix loki event timestamp out of range panic ](https://github.com/ViaQ/vector/pull/217) | 0.37.1-rh | [Cherry-pick](https://github.com/vectordotdev/vector/pull/20780) |
3032
## Issues
3133

3234
Any issues can be filed at [Red Hat JIRA](https://issues.redhat.com). Please

0 commit comments

Comments
 (0)