Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@
},
"teleport": {
"major_version": "18",
"version": "18.10.0",
"version": "18.10.4",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Split artifact version from source-link version

Because 18.10.4 is documented as a private security release, setting the global teleport.version to 18.10.4 also rewrites docs that use this variable for GitHub source URLs and raw file downloads, not just install artifacts. For example, docs/pages/configuration/teleport-operator/teleport-operator-standalone.mdx will render a raw.githubusercontent.com/gravitational/teleport/v18.10.4/... command, and the plugin/helm references render github.com/gravitational/teleport/tree/v18.10.4/...; those refs are not public during the private-release window, so readers hit broken links/commands even though the release binaries are available. Please keep source-code links on a public tag or add a separate variable for the private artifact version.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather figure this one out from a position of having updating the version variable for the hot path, the many Teleport binary command snippets in the docs.

"url": "teleport.example.com",
"golang": "1.25.12",
"plugin": {
"version": "18.10.0"
"version": "18.10.4"
},
"helm_repo_url": "https://charts.releases.teleport.dev",
"latest_oss_docker_image": "public.ecr.aws/gravitational/teleport-distroless:18.10.0",
"latest_oss_debug_docker_image": "public.ecr.aws/gravitational/teleport-distroless-debug:18.10.0",
"latest_ent_docker_image": "public.ecr.aws/gravitational/teleport-ent-distroless:18.10.0",
"latest_ent_debug_docker_image": "public.ecr.aws/gravitational/teleport-ent-distroless-debug:18.10.0",
"latest_oss_docker_image": "public.ecr.aws/gravitational/teleport-distroless:18.10.4",
"latest_oss_debug_docker_image": "public.ecr.aws/gravitational/teleport-distroless-debug:18.10.4",
"latest_ent_docker_image": "public.ecr.aws/gravitational/teleport-ent-distroless:18.10.4",
"latest_ent_debug_docker_image": "public.ecr.aws/gravitational/teleport-ent-distroless-debug:18.10.4",
"teleport_install_script_url": "https://cdn.teleport.dev/install.sh"
},
"terraform": {
Expand Down
Loading