Skip to content

Commit

Permalink
docs: make 1.7 docs the default
Browse files Browse the repository at this point in the history
Activate after 1.7.0 release.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Apr 19, 2024
1 parent d7c3a07 commit d6c8067
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hack/test/extensions/extension-patch-filter.jq
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"install": {
"extensions": [
{
"image": map(select(. | contains("nvidia") or contains("tailscale") or contains("xe-guest-utilities") | not)) | .[]
"image": map(select(. | contains("nvidia") or contains("tailscale") or contains("xen-guest-agent") | not)) | .[]
}
],
},
Expand Down
6 changes: 3 additions & 3 deletions website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ version_menu = "Releases"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
url_latest_version = "/v1.6"
url_latest_version = "/v1.7"

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
# github_repo = "https://github.com/googley-example"
Expand Down Expand Up @@ -142,11 +142,11 @@ prism_syntax_highlighting = false

[[params.versions]]
url = "/v1.7/"
version = "v1.7 (pre-release)"
version = "v1.7 (latest)"

[[params.versions]]
url = "/v1.6/"
version = "v1.6 (latest)"
version = "v1.6"

[[params.versions]]
url = "/v1.5/"
Expand Down
1 change: 0 additions & 1 deletion website/content/v1.6/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ kubernetesRelease: "1.29.3"
prevKubernetesRelease: "1.28.3"
nvidiaContainerToolkitRelease: "v1.13.5"
nvidiaDriverRelease: "535.129.03"
menu: main
---

## Welcome
Expand Down
4 changes: 2 additions & 2 deletions website/content/v1.7/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ no_list: true
linkTitle: "Documentation"
cascade:
type: docs
lastRelease: v1.7.0-beta.1
lastRelease: v1.7.0
kubernetesRelease: "1.30.0"
prevKubernetesRelease: "1.29.3"
nvidiaContainerToolkitRelease: "v1.14.5"
nvidiaDriverRelease: "535.129.03"
preRelease: true
menu: main
---

## Welcome
Expand Down
4 changes: 2 additions & 2 deletions website/content/v1.7/introduction/what-is-new/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ For documentation, see [Extension Services Config Files]({{< relref "../../refer

### New Extensions

Talos Linux in version v1.7 introduces new [extensions](https://github.com/siderolabs/exensions):
Talos Linux in version v1.7 introduces new [extensions](https://github.com/siderolabs/extensions):

* `kata-containers`
* `spin`
Expand Down Expand Up @@ -204,7 +204,7 @@ timeout: 3m0s

## Component Updates

* Linux: 6.6.26
* Linux: 6.6.28
* etcd: 3.5.11
* Kubernetes: 1.30.0
* containerd: 1.7.15
Expand Down

0 comments on commit d6c8067

Please sign in to comment.