From 392262f9e3b534e78dd2b74c4e2fd6aa5e2fd82e Mon Sep 17 00:00:00 2001 From: njayp Date: Fri, 9 Feb 2024 22:36:08 -0800 Subject: [PATCH] changelog Signed-off-by: njayp --- CHANGELOG.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.yml b/CHANGELOG.yml index aab45065e4..ee33e920f6 100644 --- a/CHANGELOG.yml +++ b/CHANGELOG.yml @@ -30,8 +30,8 @@ docDescription: >- environments, access to instantaneous feedback loops, and highly customizable development environments. items: - - version: 2.19.0 - date: (TBD) + - version: 2.18.0 + date: "2024-2-9" notes: - type: feature title: Include the image for the traffic-agent in the output of the version and status commands. @@ -109,17 +109,11 @@ items: body: >- A darwin machine with full access to the cluster's subnets will never create a TUN-device, and a check was missing if the device actually existed, which caused a panic in the root daemon. - - version: 2.18.1 - date: (TBD) - notes: - type: bugfix title: Show allow-conflicting-subnets in telepresence status and telepresence config view. body: >- The telepresence status and telepresence config view commands didn't show the allowConflictingSubnets CIDRs because the value wasn't propagated correctly to the CLI. - - version: 2.18.0 - date: (TBD) - notes: - type: feature title: It is now possible use a host-based connection and containerized connections simultaneously. body: >- @@ -175,9 +169,6 @@ items: A telepresence quit -s, issued when multiple containerized daemons were active, would error with "multiple daemons are running, please select one using the --use <match> flag". This is now fixed so that the command instead quits all daemons. - - version: 2.17.1 - date: (TBD) - notes: - type: bugfix title: The DNS search path on Windows is now restored when Telepresence quits body: >-