Skip to content

Commit 5d9a020

Browse files
committed
Release notes for 2.24.1
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent c8f8194 commit 5d9a020

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

versioned_docs/version-2.24/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 "ghcr.io/telepresenceio/tel2:2.24.0")
20+
--agent-image string The qualified name of the agent image (default "ghcr.io/telepresenceio/tel2:2.24.1")
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

versioned_docs/version-2.24/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11

22
[comment]: # (Code generated by relnotesgen. DO NOT EDIT.)
33
# <img src="images/logo.png" height="64px"/> Telepresence Release Notes
4+
## Version 2.24.1
5+
## <div style="display:flex;"><img src="images/bugfix.png" alt="bugfix" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">A `telepresence connect --docker` would fail with some k3s configurations</div></div>
6+
<div style="margin-left: 15px">
7+
8+
Telepresence would fail to connect to a k3s cluster unless the cluster's IP was a loopback address. This is now changed so that any IP:port combination is accepted as long as a container can be found that defines a mapping for it.
9+
</div>
10+
11+
## <div style="display:flex;"><img src="images/bugfix.png" alt="bugfix" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">[Restore default value for agent-state.yaml in the traffic-manager configmap](https://github.com/telepresenceio/telepresence/pull/3953)</div></div>
12+
<div style="margin-left: 15px">
13+
14+
The value was previously an empty string which caused problems when when Argo CD tried to synchronize it.
15+
</div>
16+
417
## Version 2.24.0 <span style="font-size: 16px;">(August 25)</span>
518
## <div style="display:flex;"><img src="images/feature.png" alt="feature" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">[Support for Docker Compose](howtos/docker-compose)</div></div>
619
<div style="margin-left: 15px">

versioned_docs/version-2.24/release-notes.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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.24.1
11+
<Note>
12+
<Title type="bugfix">A `telepresence connect --docker` would fail with some k3s configurations</Title>
13+
<Body>
14+
Telepresence would fail to connect to a k3s cluster unless the cluster's IP was a loopback address. This is now changed so that any IP:port combination is accepted as long as a container can be found that defines a mapping for it.
15+
</Body>
16+
</Note>
17+
<Note>
18+
<Title type="bugfix" docs="https://github.com/telepresenceio/telepresence/pull/3953">Restore default value for agent-state.yaml in the traffic-manager configmap</Title>
19+
<Body>
20+
The value was previously an empty string which caused problems when when Argo CD tried to synchronize it.
21+
</Body>
22+
</Note>
1023
## Version 2.24.0 <span style={{fontSize:'16px'}}>(August 25)</span>
1124
<Note>
1225
<Title type="feature" docs="howtos/docker-compose">Support for Docker Compose</Title>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: "2.24.0"
2-
dlVersion: "v2.24.0"
1+
version: "2.24.1"
2+
dlVersion: "v2.24.1"

0 commit comments

Comments
 (0)