From bcde8f8fe444e17c4a30362bca456482e5caca83 Mon Sep 17 00:00:00 2001 From: Russell Jones Date: Mon, 15 Oct 2018 16:57:25 -0700 Subject: [PATCH] Updated CHANGELOG.md. --- CHANGELOG.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a42b46dfa65..169e70e068b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.0.1 + +This release of Teleport contains the following bug fix: + +* Fix regression that marked ADFS claims as invalid. [#2293](https://github.com/gravitational/teleport/pull/2293) + ## 3.0 This is a major Teleport release which introduces support for Kubernetes @@ -9,12 +15,12 @@ usability and performance improvements listed below. #### Kubernetes Support * `tsh login` can retreive and install certificates for both Kubernetes and SSH - at the same time. + at the same time. * Full audit log support for `kubectl` commands, including recording of the sessions if `kubectl exec` command was interactive. -* Unified (AKA "single pane of glass") RBAC for both SSH and Kubernetes permissions. +* Unified (AKA "single pane of glass") RBAC for both SSH and Kubernetes permissions. -For more information about Kubernetes support, take a look at +For more information about Kubernetes support, take a look at the [Kubernetes and SSH Integration Guide](https://gravitational.com/teleport/docs/kubernetes_ssh/) #### Improvements @@ -42,12 +48,18 @@ on Github for more. #### Upgrading to 3.0 -Follow the [recommended upgrade procedure](https://gravitational.com/teleport/docs/admin-guide/#upgrading-teleport) +Follow the [recommended upgrade procedure](https://gravitational.com/teleport/docs/admin-guide/#upgrading-teleport) to upgrade to this version. **WARNING:** if you are using Teleport with the etcd back-end, make sure your `etcd` version is 3.3 or newer prior to upgrading to Teleport 3.0. +## 2.7.6 + +This release of Teleport contains the following bug fix: + +* Fix regression that marked ADFS claims as invalid. [#2293](https://github.com/gravitational/teleport/pull/2293) + ## 2.7.5 This release of Teleport contains the following bug fix: