Skip to content

Commit

Permalink
Release 15.1.7 (#39464)
Browse files Browse the repository at this point in the history
* Don't emit logs on Cloud.

Updated `events.LoggingEmitter` to detect if running on Cloud both
cluster features and modules.

* Release 15.1.7

---------

Co-authored-by: Roman Tkachenko <roman@goteleport.com>
  • Loading branch information
russjones and r0mant committed Mar 16, 2024
1 parent 4040983 commit 71df538
Show file tree
Hide file tree
Showing 16 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 15.1.6 (03/15/24)
## 15.1.7 (03/16/24)

* Added remote port forwarding for Teleport nodes. [#39440](https://github.com/gravitational/teleport/pull/39440)
* Added remote port forwarding for OpenSSH nodes. [#39438](https://github.com/gravitational/teleport/pull/39438)
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=15.1.6
VERSION=15.1.7

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.

4 changes: 2 additions & 2 deletions build.assets/macos/tsh/tsh.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>15.1.6</string>
<string>15.1.7</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>15.1.6</string>
<string>15.1.7</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
4 changes: 2 additions & 2 deletions build.assets/macos/tshdev/tsh.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>15.1.6</string>
<string>15.1.7</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>15.1.6</string>
<string>15.1.7</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
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 "15.1.6"
.version: &version "15.1.7"

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

name: teleport-operator
apiVersion: v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- args:
- --diag-addr=0.0.0.0:3000
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
image: public.ecr.aws/gravitational/teleport-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -141,7 +141,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-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -238,7 +238,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-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -324,7 +324,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-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
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-v14.NAMESPACE.svc.cluster.local
image: public.ecr.aws/gravitational/teleport-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
name: wait-auth-update
resources:
limits:
Expand Down Expand Up @@ -69,7 +69,7 @@ should set nodeSelector when set in values:
containers:
- args:
- --diag-addr=0.0.0.0:3000
image: public.ecr.aws/gravitational/teleport-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -130,7 +130,7 @@ should set nodeSelector when set in values:
- wait
- no-resolve
- RELEASE-NAME-auth-v14.NAMESPACE.svc.cluster.local
image: public.ecr.aws/gravitational/teleport-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
name: wait-auth-update
nodeSelector:
environment: security
Expand Down Expand Up @@ -181,7 +181,7 @@ should set resources for wait-auth-update initContainer when set in values:
containers:
- args:
- --diag-addr=0.0.0.0:3000
image: public.ecr.aws/gravitational/teleport-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -249,7 +249,7 @@ should set resources for wait-auth-update initContainer when set in values:
- wait
- no-resolve
- RELEASE-NAME-auth-v14.NAMESPACE.svc.cluster.local
image: public.ecr.aws/gravitational/teleport-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
name: wait-auth-update
resources:
limits:
Expand Down Expand Up @@ -289,7 +289,7 @@ should set resources when set in values:
containers:
- args:
- --diag-addr=0.0.0.0:3000
image: public.ecr.aws/gravitational/teleport-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -357,7 +357,7 @@ should set resources when set in values:
- wait
- no-resolve
- RELEASE-NAME-auth-v14.NAMESPACE.svc.cluster.local
image: public.ecr.aws/gravitational/teleport-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
name: wait-auth-update
resources:
limits:
Expand Down Expand Up @@ -397,7 +397,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-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -465,7 +465,7 @@ should set securityContext for initContainers when set in values:
- wait
- no-resolve
- RELEASE-NAME-auth-v14.NAMESPACE.svc.cluster.local
image: public.ecr.aws/gravitational/teleport-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
name: wait-auth-update
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -505,7 +505,7 @@ should set securityContext when set in values:
containers:
- args:
- --diag-addr=0.0.0.0:3000
image: public.ecr.aws/gravitational/teleport-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -573,7 +573,7 @@ should set securityContext when set in values:
- wait
- no-resolve
- RELEASE-NAME-auth-v14.NAMESPACE.svc.cluster.local
image: public.ecr.aws/gravitational/teleport-distroless:15.1.6
image: public.ecr.aws/gravitational/teleport-distroless:15.1.7
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 "15.1.6"
.version: &version "15.1.7"

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

0 comments on commit 71df538

Please sign in to comment.