From 2688f26b326d6c2c189177fcc2b391d4be12397e Mon Sep 17 00:00:00 2001 From: Kevin Tchang Date: Wed, 18 Sep 2024 14:49:21 +1000 Subject: [PATCH 1/2] fix table formatting --- src/pages/docs/kubernetes/targets/kubernetes-agent/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/docs/kubernetes/targets/kubernetes-agent/index.md b/src/pages/docs/kubernetes/targets/kubernetes-agent/index.md index c33ac85b3..84b1eaacf 100644 --- a/src/pages/docs/kubernetes/targets/kubernetes-agent/index.md +++ b/src/pages/docs/kubernetes/targets/kubernetes-agent/index.md @@ -74,7 +74,6 @@ The Kubernetes agent follows [semantic versioning](https://semver.org/), so a ma | Kubernetes agent | Octopus Server | Kubernetes cluster | | ---------------- | ------------------------ | -------------------- | | 1.\*.\* | **2024.2.6580** or newer | **1.26** to **1.29** | -| ---------------- | ------------------------ | -------------------- | | 2.\*.\* | **2024.2.9396** or newer | **1.26** to **1.29** | Additionally, the Kubernetes agent only supports **Linux AMD64** and **Linux ARM64** Kubernetes nodes. From 7c323981dcdd2741472cde8b53b01e524008fba6 Mon Sep 17 00:00:00 2001 From: Kevin Tchang Date: Wed, 18 Sep 2024 14:50:00 +1000 Subject: [PATCH 2/2] link to main page instead of a heading --- .../troubleshooting/sha1-certificate-incompatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/kubernetes/targets/kubernetes-agent/troubleshooting/sha1-certificate-incompatibility.md b/src/pages/docs/kubernetes/targets/kubernetes-agent/troubleshooting/sha1-certificate-incompatibility.md index cd7dbefc9..6e7305007 100644 --- a/src/pages/docs/kubernetes/targets/kubernetes-agent/troubleshooting/sha1-certificate-incompatibility.md +++ b/src/pages/docs/kubernetes/targets/kubernetes-agent/troubleshooting/sha1-certificate-incompatibility.md @@ -8,7 +8,7 @@ navOrder: 71 --- ## Background -[Since 2017](../../../../security/cve/shattered-and-octopus-deploy#detecting-sha1-certificates-with-powershell), Octopus Server no longer supports SHA1 certificates due to their inherent security vulnerabilities. SHA1 is an outdated cryptographic hash algorithm that has been replaced by the more secure SHA256 standard, in line with industry best practices. +[Since 2017](../../../../security/cve/shattered-and-octopus-deploy), Octopus Server no longer supports SHA1 certificates due to their inherent security vulnerabilities. SHA1 is an outdated cryptographic hash algorithm that has been replaced by the more secure SHA256 standard, in line with industry best practices. ## Compatibility Issue: SHA1 on Windows Server 2012 R2