Skip to content

Commit

Permalink
Release 10.1.1 (#15067)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mant authored Aug 1, 2022
1 parent 18bf1c6 commit 2e683bf
Show file tree
Hide file tree
Showing 9 changed files with 108 additions and 108 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 10.1.0
## 10.1.1

Teleport 10.1.0 is a minor release that brings the following new features:
Teleport 10.1 is a minor release that brings the following new features:

* Machine ID support for Kubernetes Access (Preview). [#14550](https://github.com/gravitational/teleport/pull/14550)
* Machine ID support for Application Access (Preview). [#14723](https://github.com/gravitational/teleport/pull/14723)
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=10.1.0
VERSION=10.1.1

DOCKER_IMAGE_OPERATOR_CI ?= quay.io/gravitational/teleport-operator-ci
DOCKER_IMAGE_QUAY ?= quay.io/gravitational/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 = "10.1.0"
Version = "10.1.1"
)

// Gitref variable is automatically set to the output of git-describe
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/teleport-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "10.1.0"
.version: &version "10.1.1"

name: teleport-cluster
apiVersion: v2
Expand Down
Loading

0 comments on commit 2e683bf

Please sign in to comment.