Updated CHANGELOG.md.

This commit is contained in:
Russell Jones 2018-10-15 16:57:25 -07:00
parent 04bf71d21c
commit bcde8f8fe4

View file

@ -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: