Skip to content

teleport 18.5.1#258448

Closed
BrewTestBot wants to merge 1 commit intomainfrom
bump-teleport-18.5.1
Closed

teleport 18.5.1#258448
BrewTestBot wants to merge 1 commit intomainfrom
bump-teleport-18.5.1

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## Description
  • Fixed Teleport instances running the Auth Service sometimes not becoming ready during initialization. #62194
  • Fixed an Auth Service bug causing the event handler to miss up to 1 event every 5 minutes when storing audit events in S3. #62150
  • Fixed bug where event handler dies on malformed session events. #62141
  • Updated event handler to ingest missing session recordings at twice the concurrency instead of only 10 sessions at a time. #62141
  • Changed "tsh --mfa-mode=cross-platform" to favor security keys on current Windows versions. #62134
  • Fixed "the client connection is closing" error happening under certain conditions in Teleport Connect when connecting to resources with per-session MFA enabled. #62127
  • Improved detail of error messages for identity service in tbot. #62120
  • Teleport Connect now supports expanding ~/ home-directory paths in the configuration file. #62104
  • Added support for --format flag for tsh request search. #62099
  • Fixed bug where event handler types filter is ignored for Teleport clients using Athena storage backend. #62082
  • Fixed intermittent issues with VNet on Windows when other NRPT rules from GPOs are present under HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\DNSClient\DnsPolicyConfig. #62052
  • Added Terraform provider support for teleport_integration resources. #62040
  • DiscoveryConfig resources can now be managed via the Teleport Terraform Provider. #62034
  • Reduced memory consumption of the Application service. #62014
  • Added support for listing application session recordings in tsh recording ls and the Web UI. #62010
  • Fixed a Web UI issue where the copy button for the session ID did not work for non-interactive session recordings. #62010
  • Prevented stuck teleport-cluster Helm chart rollouts in small Kubernetes clusters. Removed resource requests from configuration check hooks. #62003
  • Fixed static keypair creation in tbot keypair create when the --static-key-path flag is used. #61947
  • Re-enabled MySQL database health checks. MySQL health checks will now authenticate to the database as a user, rather than TCP dialing and closing the connection, to prevent MySQL from automatically blocking the Teleport database service instance host. The health check user name default is "teleport-healthchecker". #61942
  • Added support for templating secret_labels, and the {{.Labels}} template variable, to tbot's kubernetes/argo-cd output. #61876

Enterprise:

  • Updated AWS Identity Center integration sign-in start URL format to support AWS GovCloud accounts.
  • Fix a potential race where Okta assignments may never be cleaned up if the Okta integration is down while the assignment expires.
  • Created a dedicated Access Automations feature page within the Web UI.
  • Entra ID directory reconciler now overwrites user accounts created by the referenced SAML Auth Connector.

Download

Download the current and previous releases of Teleport at https://goteleport.com/download.

Plugins

Download the current release of Teleport plugins from the links below.

View the full release notes at https://github.com/gravitational/teleport/releases/tag/v18.5.1.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue nodejs Node or npm use is a significant feature of the PR or issue rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` CI-linux-self-hosted Build on Linux self-hosted runner labels Dec 12, 2025
@chenrui333
Copy link
Copy Markdown
Member

  wasm-opt target/wasm32-unknown-unknown/release/ironrdp.wasm -o target/wasm32-unknown-unknown/release/ironrdp.wasm -O
  /bin/bash: line 1: wasm-opt: command not found
  make[2]: *** [Makefile:508: build-ironrdp-wasm] Error 127
  make[2]: Leaving directory '/var/tmp/teleport-20251212-8660-4snk2b/teleport-18.5.1'
  /var/tmp/teleport-20251212-8660-4snk2b/teleport-18.5.1/web/packages/shared:
   ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @gravitational/shared@1.0.0 build-wasm: `node ../../scripts/clean-up-ironrdp-artifacts.mjs && make -C ../../../ build-ironrdp-wasm`
  Exit status 2
   ELIFECYCLE  Command failed with exit code 2.
  /var/tmp/teleport-20251212-8660-4snk2b/teleport-18.5.1/web/packages/teleport:
   ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @gravitational/teleport@1.0.0 build: `pnpm build-wasm && vite build`
  Exit status 2
   ELIFECYCLE  Command failed with exit code 2.
  make[1]: *** [Makefile:1928: build-ui] Error 2
  make[1]: Leaving directory '/var/tmp/teleport-20251212-8660-4snk2b/teleport-18.5.1'
  make: *** [Makefile:1845: ensure-webassets] Error 2

teleport: add binaryen build dep

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Dec 13, 2025
@chenrui333
Copy link
Copy Markdown
Member

  wasm-opt target/wasm32-unknown-unknown/release/ironrdp.wasm -o target/wasm32-unknown-unknown/release/ironrdp.wasm -O
  /bin/bash: line 1: wasm-opt: command not found
  make[2]: *** [Makefile:508: build-ironrdp-wasm] Error 127
  make[2]: Leaving directory '/var/tmp/teleport-20251212-8660-4snk2b/teleport-18.5.1'
  /var/tmp/teleport-20251212-8660-4snk2b/teleport-18.5.1/web/packages/shared:
   ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @gravitational/shared@1.0.0 build-wasm: `node ../../scripts/clean-up-ironrdp-artifacts.mjs && make -C ../../../ build-ironrdp-wasm`
  Exit status 2
   ELIFECYCLE  Command failed with exit code 2.
  /var/tmp/teleport-20251212-8660-4snk2b/teleport-18.5.1/web/packages/teleport:
   ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @gravitational/teleport@1.0.0 build: `pnpm build-wasm && vite build`
  Exit status 2
   ELIFECYCLE  Command failed with exit code 2.
  make[1]: *** [Makefile:1928: build-ui] Error 2
  make[1]: Leaving directory '/var/tmp/teleport-20251212-8660-4snk2b/teleport-18.5.1'
  make: *** [Makefile:1845: ensure-webassets] Error 2

needs to disable wasm-opt

@chenrui333
Copy link
Copy Markdown
Member

wasm-pack build dep got removed.

@chenrui333
Copy link
Copy Markdown
Member

node 24 still not supported yet, gravitational/teleport#57202

@chenrui333 chenrui333 marked this pull request as draft December 14, 2025 18:45
@chenrui333 chenrui333 added in progress Stale bot should stay away blocked labels Dec 14, 2025
@chenrui333
Copy link
Copy Markdown
Member

looks like need wasm-bindgen 2.0.99 🤦

@chenrui333 chenrui333 added help wanted Task(s) needing PRs from the community or maintainers and removed blocked labels Dec 15, 2025
@daeho-ro
Copy link
Copy Markdown
Member

@daeho-ro daeho-ro closed this Dec 23, 2025
@github-actions github-actions bot deleted the bump-teleport-18.5.1 branch December 23, 2025 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-linux-self-hosted Build on Linux self-hosted runner CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. go Go use is a significant feature of the PR or issue help wanted Task(s) needing PRs from the community or maintainers in progress Stale bot should stay away nodejs Node or npm use is a significant feature of the PR or issue rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants