Skip to content

Commit 5c8613d

Browse files
authored
Merge pull request #257 from telepresenceio/thallgren/v2.23.5
Release notes for 2.23.5
2 parents ebd9f6d + fd16377 commit 5c8613d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

versioned_docs/version-2.23/release-notes.md

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

22
[comment]: # (Code generated by relnotesgen. DO NOT EDIT.)
33
# <img src="images/logo.png" height="64px"/> Telepresence Release Notes
4+
## Version 2.23.5 <span style="font-size: 16px;">(July 20)</span>
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;">Let docker.Start pass on --interactive to docker start.</div></div>
6+
<div style="margin-left: 15px">
7+
8+
An `-i` or `--interactive` flag given when the user runs a container with telepresence must be propagated to `docker start` to attach `stdin`.
9+
</div>
10+
411
## Version 2.23.4 <span style="font-size: 16px;">(July 18)</span>
512
## <div style="display:flex;"><img src="images/bugfix.png" alt="bugfix" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">Never truncate meaningful output from a command</div></div>
613
<div style="margin-left: 15px">

versioned_docs/version-2.23/release-notes.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.23.5 <span style={{fontSize:'16px'}}>(July 20)</span>
11+
<Note>
12+
<Title type="bugfix">Let docker.Start pass on --interactive to docker start.</Title>
13+
<Body>
14+
An `-i` or `--interactive` flag given when the user runs a container with telepresence must be propagated to `docker start` to attach `stdin`.
15+
</Body>
16+
</Note>
1017
## Version 2.23.4 <span style={{fontSize:'16px'}}>(July 18)</span>
1118
<Note>
1219
<Title type="bugfix">Never truncate meaningful output from a command</Title>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: "2.23.4"
2-
dlVersion: "v2.23.4"
1+
version: "2.23.5"
2+
dlVersion: "v2.23.5"

0 commit comments

Comments
 (0)