Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RHEL 8.7 support and Replicated 2.56.2 release #1147

Merged
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
4 changes: 2 additions & 2 deletions config.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Params:

docker_version_default: "24.0.2"
docker_version_minimum: "1.10.3"
replicated_api_version_current: "2.56.1"
replicated_latest_version: "2.56.1"
replicated_api_version_current: "2.56.2"
replicated_latest_version: "2.56.2"
replicated_latest_release_date: "September 13, 2023"

swarm_docker_version_minimum: "1.13.1"
Expand Down
4 changes: 2 additions & 2 deletions config.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Params:

docker_version_default: "24.0.2"
docker_version_minimum: "1.10.3"
replicated_api_version_current: "2.56.1"
replicated_latest_version: "2.56.1"
replicated_api_version_current: "2.56.2"
replicated_latest_version: "2.56.2"
replicated_latest_release_date: "September 13, 2023"

swarm_docker_version_minimum: "1.13.1"
Expand Down
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Params:

docker_version_default: "24.0.2"
docker_version_minimum: "1.10.3"
replicated_api_version_current: "2.56.1"
replicated_latest_version: "2.56.1"
replicated_api_version_current: "2.56.2"
replicated_latest_version: "2.56.2"
replicated_latest_release_date: "September 13, 2023"

swarm_docker_version_minimum: "1.13.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Replicated provides an easy install script to work with the following list of op

- Debian 7.7 - 11
- Ubuntu 14.04.5 / 16.04 / 18.04 / 20.04 / 22.04
- Red Hat Enterprise Linux 7.4 - 7.9 / 8.4 - 8.6 / 9.0
- Red Hat Enterprise Linux 7.4 - 7.9 / 8.4 - 8.7 / 9.0
- CentOS 7.4 - 7.9 / 8.4 / 9.0
- Amazon Linux 2014.03 / 2014.09 / 2015.03 / 2015.09 / 2016.03 / 2016.09 / 2017.03 / 2017.09 / 2018.03 / 2.0
- Oracle Linux 7.4 - 7.9 / 8.4
Expand Down
Loading