From 45bc3d936bbe538d17aa8ff40d131282a3d0cea2 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Thu, 10 Oct 2024 15:39:35 +0200 Subject: [PATCH] Release 2.20.1. Signed-off-by: Thomas Hallgren --- Makefile | 2 +- versioned_docs/version-2.20/install/manager.md | 2 +- versioned_docs/version-2.20/release-notes.md | 15 ++++++++++++++- versioned_docs/version-2.20/release-notes.mdx | 11 ++++++++++- versioned_docs/version-2.20/variables.yml | 4 ++-- 5 files changed, 28 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 6f5702b0..5f5da534 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ telepresence-remote: .PHONY: telepresence-remote # MATCH_TAGS is the regexp matching the tags that we expect will have docs. -MATCH_TAGS ?= ^v2\.[2-9][0-9]+\.[0-9]+(-(rc)\.[0-9]+)?$$ +MATCH_TAGS ?= ^v2\.[2-9][0-9]+\.[0-9]+$$ # EXCLUDE_TAGS is used when we want to exclude some of the matching tags from the telepresence repository EXCLUDE_TAGS ?= diff --git a/versioned_docs/version-2.20/install/manager.md b/versioned_docs/version-2.20/install/manager.md index 0f00a1d4..d77a3558 100644 --- a/versioned_docs/version-2.20/install/manager.md +++ b/versioned_docs/version-2.20/install/manager.md @@ -5,7 +5,7 @@ hide_table_of_contents: true # Install/Uninstall the Traffic Manager -Telepresence uses a traffic manager to send/recieve cloud traffic to the user. Telepresence uses [Helm](https://helm.sh) under the hood to install the traffic manager in your cluster. The `telepresence` binary embeds both `helm` and a helm-chart for a traffic-manager that is of the same version as the binary. +Telepresence uses a traffic manager to send/receive cloud traffic to the user. Telepresence uses [Helm](https://helm.sh) under the hood to install the traffic manager in your cluster. The `telepresence` binary embeds both `helm` and a helm-chart for a traffic-manager that is of the same version as the binary. ## Prerequisites diff --git a/versioned_docs/version-2.20/release-notes.md b/versioned_docs/version-2.20/release-notes.md index 79f644bb..48f0c148 100644 --- a/versioned_docs/version-2.20/release-notes.md +++ b/versioned_docs/version-2.20/release-notes.md @@ -1,6 +1,19 @@ [comment]: # (Code generated by relnotesgen. DO NOT EDIT.) # Telepresence Release Notes +## Version 2.20.1 (October 10) +##
bugfix
Some workloads missing in the telepresence list output (typically replicasets owned by rollouts).
+
+ +-> 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. +
+ +##
bugfix
Allow comma separated list of daemons for the gather-logs command.
+
+ +-> 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`. +
+ ## Version 2.20.0 (October 3) ##
feature
Add timestamp to telepresence_logs.zip filename.
@@ -66,7 +79,7 @@ A telepresence connect --docker failed when attempting to connect t ##
feature
[Add brew support for the OSS version of Telepresence.](https://github.com/telepresenceio/telepresence/issues/3609)
-The Open-Source Software version of Telepresence can now be installed using the brew formula via brew install datawire/blackbird/telepresence-oss. +The Open-Source Software version of Telepresence can now be installed using the brew formula via brew install telepresenceio/telepresence/telepresence-oss.
##
feature
Add --create-namespace flag to the telepresence helm install command.
diff --git a/versioned_docs/version-2.20/release-notes.mdx b/versioned_docs/version-2.20/release-notes.mdx index 54d90795..edb6e90d 100644 --- a/versioned_docs/version-2.20/release-notes.mdx +++ b/versioned_docs/version-2.20/release-notes.mdx @@ -7,6 +7,15 @@ import { Note, Title, Body } from '@site/src/components/ReleaseNotes' [comment]: # (Code generated by relnotesgen. DO NOT EDIT.) # Telepresence Release Notes +## Version 2.20.1 (October 10) + + Some workloads missing in the telepresence list output (typically replicasets owned by rollouts). + -> 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. + + + Allow comma separated list of daemons for the gather-logs command. + -> 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`. + ## Version 2.20.0 (October 3) Add timestamp to telepresence_logs.zip filename. @@ -51,7 +60,7 @@ import { Note, Title, Body } from '@site/src/components/ReleaseNotes' ## Version 2.19.1 (July 12) Add brew support for the OSS version of Telepresence. - The Open-Source Software version of Telepresence can now be installed using the brew formula via brew install datawire/blackbird/telepresence-oss. + The Open-Source Software version of Telepresence can now be installed using the brew formula via brew install telepresenceio/telepresence/telepresence-oss. Add --create-namespace flag to the telepresence helm install command. diff --git a/versioned_docs/version-2.20/variables.yml b/versioned_docs/version-2.20/variables.yml index b9c6a779..0cadf999 100644 --- a/versioned_docs/version-2.20/variables.yml +++ b/versioned_docs/version-2.20/variables.yml @@ -1,2 +1,2 @@ -version: "2.20.0" -dlVersion: "v2.20.0" +version: "2.20.1" +dlVersion: "v2.20.1"