Updated CHANGELOG.md.

This commit is contained in:
Russell Jones 2018-07-13 23:37:22 +00:00
parent cbb000b37c
commit eab1eb0014

View file

@ -1,5 +1,24 @@
# Changelog
## 2.6.7
This release of Teleport focuses on bugfixes.
#### Bug Fixes
* Resolved dynamic label regression. [#2056](https://github.com/gravitational/teleport/issues/2056)
## 2.6.5
This release of Teleport focuses on bugfixes.
#### Bug Fixes
* Remote clusters no longer try to re-connect to proxies that have been permanently removed. [#2023](https://github.com/gravitational/teleport/issues/2023)
* Speed up login on systems with many users. [#2021](https://github.com/gravitational/teleport/issues/2021)
* Improve overall performance of the etcd backend. [#2030](https://github.com/gravitational/teleport/issues/2030)
* Role login validation now applies after variables have been substituted. [#2022](https://github.com/gravitational/teleport/issues/2022)
## 2.6.3
This release of Teleport focuses on bugfixes.