Skip to content

Commit dd6241d

Browse files
committed
elsdoc-204, sync Ruby versions with CVE Tracker and add tracker links
Replace the Ruby support matrix with the set actually published in CVE Tracker (EL 8/9/10, Debian 11/12/13, Ubuntu 22.04/24.04, Alpine 3.22), add CVE Tracker / fixes / supported components links to What's Next, and bump the runtime-tech card versions to include 3.2.
1 parent fa306e5 commit dd6241d

2 files changed

Lines changed: 15 additions & 18 deletions

File tree

docs/.vuepress/components/ELSRTechnology.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const runtimes = [
9191
},
9292
{
9393
name: "Ruby",
94-
versions: "2.6 | 2.7 | 3.0 | 3.1",
94+
versions: "2.6 | 2.7 | 3.0 | 3.1 | 3.2",
9595
link: "./ruby/",
9696
icon: "/images/ruby.webp",
9797
},

docs/els-for-runtimes/ruby/README.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,17 @@ alt-ruby provides a more flexible and convenient environment for working with di
2222

2323
## Supported OS and Ruby versions
2424

25-
| Operating Systems | Package Type | OS Version | Ruby versions |
26-
| :----------------------------------------------------------------------: | :----------: | :--------: | :-----------------------------------------------------------------------: |
27-
| EL 6 (CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 6.x | 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7 |
28-
| EL 7 (CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 7.x | 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2 |
29-
| EL 8 (AlmaLinux, CentOS, CentOS Stream, CloudLinux, Oracle Linux, etc.) | RPM | 8.x | 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4 |
30-
| EL 9 (AlmaLinux, CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 9.x | 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4 |
31-
| EL 10 (AlmaLinux, CloudLinux, Oracle Linux, etc.) | RPM | 10.x | 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
32-
| Debian | DEB | 10 | 3.2, 3.3, 3.4, 4.0 |
33-
| Debian | DEB | 11 | 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
34-
| Debian | DEB | 12 | 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
35-
| Debian | DEB | 13 | 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
36-
| Ubuntu | DEB | 16.04 | 3.2, 3.3, 3.4, 4.0 |
37-
| Ubuntu | DEB | 18.04 | 3.2, 3.3, 3.4, 4.0 |
38-
| Ubuntu | DEB | 20.04 | 3.2, 3.3, 3.4, 4.0 |
39-
| Ubuntu | DEB | 22.04 | 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
40-
| Ubuntu | DEB | 24.04 | 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
41-
| Alpine Linux | APK | 3.22 | 2.7, 3.0, 3.1 |
25+
| Operating Systems | Package Type | OS Version | Ruby versions |
26+
| :----------------------------------------------------------------------: | :----------: | :--------: | :---------------------------: |
27+
| EL 8 (AlmaLinux, CentOS, CentOS Stream, CloudLinux, Oracle Linux, etc.) | RPM | 8.x | 2.7, 3.0, 3.1, 3.2 |
28+
| EL 9 (AlmaLinux, CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 9.x | 2.7, 3.0, 3.1, 3.2 |
29+
| EL 10 (AlmaLinux, CloudLinux, Oracle Linux, etc.) | RPM | 10.x | 2.7, 3.0, 3.1, 3.2 |
30+
| Debian | DEB | 11 | 2.7, 3.0, 3.1, 3.2 |
31+
| Debian | DEB | 12 | 2.6, 2.7, 3.0, 3.1, 3.2 |
32+
| Debian | DEB | 13 | 2.6, 2.7, 3.0, 3.1, 3.2 |
33+
| Ubuntu | DEB | 22.04 | 2.7, 3.0, 3.1, 3.2 |
34+
| Ubuntu | DEB | 24.04 | 2.7, 3.0, 3.1, 3.2 |
35+
| Alpine Linux | APK | 3.22 | 2.6, 2.7, 3.0, 3.1, 3.2 |
4236

4337
**Supported architectures:** x86_64 (64-bit); aarch64 on Alpine Linux
4438

@@ -112,6 +106,9 @@ alt-ruby provides a more flexible and convenient environment for working with di
112106

113107
<WhatsNext hide-title>
114108

109+
* ![](/images/eye.webp) [CVE Tracker](https://tuxcare.com/cve-tracker/?product=Ruby) — Track vulnerability fixes and updates
110+
* ![](/images/shield.webp) [Available fixes](https://tuxcare.com/cve-tracker/fixes?product=Ruby) — Patched versions and changelogs
111+
* ![](/images/clipboard-notes.webp) [Supported components](https://tuxcare.com/cve-tracker/products?product=Ruby) — Full list of product parts covered by ELS
115112
* ![](/images/shield.webp) [Machine-readable security data](../machine-readable-security-data/) — CSAF advisories and RSS feeds for Ruby ELS
116113

117114
</WhatsNext>

0 commit comments

Comments
 (0)