Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 12.2.4 (04/18/23)

This release of Teleport contains multiple improvements and bug fixes.

* Auto-discovery
* Added ability to specify discovery group for discovery services. [#24716](https://github.com/gravitational/teleport/pull/24716)
* CLI
* Improved `tsh` performance on some Windows systems. [#24573](https://github.com/gravitational/teleport/pull/24573)
* Improved `teleport configure` error/warning reporting. [#24676](https://github.com/gravitational/teleport/pull/24676)
* Added `--raw` flag to `teleport version` command. [#24772](https://github.com/gravitational/teleport/pull/24772)
* Configuration
* Prevent proxies from trying to join cluster over reverse tunnel. [#24668](https://github.com/gravitational/teleport/pull/24668)
* Server Access
* Fixed issue with excessive audit logging when copying files over SFTP. [#24831](https://github.com/gravitational/teleport/pull/24831)
* Fixed issue with `tsh scp` not recognizing wildcard patterns. [#24831](https://github.com/gravitational/teleport/pull/24831)
* Fixed issue with `tsh scp` failing when max sessions is set to 1. [#24831](https://github.com/gravitational/teleport/pull/24831)
* Improved error reporting from `tsh scp` when file copying is disabled. [#24831](https://github.com/gravitational/teleport/pull/24831)
* Kubernetes Access
* Fixed issue with `tctl auth sign` not respecting `kube_public_addr`. [#24516](https://github.com/gravitational/teleport/pull/24516)
* Fixed memory leak when using port forwarding. [#24763](https://github.com/gravitational/teleport/pull/24763)
* Reduced log spam when using port forwarding. [#24658](https://github.com/gravitational/teleport/pull/24658)
* Database Access
* Updated `teleport db configure` to support more AWS databases. [#24494](https://github.com/gravitational/teleport/pull/24494)
* Performance & Scalability
* Reduced thundering herd effect in large clusters. [#24719](https://github.com/gravitational/teleport/pull/24719)
* Web UI
* Fixed issue with downloading files from leaf clusters when per-session MFA is enabled. [#24768](https://github.com/gravitational/teleport/pull/24768)

## 12.2.3 (04/13/23)

This release of Teleport contains multiple 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=12.2.3
VERSION=12.2.4

DOCKER_IMAGE ?= teleport

Expand Down
2 changes: 1 addition & 1 deletion api/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e
Submodule e updated from cad188 to f41ec8
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 "12.2.3"
.version: &version "12.2.4"

name: teleport-cluster
apiVersion: v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "12.2.3"
.version: &version "12.2.4"

name: teleport-operator
apiVersion: v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
should add an operator side-car when operator is enabled:
1: |
image: public.ecr.aws/gravitational/teleport-operator:12.2.3
image: public.ecr.aws/gravitational/teleport-operator:12.2.4
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -30,7 +30,7 @@ should add an operator side-car when operator is enabled:
- args:
- --diag-addr=0.0.0.0:3000
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -138,7 +138,7 @@ should set nodeSelector when set in values:
- args:
- --diag-addr=0.0.0.0:3000
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -216,7 +216,7 @@ should set resources when set in values:
- args:
- --diag-addr=0.0.0.0:3000
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -283,7 +283,7 @@ should set securityContext when set in values:
- args:
- --diag-addr=0.0.0.0:3000
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ should provision initContainer correctly when set in values:
- wait
- no-resolve
- RELEASE-NAME-auth-v11.NAMESPACE.svc.cluster.local
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
name: wait-auth-update
- args:
- echo test
Expand Down Expand Up @@ -61,7 +61,7 @@ should set nodeSelector when set in values:
containers:
- args:
- --diag-addr=0.0.0.0:3000
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -119,7 +119,7 @@ should set nodeSelector when set in values:
- wait
- no-resolve
- RELEASE-NAME-auth-v11.NAMESPACE.svc.cluster.local
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
name: wait-auth-update
nodeSelector:
environment: security
Expand Down Expand Up @@ -154,7 +154,7 @@ should set resources when set in values:
containers:
- args:
- --diag-addr=0.0.0.0:3000
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -219,7 +219,7 @@ should set resources when set in values:
- wait
- no-resolve
- RELEASE-NAME-auth-v11.NAMESPACE.svc.cluster.local
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
name: wait-auth-update
serviceAccountName: RELEASE-NAME-proxy
terminationGracePeriodSeconds: 60
Expand All @@ -236,7 +236,7 @@ should set securityContext for initContainers when set in values:
containers:
- args:
- --diag-addr=0.0.0.0:3000
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -301,7 +301,7 @@ should set securityContext for initContainers when set in values:
- wait
- no-resolve
- RELEASE-NAME-auth-v11.NAMESPACE.svc.cluster.local
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
name: wait-auth-update
securityContext:
allowPrivilegeEscalation: false
Expand All @@ -325,7 +325,7 @@ should set securityContext when set in values:
containers:
- args:
- --diag-addr=0.0.0.0:3000
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -390,7 +390,7 @@ should set securityContext when set in values:
- wait
- no-resolve
- RELEASE-NAME-auth-v11.NAMESPACE.svc.cluster.local
image: public.ecr.aws/gravitational/teleport:12.2.3
image: public.ecr.aws/gravitational/teleport:12.2.4
name: wait-auth-update
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/teleport-kube-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "12.2.3"
.version: &version "12.2.4"

name: teleport-kube-agent
apiVersion: v2
Expand Down
Loading