Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ and this project adheres to
## [unreleased]

### Added
- docs: Mention support of SLES and openSUSE 15 and 16.
- docs: Mention support of RHEL 10, Fedora 43, SLES and openSUSE 15 and 16.

### Removed
- docs: Drop support of Fedora 41.

## [0.6.0] - 2025-10-16

Expand Down
32 changes: 26 additions & 6 deletions docs/modules/install/pages/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ xref:#restapi[REST API]:

[NOTE]
====
On RHEL, CentOS and Rocky Linux versions 8 and 9 some dependencies are missing
in standard distribution repositories. You must enable
https://docs.fedoraproject.org/en-US/epel/[EPEL] _el8_ or _el9_ repositories to
get all requirements on these distributions:
On RHEL, CentOS and Rocky Linux versions 8, 9 and 10 some dependencies are
missing in standard distribution repositories. You must enable
https://docs.fedoraproject.org/en-US/epel/[EPEL] _el8_, _el9_ or _el10_
repositories to get all requirements on these distributions:

[source,shell]
----
Expand Down Expand Up @@ -189,14 +189,19 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rackslab
----
====

Fedora 41::
RHEL10::
+
====

NOTE: These packages are also compatible with https://www.centos.org/[CentOS 10],
https://rockylinux.org/[Rocky Linux 10] and
https://almalinux.org/[AlmaLinux OS 10].

[source]
----
[rackslab]
name=Rackslab
baseurl=https://pkgs.rackslab.io/rpm/fc41/main/$basearch/
baseurl=https://pkgs.rackslab.io/rpm/el10/main/$basearch/
gpgcheck=1
enabled=1
countme=1
Expand All @@ -218,6 +223,21 @@ countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rackslab
----
====

Fedora 43::
+
====
[source]
----
[rackslab]
name=Rackslab
baseurl=https://pkgs.rackslab.io/rpm/fc43/main/$basearch/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rackslab
----
====
======

Install RacksDB packages:
Expand Down