Skip to content

Commit 350b979

Browse files
committed
Fix merge mistakes when merging release/v2.26 into release/v2
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent 37fb64f commit 350b979

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# For older changes, see CHANGELOG.OLD.md
2626
items:
2727
- version: 2.27.0
28-
date: 2026-02-14
28+
date: (TBD)
2929
notes:
3030
- type: feature
3131
title: Add macOS package installer with root daemon as a system service

docs/reference/cli/telepresence_genyaml_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Generate YAML for the agent's entry in the telepresence-agents configmap. See ge
1717

1818
### Flags:
1919
```
20-
--agent-image string The qualified name of the agent image (default &quot;ghcr.io/telepresenceio/tel2:2.26.2&quot;)
20+
--agent-image string The qualified name of the agent image (default &quot;ghcr.io/telepresenceio/tel2:2.27.0&quot;)
2121
--agent-port uint16 The port number you wish the agent to listen on. (default 9900)
2222
-h, --help help for config
2323
-i, --input string Path to the yaml containing the workload definition (i.e. Deployment, StatefulSet, etc). Pass '-' for stdin.. Mutually exclusive to --workload

docs/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[comment]: # (Code generated by relnotesgen. DO NOT EDIT.)
33
# <img src="images/logo.png" height="64px"/> Telepresence Release Notes
4-
## Version 2.27.0 <span style="font-size: 16px;">(February 14)</span>
4+
## Version 2.27.0
55
## <div style="display:flex;"><img src="images/feature.png" alt="feature" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">[Add macOS package installer with root daemon as a system service](install/client)</div></div>
66
<div style="margin-left: 15px">
77

docs/release-notes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Note, Title, Body } from '@site/src/components/ReleaseNotes'
77
[comment]: # (Code generated by relnotesgen. DO NOT EDIT.)
88

99
# Telepresence Release Notes
10-
## Version 2.27.0 <span style={{fontSize:'16px'}}>(February 14)</span>
10+
## Version 2.27.0
1111
<Note>
1212
<Title type="feature" docs="install/client">Add macOS package installer with root daemon as a system service</Title>
1313
<Body>

0 commit comments

Comments
 (0)