|
1 | 1 |
|
2 | 2 | [comment]: # (Code generated by relnotesgen. DO NOT EDIT.)
|
3 | 3 | # <img src="images/logo.png" height="64px"/> Telepresence Release Notes
|
| 4 | +## Version 2.20.1 <span style="font-size: 16px;">(October 10)</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;">Some workloads missing in the telepresence list output (typically replicasets owned by rollouts).</div></div> |
| 6 | +<div style="margin-left: 15px"> |
| 7 | + |
| 8 | +Version 2.20.0 introduced a regression in the `telepresence list` command, resulting in the omission of all workloads that were owned by another workload. The correct behavior is to just omit those workloads that are owned by the supported workload kinds `Deployment`, `ReplicaSet`, `StatefulSet`, and `Rollout`. Furthermore, the `Rollout` kind must only be considered supported when the Argo Rollouts feature is enabled in the traffic-manager. |
| 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;">Allow comma separated list of daemons for the gather-logs command.</div></div> |
| 12 | +<div style="margin-left: 15px"> |
| 13 | + |
| 14 | +The name of the `telepresence gather-logs` flag `--daemons` suggests that the argument can contain more than one daemon, but prior to this fix, it couldn't. It is now possible to use a comma separated list, e.g. `telepresence gather-logs --daemons root,user`. |
| 15 | +</div> |
| 16 | + |
4 | 17 | ## Version 2.20.0 <span style="font-size: 16px;">(October 3)</span>
|
5 | 18 | ## <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 timestamp to telepresence_logs.zip filename.</div></div>
|
6 | 19 | <div style="margin-left: 15px">
|
@@ -66,7 +79,7 @@ A <code>telepresence connect --docker</code> failed when attempting to connect t
|
66 | 79 | ## <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 brew support for the OSS version of Telepresence.](https://github.com/telepresenceio/telepresence/issues/3609)</div></div>
|
67 | 80 | <div style="margin-left: 15px">
|
68 | 81 |
|
69 |
| -The Open-Source Software version of Telepresence can now be installed using the brew formula via <code>brew install datawire/blackbird/telepresence-oss</code>. |
| 82 | +The Open-Source Software version of Telepresence can now be installed using the brew formula via <code>brew install telepresenceio/telepresence/telepresence-oss</code>. |
70 | 83 | </div>
|
71 | 84 |
|
72 | 85 | ## <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 --create-namespace flag to the telepresence helm install command.</div></div>
|
|
0 commit comments