Skip to content

Commit 8113e07

Browse files
Release 14.4.0 (#54887)
* Release 14.4.0 * Updating CHANGELOG date
1 parent 3a3cf27 commit 8113e07

File tree

18 files changed

+111
-107
lines changed

18 files changed

+111
-107
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 14.4.0 (Upcoming)
3+
## 14.4.0 (05/20/25)
44

55
While Teleport 14 is discontinued and out-of-support, some users are still running it.
66
To help updating to a supported version, we are issuing exceptional v14 releases to
@@ -34,6 +34,10 @@ The binaries will be symlinked to their previous location, no change should be r
3434

3535
This change allows us to do automatic updates without conflicting with the package manager.
3636

37+
### Other fixes and improvements
38+
39+
* Client tools {tctl,tsh} auto-updates controlled by cluster configuration. [#52025](https://github.com/gravitational/teleport/pull/52025)
40+
3741
## 14.3.36 (02/13/25)
3842

3943
### Security Fixes

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Stable releases: "1.0.0"
1212
# Pre-releases: "1.0.0-alpha.1", "1.0.0-beta.2", "1.0.0-rc.3"
1313
# Master/dev branch: "1.0.0-dev"
14-
VERSION=14.3.36
14+
VERSION=14.4.0
1515

1616
DOCKER_IMAGE ?= teleport
1717

api/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.assets/macos/tsh/tsh.app/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>14.3.36</string>
22+
<string>14.4.0</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>14.3.36</string>
28+
<string>14.4.0</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>

build.assets/macos/tshdev/tsh.app/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>14.3.36</string>
20+
<string>14.4.0</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>14.3.36</string>
26+
<string>14.4.0</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>

e

Submodule e updated from e70cb55 to 56582ed

examples/chart/teleport-cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.version: &version "14.3.36"
1+
.version: &version "14.4.0"
22

33
name: teleport-cluster
44
apiVersion: v2

examples/chart/teleport-cluster/charts/teleport-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.version: &version "14.3.36"
1+
.version: &version "14.4.0"
22

33
name: teleport-operator
44
apiVersion: v2

examples/chart/teleport-cluster/tests/__snapshot__/auth_clusterrole_test.yaml.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ adds operator permissions to ClusterRole:
88
app.kubernetes.io/instance: RELEASE-NAME
99
app.kubernetes.io/managed-by: Helm
1010
app.kubernetes.io/name: teleport-cluster
11-
app.kubernetes.io/version: 14.3.36
12-
helm.sh/chart: teleport-cluster-14.3.36
11+
app.kubernetes.io/version: 14.4.0
12+
helm.sh/chart: teleport-cluster-14.4.0
1313
teleport.dev/majorVersion: "14"
1414
name: RELEASE-NAME
1515
rules:

examples/chart/teleport-cluster/tests/__snapshot__/auth_config_test.yaml.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,8 +1797,8 @@ sets clusterDomain on Configmap:
17971797
app.kubernetes.io/instance: RELEASE-NAME
17981798
app.kubernetes.io/managed-by: Helm
17991799
app.kubernetes.io/name: teleport-cluster
1800-
app.kubernetes.io/version: 14.3.36
1801-
helm.sh/chart: teleport-cluster-14.3.36
1800+
app.kubernetes.io/version: 14.4.0
1801+
helm.sh/chart: teleport-cluster-14.4.0
18021802
teleport.dev/majorVersion: "14"
18031803
name: RELEASE-NAME-auth
18041804
namespace: NAMESPACE

0 commit comments

Comments
 (0)