Skip to content

Commit

Permalink
Merge pull request #1147 from replicatedhq/divolgin/sc-90899/add-rhel…
Browse files Browse the repository at this point in the history
…-8-7-as-support-os-version-in-the

Add RHEL 8.7 support and Replicated 2.56.2 release
  • Loading branch information
divolgin committed Dec 16, 2023
2 parents 8e4a150 + c59376f commit 2f9d867
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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

0 comments on commit 2f9d867

Please sign in to comment.