Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 16.4.18 (03/18/25)

* Fixed the Teleport process to crashing on group database errors when host user creation was enabled. [#53080](https://github.com/gravitational/teleport/pull/53080)
* Workload ID: support for attesting Docker workloads. [#53070](https://github.com/gravitational/teleport/pull/53070)
* The event handler can now generate certificates for DNS names that are not resolvable. [#53063](https://github.com/gravitational/teleport/pull/53063)
* Added a `--join-method` flag to the `teleport configure` command. [#53060](https://github.com/gravitational/teleport/pull/53060)
* Workload ID: support for attesting Podman workloads. [#52980](https://github.com/gravitational/teleport/pull/52980)
* Web UI now correctly displays errors in desktop sessions when a required WebAuthn MFA device is missing. [#52917](https://github.com/gravitational/teleport/pull/52917)
* Allow specifying the maximum number of PKCS#11 HSM connections. [#52880](https://github.com/gravitational/teleport/pull/52880)
* Resolved an issue where desktop session recordings could have incorrect proportions. [#52868](https://github.com/gravitational/teleport/pull/52868)
* Resolved an issue that could cause WebSocket errors to appear after the graceful shutdown of a desktop session. [#52868](https://github.com/gravitational/teleport/pull/52868)
* Updated golang.org/x/net (addresses CVE-2025-22870). [#52847](https://github.com/gravitational/teleport/pull/52847)
* Fix terraform provider data sources. [#52817](https://github.com/gravitational/teleport/pull/52817)
* Machine ID: Added new Prometheus metrics to track success and failure of renewal loops. [#52729](https://github.com/gravitational/teleport/pull/52729)

Enterprise:
* Reduce resource consumption resolving Okta applications during login. [#6088](https://github.com/gravitational/teleport.e/pull/6088)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FTR, we remove links to enterprise PRs from the changelog since the repo is private.


## 16.4.17 (03/05/25)

* Escape user provided labels when creating the shell script that enrolls servers, applications and databases into Teleport. [#52705](https://github.com/gravitational/teleport/pull/52705)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Stable releases: "1.0.0"
# Pre-releases: "1.0.0-alpha.1", "1.0.0-beta.2", "1.0.0-rc.3"
# Master/dev branch: "1.0.0-dev"
VERSION=16.4.17
VERSION=16.4.18

DOCKER_IMAGE ?= teleport

Expand Down
2 changes: 1 addition & 1 deletion api/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.assets/macos/tsh/tsh.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>16.4.17</string>
<string>16.4.18</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>16.4.17</string>
<string>16.4.18</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
4 changes: 2 additions & 2 deletions build.assets/macos/tshdev/tsh.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>16.4.17</string>
<string>16.4.18</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>16.4.17</string>
<string>16.4.18</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
7 changes: 5 additions & 2 deletions docs/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
"Passwordless",
"Pbbd",
"Pluggable",
"PKCS",
"Println",
"Pyroscope",
"Quickstart",
Expand Down Expand Up @@ -1044,9 +1045,11 @@
"zxvf",
"zztop"
],
"flagWords": ["hte"],
"flagWords": [
"hte"
],
"ignorePaths": [
"**/reference/terraform-provider/**",
"**/reference/operator-resources/**"
]
}
}
2 changes: 1 addition & 1 deletion e
Submodule e updated from d81ae2 to 9b70b6
2 changes: 1 addition & 1 deletion examples/chart/access/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "16.4.17"
.version: &version "16.4.18"

apiVersion: v2
name: teleport-plugin-datadog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ should match the snapshot:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-datadog
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-datadog-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-datadog-16.4.18
name: RELEASE-NAME-teleport-plugin-datadog
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ should match the snapshot:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-datadog
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-datadog-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-datadog-16.4.18
name: RELEASE-NAME-teleport-plugin-datadog
spec:
replicas: 1
Expand All @@ -22,8 +22,8 @@ should match the snapshot:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-datadog
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-datadog-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-datadog-16.4.18
spec:
containers:
- command:
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/access/discord/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "16.4.17"
.version: &version "16.4.18"

apiVersion: v2
name: teleport-plugin-discord
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ should match the snapshot:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-discord
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-discord-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-discord-16.4.18
name: RELEASE-NAME-teleport-plugin-discord
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ should match the snapshot:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-discord
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-discord-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-discord-16.4.18
name: RELEASE-NAME-teleport-plugin-discord
spec:
replicas: 1
Expand All @@ -22,8 +22,8 @@ should match the snapshot:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-discord
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-discord-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-discord-16.4.18
spec:
containers:
- command:
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/access/email/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "16.4.17"
.version: &version "16.4.18"

apiVersion: v2
name: teleport-plugin-email
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ should match the snapshot (mailgun on):
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-email-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-email-16.4.18
name: RELEASE-NAME-teleport-plugin-email
should match the snapshot (smtp on):
1: |
Expand Down Expand Up @@ -59,8 +59,8 @@ should match the snapshot (smtp on):
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-email-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-email-16.4.18
name: RELEASE-NAME-teleport-plugin-email
should match the snapshot (smtp on, no starttls):
1: |
Expand Down Expand Up @@ -92,8 +92,8 @@ should match the snapshot (smtp on, no starttls):
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-email-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-email-16.4.18
name: RELEASE-NAME-teleport-plugin-email
should match the snapshot (smtp on, password file):
1: |
Expand Down Expand Up @@ -125,8 +125,8 @@ should match the snapshot (smtp on, password file):
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-email-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-email-16.4.18
name: RELEASE-NAME-teleport-plugin-email
should match the snapshot (smtp on, roleToRecipients set):
1: |
Expand Down Expand Up @@ -161,8 +161,8 @@ should match the snapshot (smtp on, roleToRecipients set):
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-email-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-email-16.4.18
name: RELEASE-NAME-teleport-plugin-email
should match the snapshot (smtp on, starttls disabled):
1: |
Expand Down Expand Up @@ -194,6 +194,6 @@ should match the snapshot (smtp on, starttls disabled):
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 16.4.17
helm.sh/chart: teleport-plugin-email-16.4.17
app.kubernetes.io/version: 16.4.18
helm.sh/chart: teleport-plugin-email-16.4.18
name: RELEASE-NAME-teleport-plugin-email
Loading
Loading