From eef8b5ac6a2edbdf9e6eec979e20755257e92d01 Mon Sep 17 00:00:00 2001 From: Roman Tkachenko Date: Tue, 26 Apr 2022 18:54:43 -0700 Subject: [PATCH] Release 9.1.2 (#12259) --- CHANGELOG.md | 7 +++++++ Makefile | 2 +- api/version.go | 2 +- examples/chart/teleport-cluster/Chart.yaml | 4 ++-- examples/chart/teleport-kube-agent/Chart.yaml | 4 ++-- version.go | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f653bce61a5d..cc46864b3aeef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 9.1.2 + +This release of Teleport contains two bug fixes. + +* Fixed issue with Teleport pods not becoming ready on Kubernetes. [#12243](https://github.com/gravitational/teleport/pull/12243) +* Fixed issue with Teleport processes crashing upon restart after failed host UUID generation. [#12222](https://github.com/gravitational/teleport/pull/12222) + ## 9.1.1 This release of Teleport contains multiple bug fixes and improvements. diff --git a/Makefile b/Makefile index 5c491310c28f6..99a362513905e 100644 --- a/Makefile +++ b/Makefile @@ -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.1.1 +VERSION=9.1.2 DOCKER_IMAGE ?= quay.io/gravitational/teleport DOCKER_IMAGE_CI ?= quay.io/gravitational/teleport-ci diff --git a/api/version.go b/api/version.go index d121cf1fdecd2..de82944758178 100644 --- a/api/version.go +++ b/api/version.go @@ -3,7 +3,7 @@ package api const ( - Version = "9.1.1" + Version = "9.1.2" ) // Gitref variable is automatically set to the output of git-describe diff --git a/examples/chart/teleport-cluster/Chart.yaml b/examples/chart/teleport-cluster/Chart.yaml index 7dd3b95a47750..04c7530d1dcc7 100644 --- a/examples/chart/teleport-cluster/Chart.yaml +++ b/examples/chart/teleport-cluster/Chart.yaml @@ -1,7 +1,7 @@ name: teleport-cluster apiVersion: v2 -version: "9.1.1" -appVersion: "9.1.1" +version: "9.1.2" +appVersion: "9.1.2" description: Teleport is a unified access plane for your infrastructure icon: https://goteleport.com/images/logos/logo-teleport-square.svg keywords: diff --git a/examples/chart/teleport-kube-agent/Chart.yaml b/examples/chart/teleport-kube-agent/Chart.yaml index 3619943056a81..14ca4c77a793d 100644 --- a/examples/chart/teleport-kube-agent/Chart.yaml +++ b/examples/chart/teleport-kube-agent/Chart.yaml @@ -1,7 +1,7 @@ name: teleport-kube-agent apiVersion: v2 -version: "9.1.1" -appVersion: "9.1.1" +version: "9.1.2" +appVersion: "9.1.2" 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: diff --git a/version.go b/version.go index 75a86e1bae2ed..e65ac2a5eed94 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package teleport const ( - Version = "9.1.1" + Version = "9.1.2" ) // Gitref variable is automatically set to the output of git-describe