Skip to content

Commit ffc175f

Browse files
committed
Prepare v2.21.1
Signed-off-by: Thomas Hallgren <[email protected]>
1 parent 14869ec commit ffc175f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ docDescription: >-
3434
customizable development environments.
3535
items:
3636
- version: 2.21.1
37-
date: (TBD)
37+
date: 2024-12-17
3838
notes:
3939
- type: bugfix
4040
title: Allow ingest of serverless deployments without specifying an inject-container-ports annotation

docs/release-notes.md

+1-1
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.21.1
4+
## Version 2.21.1 <span style="font-size: 16px;">(December 17)</span>
55
## <div style="display:flex;"><img src="images/bugfix.png" alt="bugfix" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">[Allow ingest of serverless deployments without specifying an inject-container-ports annotation](https://github.com/telepresenceio/telepresence/issues/3741)</div></div>
66
<div style="margin-left: 15px">
77

docs/release-notes.mdx

+1-1
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.21.1
10+
## Version 2.21.1 <span style={{fontSize:'16px'}}>(December 17)</span>
1111
<Note>
1212
<Title type="bugfix" docs="https://github.com/telepresenceio/telepresence/issues/3741">Allow ingest of serverless deployments without specifying an inject-container-ports annotation</Title>
1313
<Body>The ability to intercept a workload without a service is built around the `telepresence.getambassador.io/inject-container-ports` annotation, and it was also required in order to ingest such a workload. This was counterintuitive and the requirement was removed. An ingest doesn't use a port.</Body>

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/spf13/pflag v1.0.5
3737
github.com/stretchr/testify v1.10.0
3838
github.com/telepresenceio/go-fuseftp/rpc v0.5.0
39-
github.com/telepresenceio/telepresence/rpc/v2 v2.21.1-rc.0
39+
github.com/telepresenceio/telepresence/rpc/v2 v2.21.1
4040
github.com/vishvananda/netlink v1.3.0
4141
golang.org/x/exp v0.0.0-20241210194714-1829a127f884
4242
golang.org/x/net v0.32.0

pkg/vif/testdata/router/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/rogpeppe/go-internal v1.13.1 // indirect
5151
github.com/spf13/cobra v1.8.1 // indirect
5252
github.com/spf13/pflag v1.0.5 // indirect
53-
github.com/telepresenceio/telepresence/rpc/v2 v2.21.1-rc.0 // indirect
53+
github.com/telepresenceio/telepresence/rpc/v2 v2.21.1 // indirect
5454
github.com/vishvananda/netlink v1.3.0 // indirect
5555
github.com/vishvananda/netns v0.0.5 // indirect
5656
github.com/x448/float16 v0.8.4 // indirect

0 commit comments

Comments
 (0)