diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b4af3b77..a6310aba 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,14 +1,17 @@ name: Hugo Link Check on: pull_request: - types: [opened, synchronized] + branches: + - main + jobs: - filter-to-pr-open-synced: + broken-link-check: runs-on: ubuntu-latest + name: Check for broken links steps: - - uses: actions/checkout@v2 - - name: linkcheck - uses: marccampbell/hugo-linkcheck-action@v0.1.2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - HUGO_FINAL_URL: https://help.replicated.com + - name: Checkout code + uses: actions/checkout@v4 + with: + fetch-depth: 1 + - name: Check for broken Links + uses: marojor/hugo-broken-link-checker@v1.1.0 diff --git a/config.prod.yaml b/config.prod.yaml index aa2ee5f6..427b5ac2 100644 --- a/config.prod.yaml +++ b/config.prod.yaml @@ -27,9 +27,9 @@ Params: docker_version_default: "24.0.2" docker_version_minimum: "1.10.3" - replicated_api_version_current: "2.56.6" - replicated_latest_version: "2.56.6" - replicated_latest_release_date: "December 18, 2024" + replicated_api_version_current: "2.56.8" + replicated_latest_version: "2.56.8" + replicated_latest_release_date: "June 23, 2025" swarm_docker_version_minimum: "1.13.1" swarm_docker_version_default: "24.0.2" diff --git a/config.staging.yaml b/config.staging.yaml index 4a1d7325..f8ce5aef 100644 --- a/config.staging.yaml +++ b/config.staging.yaml @@ -27,9 +27,9 @@ Params: docker_version_default: "24.0.2" docker_version_minimum: "1.10.3" - replicated_api_version_current: "2.56.6" - replicated_latest_version: "2.56.6" - replicated_latest_release_date: "December 18, 2024" + replicated_api_version_current: "2.56.8" + replicated_latest_version: "2.56.8" + replicated_latest_release_date: "June 23, 2025" swarm_docker_version_minimum: "1.13.1" swarm_docker_version_default: "24.0.2" diff --git a/config.yaml b/config.yaml index a556865d..a0a4c482 100644 --- a/config.yaml +++ b/config.yaml @@ -27,9 +27,9 @@ Params: docker_version_default: "24.0.2" docker_version_minimum: "1.10.3" - replicated_api_version_current: "2.56.6" - replicated_latest_version: "2.56.6" - replicated_latest_release_date: "December 18, 2024" + replicated_api_version_current: "2.56.8" + replicated_latest_version: "2.56.8" + replicated_latest_release_date: "June 23, 2025" swarm_docker_version_minimum: "1.13.1" swarm_docker_version_default: "24.0.2"