From ef3a1cc4a7b80b3a0ac924b8c6d19b4dc1239eba Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Wed, 20 Mar 2024 09:29:19 -0700 Subject: [PATCH 1/2] Fix cncf link Signed-off-by: Derek Nola --- docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.md b/docs/introduction.md index dc5998df..129a5066 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -8,7 +8,7 @@ title: "Introduction" RKE2, also known as RKE Government, is Rancher's next-generation Kubernetes distribution. -It is a fully [conformant Kubernetes distribution](https://landscape.cncf.io/card-mode?selected=rke-government) that focuses on security and compliance within the U.S. Federal Government sector. +It is a fully [conformant Kubernetes distribution](https://landscape.cncf.io/?group=projects-and-products&view-mode=card&item=platform--certified-kubernetes-distribution--rke-government#app-definition-and-development--application-definition-image-build) that focuses on security and compliance within the U.S. Federal Government sector. To meet these goals, RKE2 does the following: From 0159956db5021577fcb0119816565fc512eccf6d Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Wed, 20 Mar 2024 09:37:57 -0700 Subject: [PATCH 2/2] Bump checkout action Signed-off-by: Derek Nola --- .github/workflows/test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 4e9100d1..e88ffbec 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -10,7 +10,7 @@ jobs: name: Test deployment runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: 18