Skip to content

Commit 2334128

Browse files
committed
Release notes for 2.22.6
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent 16bddf0 commit 2334128

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

versioned_docs/version-2.22/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.22.6 <span style="font-size: 16px;">(June 3)</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;">Regression causing "unexpected slice size" with older traffic-managers.</div></div>
6+
<div style="margin-left: 15px">
7+
8+
Older traffic-managers have a different way of reporting the service-subnet. The new way, using a list of subnets reused a proto slice in the GRPC message that was expected to be empty, but older traffic-managers will pass the IP of the kube-dns here. It cannot be parsed as a list of subnets. A check that remedies this mismatch was inserted.
9+
</div>
10+
411
## Version 2.22.5 <span style="font-size: 16px;">(May 29)</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;">Unable to correctly determine service CIDR with Kubernetes >= 1.33</div></div>
613
<div style="margin-left: 15px">

versioned_docs/version-2.22/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.22.6 <span style={{fontSize:'16px'}}>(June 3)</span>
11+
<Note>
12+
<Title type="bugfix">Regression causing "unexpected slice size" with older traffic-managers.</Title>
13+
<Body>
14+
Older traffic-managers have a different way of reporting the service-subnet. The new way, using a list of subnets reused a proto slice in the GRPC message that was expected to be empty, but older traffic-managers will pass the IP of the kube-dns here. It cannot be parsed as a list of subnets. A check that remedies this mismatch was inserted.
15+
</Body>
16+
</Note>
1017
## Version 2.22.5 <span style={{fontSize:'16px'}}>(May 29)</span>
1118
<Note>
1219
<Title type="bugfix">Unable to correctly determine service CIDR with Kubernetes >= 1.33</Title>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: "2.22.5"
2-
dlVersion: "v2.22.5"
1+
version: "2.22.6"
2+
dlVersion: "v2.22.6"

0 commit comments

Comments
 (0)