Skip to content

Commit

Permalink
Release 7.3.10 (#9680)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mant authored Jan 10, 2022
1 parent 899a4fc commit 72712b4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 7.3.10

This release of Teleport contains a feature and a bug fix.

* Updated `tsh play -f json` to support fetching session recordings from cluster. [#9446](https://github.com/gravitational/teleport/pull/9446)
* Fixed an issue with incorrect session ID being emitted in `session.leave` events. [#9650](https://github.com/gravitational/teleport/pull/9650)
* Fixed an issue with `tsh ssh` failing when user's home directory doesn't exist. [#9413](https://github.com/gravitational/teleport/pull/9413)

## 7.3.9

This release of Teleport contains features and 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=7.3.9
VERSION=7.3.10

DOCKER_IMAGE ?= quay.io/gravitational/teleport
DOCKER_IMAGE_CI ?= quay.io/gravitational/teleport-ci
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 = "7.3.9"
Version = "7.3.10"
)

// 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: "7.3.9"
appVersion: "7.3.9"
version: "7.3.10"
appVersion: "7.3.10"
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: "7.3.9"
appVersion: "7.3.9"
version: "7.3.10"
appVersion: "7.3.10"
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 = "7.3.9"
Version = "7.3.10"
)

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

0 comments on commit 72712b4

Please sign in to comment.