You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Important:** After modifying `CHANGELOG.yml`, always run `make docs-files` to regenerate the documentation files (`docs/release-notes.md`, `docs/release-notes.mdx`, `docs/variables.yml`).
87
+
83
88
## Architecture
84
89
85
90
### Main Components
@@ -207,3 +212,10 @@ Version formats:
207
212
- `vX.Y.Z-test.N`- Test release (pre-release)
208
213
- `vX.Y.Z-rc.N`- Release candidate (pre-release)
209
214
- `vX.Y.Z`- GA release (marked as latest, triggers Homebrew update)
215
+
216
+
### Changelog
217
+
218
+
When adding entries to `CHANGELOG.yml` for an upcoming release:
219
+
- Use `date: (TBD)` for unreleased versions
220
+
- The `make prepare-release` command will set the actual date when `TELEPRESENCE_VERSION` is a GA version (e.g., `v2.27.0`)
221
+
- After modifying `CHANGELOG.yml`, run `make docs-files` to regenerate documentation
## Install using the setup installer (Recommended)
109
+
110
+
The setup installer includes the root daemon as a Windows service, eliminating the need for elevated privileges when using Telepresence. It also bundles WinFSP and SSHFS-Win for volume mount support.
Copy file name to clipboardExpand all lines: docs/reference/cli/telepresence_genyaml_config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Generate YAML for the agent's entry in the telepresence-agents configmap. See ge
17
17
18
18
### Flags:
19
19
```
20
-
--agent-image string The qualified name of the agent image (default "ghcr.io/telepresenceio/tel2:2.26.1")
20
+
--agent-image string The qualified name of the agent image (default "ghcr.io/telepresenceio/tel2:2.27.0")
21
21
--agent-port uint16 The port number you wish the agent to listen on. (default 9900)
22
22
-h, --help help for config
23
23
-i, --input string Path to the yaml containing the workload definition (i.e. Deployment, StatefulSet, etc). Pass '-' for stdin.. Mutually exclusive to --workload
## <divstyle="display:flex;"><imgsrc="images/feature.png"alt="feature"style="width:30px;height:fit-content;"/><divstyle="display:flex;margin-left:7px;">[Add macOS package installer with root daemon as a system service](install/client)</div></div>
6
+
<divstyle="margin-left: 15px">
7
+
8
+
A new macOS package installer (.pkg) is now available that installs Telepresence with the root daemon configured as a launchd service. This eliminates the need for elevated privileges when using Telepresence, as the daemon starts automatically at boot and runs in the background. Available for both Intel (amd64) and Apple Silicon (arm64) Macs.
9
+
</div>
10
+
11
+
## <divstyle="display:flex;"><imgsrc="images/feature.png"alt="feature"style="width:30px;height:fit-content;"/><divstyle="display:flex;margin-left:7px;">[Add Linux package installers with root daemon as a system service](install/client)</div></div>
12
+
<divstyle="margin-left: 15px">
13
+
14
+
New Linux package installers (.deb for Debian/Ubuntu and .rpm for Fedora/RHEL) are now available that install Telepresence with the root daemon configured as a systemd service. This eliminates the need for elevated privileges when using Telepresence, as the service is enabled and started automatically during installation. Available for both amd64 and arm64 architectures.
15
+
</div>
16
+
17
+
## <divstyle="display:flex;"><imgsrc="images/feature.png"alt="feature"style="width:30px;height:fit-content;"/><divstyle="display:flex;margin-left:7px;">[Add Windows installer with root daemon as a system service](install/client)</div></div>
18
+
<divstyle="margin-left: 15px">
19
+
20
+
A new Windows installer (.exe) is now available that installs Telepresence with the root daemon configured as a Windows service. The installer bundles WinFSP and SSHFS-Win dependencies for volume mount support, adds Telepresence to the system PATH, and optionally installs the TelepresenceDaemon service. This eliminates the need for elevated privileges when using Telepresence. Currently available for amd64 architecture only due to dependency constraints.
21
+
</div>
22
+
4
23
## Version 2.26.0 <spanstyle="font-size: 16px;">(January 23)</span>
5
24
## <divstyle="display:flex;"><imgsrc="images/feature.png"alt="feature"style="width:30px;height:fit-content;"/><divstyle="display:flex;margin-left:7px;">[Add ability for cluster admins to revoke other users' intercepts.](reference/engagements/conflicts)</div></div>
Copy file name to clipboardExpand all lines: docs/release-notes.mdx
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,25 @@ import { Note, Title, Body } from '@site/src/components/ReleaseNotes'
7
7
[comment]: #(Code generated by relnotesgen. DO NOT EDIT.)
8
8
9
9
# Telepresence Release Notes
10
+
## Version 2.27.0
11
+
<Note>
12
+
<Titletype="feature"docs="install/client">Add macOS package installer with root daemon as a system service</Title>
13
+
<Body>
14
+
A new macOS package installer (.pkg) is now available that installs Telepresence with the root daemon configured as a launchd service. This eliminates the need for elevated privileges when using Telepresence, as the daemon starts automatically at boot and runs in the background. Available for both Intel (amd64) and Apple Silicon (arm64) Macs.
15
+
</Body>
16
+
</Note>
17
+
<Note>
18
+
<Titletype="feature"docs="install/client">Add Linux package installers with root daemon as a system service</Title>
19
+
<Body>
20
+
New Linux package installers (.deb for Debian/Ubuntu and .rpm for Fedora/RHEL) are now available that install Telepresence with the root daemon configured as a systemd service. This eliminates the need for elevated privileges when using Telepresence, as the service is enabled and started automatically during installation. Available for both amd64 and arm64 architectures.
21
+
</Body>
22
+
</Note>
23
+
<Note>
24
+
<Titletype="feature"docs="install/client">Add Windows installer with root daemon as a system service</Title>
25
+
<Body>
26
+
A new Windows installer (.exe) is now available that installs Telepresence with the root daemon configured as a Windows service. The installer bundles WinFSP and SSHFS-Win dependencies for volume mount support, adds Telepresence to the system PATH, and optionally installs the TelepresenceDaemon service. This eliminates the need for elevated privileges when using Telepresence. Currently available for amd64 architecture only due to dependency constraints.
27
+
</Body>
28
+
</Note>
10
29
## Version 2.26.0 <spanstyle={{fontSize:'16px'}}>(January 23)</span>
11
30
<Note>
12
31
<Titletype="feature"docs="reference/engagements/conflicts">Add ability for cluster admins to revoke other users' intercepts.</Title>
0 commit comments