From d6342cda53027eb5d46dcb6f57fbb1cc31f920dd Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 22 Dec 2023 14:42:03 +0400 Subject: [PATCH] docs: update latest version to v1.6.1 Also port a fix from #8103 Signed-off-by: Andrey Smirnov --- pkg/machinery/config/types/v1alpha1/v1alpha1_stability_test.go | 1 + website/content/v1.6/_index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/machinery/config/types/v1alpha1/v1alpha1_stability_test.go b/pkg/machinery/config/types/v1alpha1/v1alpha1_stability_test.go index fb13c5297b..bcc09f1494 100644 --- a/pkg/machinery/config/types/v1alpha1/v1alpha1_stability_test.go +++ b/pkg/machinery/config/types/v1alpha1/v1alpha1_stability_test.go @@ -42,6 +42,7 @@ func TestConfigEncodingStability(t *testing.T) { } currentVersion := ensure.Value(semver.ParseTolerant(gendata.VersionTag)) + currentVersion.Patch = 0 maxContractVersion := ensure.Value(semver.ParseTolerant(versionContracts[len(versionContracts)-1].String())) require.True(t, currentVersion.LTE(maxContractVersion), "latest version contract is not tested") diff --git a/website/content/v1.6/_index.md b/website/content/v1.6/_index.md index f57468d1bd..47f80baa92 100644 --- a/website/content/v1.6/_index.md +++ b/website/content/v1.6/_index.md @@ -4,7 +4,7 @@ no_list: true linkTitle: "Documentation" cascade: type: docs -lastRelease: v1.6.0 +lastRelease: v1.6.1 kubernetesRelease: "1.29.0" prevKubernetesRelease: "1.28.3" nvidiaContainerToolkitRelease: "v1.13.5"