Skip to content

Commit

Permalink
Release 9.3.26 (#20171)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmb3 committed Jan 12, 2023
1 parent 85dc660 commit a7c726f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 9.3.26

This release of Teleport contains multiple improvements and bug fixes.

* Updated the proxy to use the cache for periodic operations [#20152](https://github.com/gravitational/teleport/pull/20152)
* Fixed an issue resulting in a certificate error after reconciling a dynamic RDS resource [#20101](https://github.com/gravitational/teleport/pull/20101)
* Fixed an issue where Machine ID Certificates did not respect the provided TTL when using IAM joining [#20002](https://github.com/gravitational/teleport/pull/20002)
* Fixed a bug preventing Teleport's ALPN Proxy from working with HTTP CONNECT proxies [#19898](https://github.com/gravitational/teleport/pull/19898)
* Fixed an issue listing all nodes in tsh [#19823](https://github.com/gravitational/teleport/pull/19823)
* Made `gcp.credentialSecretName` optional in the Teleport Cluster Helm chart [#19809](https://github.com/gravitational/teleport/pull/19809)
* Added support for secure certificate mapping for Windows desktop certificates [#19808](https://github.com/gravitational/teleport/pull/19808)
* Fixed an issue preventing `tsh proxy db` from running if database CLI tools are unavailable [#19773](https://github.com/gravitational/teleport/pull/19773)
* Update Rust to 1.66.0 [#19770](https://github.com/gravitational/teleport/pull/19770)
* Bump `gravitational/trace` package version [#19719](https://github.com/gravitational/teleport/pull/19719)
* Support certificate expiry on bot join [#19717](https://github.com/gravitational/teleport/pull/19717)
* Fixed an issue preventing some users from being able to play desktop recordings [#19711](https://github.com/gravitational/teleport/pull/19711)
* Added the ability to export `tsh` traces even when the Auth Server is not configured for tracing [#19588](https://github.com/gravitational/teleport/pull/19588)
* Fixed issue with noisy-square distortions in desktop access [#19546](https://github.com/gravitational/teleport/pull/19546)

## 9.3.25

This release of Teleport contains multiple security fixes, improvements and bug fixes.
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=9.3.25
VERSION=9.3.26

DOCKER_IMAGE ?= teleport

Expand Down
2 changes: 1 addition & 1 deletion api/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package api

const (
Version = "9.3.25"
Version = "9.3.26"
)

// Gitref variable is automatically set to the output of git-describe
Expand Down
4 changes: 2 additions & 2 deletions examples/chart/teleport-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: teleport-cluster
apiVersion: v2
version: "9.3.25"
appVersion: "9.3.25"
version: "9.3.26"
appVersion: "9.3.26"
description: Teleport is a unified access plane for your infrastructure
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
keywords:
Expand Down
4 changes: 2 additions & 2 deletions examples/chart/teleport-kube-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: teleport-kube-agent
apiVersion: v2
version: "9.3.25"
appVersion: "9.3.25"
version: "9.3.26"
appVersion: "9.3.26"
description: Teleport provides a secure SSH and Kubernetes remote access solution that doesn't get in the way.
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
keywords:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package teleport

const (
Version = "9.3.25"
Version = "9.3.26"
)

// Gitref variable is automatically set to the output of git-describe
Expand Down

0 comments on commit a7c726f

Please sign in to comment.