Skip to content

Commit 686ef0d

Browse files
authored
Merge branch 'branch/v18' into kevin/backport-62222-branch/v18
2 parents 046c97b + ebe81df commit 686ef0d

494 files changed

Lines changed: 5787 additions & 3339 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 18.6.2 (12/26/25)
4+
5+
This is a private security release. Changelog will be publicly announced in a later version.
6+
7+
## 18.6.1 (12/24/25)
8+
9+
* Fixed an issue preventing text editors in the Web UI from allowing edits. [#62488](https://github.com/gravitational/teleport/pull/62488)
10+
* Acking a cluster alert no longer requires the create permission. [#62468](https://github.com/gravitational/teleport/pull/62468)
11+
* Fixed service health reason formatting for bot instances in the Web UI. [#62328](https://github.com/gravitational/teleport/pull/62328)
12+
* Fixed an issue causing a ref type of "any" to be added when editing GitHub or Gitlab join tokens in the Web UI. [#62487](https://github.com/gravitational/teleport/pull/62487)
13+
314
## 18.6.0 (12/22/25)
415

516
### Identifier-first login enhancements

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Stable releases: "1.0.0"
1414
# Pre-releases: "1.0.0-alpha.1", "1.0.0-beta.2", "1.0.0-rc.3"
1515
# Master/dev branch: "1.0.0-dev"
16-
VERSION=18.6.0
16+
VERSION=18.6.1
1717

1818
DOCKER_IMAGE ?= teleport
1919

0 commit comments

Comments
 (0)