Skip to content

Commit

Permalink
docs: update latest version to v1.6.1
Browse files Browse the repository at this point in the history
Also port a fix from #8103

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Dec 22, 2023
1 parent e6e422b commit d6342cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion website/content/v1.6/_index.md
Expand Up @@ -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"
Expand Down

0 comments on commit d6342cd

Please sign in to comment.