Skip to content

Commit

Permalink
Release 4.3.9
Browse files Browse the repository at this point in the history
Picks up #5122
  • Loading branch information
Andrew Lytvynov committed Dec 14, 2020
1 parent 640d2a1 commit 15a2b05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.3.9

This release of Teleport contains a security fix.

* Patch a SAML authentication bypass (see https://github.com/russellhaering/gosaml2/security/advisories/GHSA-xhqq-x44f-9fgg): [#5122](https://github.com/gravitational/teleport/pull/5122). Users with SAML SSO providers should upgrade as soon as possible.

## 4.3.8

This release of Teleport adds support for a new build architecture.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Naming convention:
# for stable releases we use "1.0.0" format
# for pre-releases, we use "1.0.0-beta.2" format
VERSION=4.3.8
VERSION=4.3.9

DOCKER_IMAGE ?= quay.io/gravitational/teleport

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 = "4.3.8"
Version = "4.3.9"
)

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

0 comments on commit 15a2b05

Please sign in to comment.