Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ description: How to enroll an agent into automatic updates
>
Automatic agent update is available starting from Teleport `13.0`.
</Details>
<Details
title="Version warning"
opened={true}
scope={["cloud"]}
scopeOnly={true}
min="13.0"
>
Automatic agent update is available starting from Teleport `13.0`.
Teleport Cloud does not run Teleport 13 yet.
</Details>
Comment thread
fheinecke marked this conversation as resolved.

Teleport supports automatic agent updates for
systemd-based Linux distributions using `apt` or `yum` package managers,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ This guide covers how to set up the automatic update infrastructure. If this is
already done, or you are a Teleport Cloud user, you can directly
[enroll agents into automatic updates](./enroll-agent-into-automatic-updates.mdx).

<Admonition type="warning">
Systemd agents enrolled into automatic updates can only install versions
present in their package repositories. As Teleport 14 won't be published to
`stable/v13`, those agents will require manual intervention to be updated to
the next major version (adding a new apt/yum repo for `stable/v14`).

This limitation will be fixed before Teleport 14. We'll provide a rolling
update channel for agents to be able to automatically update from one major
to another. When this will happen, you will have to update the repos of the
existing agents to point to the new repo.

</Admonition>

## Requirements

- Self-hosted Teleport cluster running.
Expand Down