diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a86c8e31380f..cc277c1771606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,73 @@ # Changelog +## 12.4.18 (09/20/23) + +### Security fixes + +#### [Critical] Privilege escalation via host user creation + +When using automatic Linux user creation, an attacker could exploit a race +condition in the user creation functionality to create arbitrary files on the +system as root writable by the created user. + +This could allow the attacker to escalate their privileges to root. + +Users who aren't using automatic Linux host user creation aren’t affected by +this vulnerability. + +[#32209](https://github.com/gravitational/teleport/pull/32209) + +#### [High] Insufficient auth token verification when signing self-hosted database certificates + +When signing self-hosted database certificates, Teleport did not sufficiently +validate the authorization token type. + +This could allow an attacker to sign valid database access certificates using a +guessed authorization token name. + +Users who aren’t using self-hosted database access aren’t affected by this +vulnerability. + +[#32216](https://github.com/gravitational/teleport/pull/32216) + +#### [High] Privilege escalation via untrusted config file on Windows + +When loading the global tsh configuration file tsh.yaml on Windows, Teleport +would look for the file in a potentially untrusted directory. + +This could allow a malicious user to create harmful command aliases for all tsh +users on the system. + +Users who aren’t using tsh on Windows aren’t affected by this vulnerability. + +[#32224](https://github.com/gravitational/teleport/pull/32224) + +#### [High] XSS in SAML IdP + +When registering a service provider with SAML IdP, Teleport did not sufficiently +validate the ACS endpoint. + +This could allow an attacker to execute arbitrary code at the client-side +leading to privilege escalation. + +This issue only affects Teleport Enterprise Edition. Enterprise users who aren’t +using Teleport SAML IdP functionality aren’t affected by this vulnerability. + +[#32251](https://github.com/gravitational/teleport/pull/32251) + +### Other fixes and improvements + +* Fixed directory sharing in Desktop Access for non-ascii directory names. [#31923](https://github.com/gravitational/teleport/pull/31923) +* Extended EC2 joining to Discovery, MDM and Okta services. [#31895](https://github.com/gravitational/teleport/pull/31895) +* Added il-central-1 AWS region to discovery selector. [#31841](https://github.com/gravitational/teleport/pull/31841) +* Validates unknown AWS regions from discovery matchers. [#31829](https://github.com/gravitational/teleport/pull/31829) +* Fails with an error if desktops are created with invalid names. [#31765](https://github.com/gravitational/teleport/pull/31765) +* Added support for bot and agent joining from external Kubernetes Clusters. [#31704](https://github.com/gravitational/teleport/pull/31704) +* Fixed incorrect autofill in Safari. [#31592](https://github.com/gravitational/teleport/issues/31592) [#31610](https://github.com/gravitational/teleport/pull/31610) +* Fixed desktop sessions' viewport size to the size of browser window at session start. [#31523](https://github.com/gravitational/teleport/pull/31523) +* Updated Go to v1.20.8. [#31508](https://github.com/gravitational/teleport/pull/31508) +* Updated OpenSSL to 3.0.11. [#32166](https://github.com/gravitational/teleport/pull/32166) + ## 12.4.16 (09/05/23) * Fixed an issue in desktop discovery that unmapped IPv6 addresses. [#31433](https://github.com/gravitational/teleport/pull/31433) diff --git a/Makefile b/Makefile index 72e1d9c0cd777..20920ea823a71 100644 --- a/Makefile +++ b/Makefile @@ -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.4.16 +VERSION=12.4.18 DOCKER_IMAGE ?= teleport diff --git a/api/version.go b/api/version.go index 047fb64e29bd0..868d1218f5061 100644 --- a/api/version.go +++ b/api/version.go @@ -1,7 +1,7 @@ // Code generated by "make version". DO NOT EDIT. package api -const Version = "12.4.16" +const Version = "12.4.18" // Gitref is set to the output of "git describe" during the build process. var Gitref string diff --git a/build.assets/macos/tsh/tsh.app/Contents/Info.plist b/build.assets/macos/tsh/tsh.app/Contents/Info.plist index e59a2dd790660..2469c2ac0af56 100644 --- a/build.assets/macos/tsh/tsh.app/Contents/Info.plist +++ b/build.assets/macos/tsh/tsh.app/Contents/Info.plist @@ -19,13 +19,13 @@ CFBundlePackageType APPL CFBundleShortVersionString - 12.4.16 + 12.4.18 CFBundleSupportedPlatforms MacOSX CFBundleVersion - 12.4.16 + 12.4.18 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/build.assets/macos/tshdev/tsh.app/Contents/Info.plist b/build.assets/macos/tshdev/tsh.app/Contents/Info.plist index 2c2afbf9fcfab..6fba4e6403b40 100644 --- a/build.assets/macos/tshdev/tsh.app/Contents/Info.plist +++ b/build.assets/macos/tshdev/tsh.app/Contents/Info.plist @@ -17,13 +17,13 @@ CFBundlePackageType APPL CFBundleShortVersionString - 12.4.16 + 12.4.18 CFBundleSupportedPlatforms MacOSX CFBundleVersion - 12.4.16 + 12.4.18 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/examples/chart/teleport-cluster/Chart.yaml b/examples/chart/teleport-cluster/Chart.yaml index 156ec4ec1e524..0f5aec46a09ed 100644 --- a/examples/chart/teleport-cluster/Chart.yaml +++ b/examples/chart/teleport-cluster/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "12.4.16" +.version: &version "12.4.18" name: teleport-cluster apiVersion: v2 diff --git a/examples/chart/teleport-cluster/charts/teleport-operator/Chart.yaml b/examples/chart/teleport-cluster/charts/teleport-operator/Chart.yaml index 9699ecf21d931..318153f0e4edb 100644 --- a/examples/chart/teleport-cluster/charts/teleport-operator/Chart.yaml +++ b/examples/chart/teleport-cluster/charts/teleport-operator/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "12.4.16" +.version: &version "12.4.18" name: teleport-operator apiVersion: v2 diff --git a/examples/chart/teleport-cluster/tests/__snapshot__/auth_deployment_test.yaml.snap b/examples/chart/teleport-cluster/tests/__snapshot__/auth_deployment_test.yaml.snap index 23da2272d1540..09a4358b16e1f 100644 --- a/examples/chart/teleport-cluster/tests/__snapshot__/auth_deployment_test.yaml.snap +++ b/examples/chart/teleport-cluster/tests/__snapshot__/auth_deployment_test.yaml.snap @@ -1,6 +1,6 @@ should add an operator side-car when operator is enabled: 1: | - image: public.ecr.aws/gravitational/teleport-operator:12.4.16 + image: public.ecr.aws/gravitational/teleport-operator:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent lifecycle: preStop: diff --git a/examples/chart/teleport-cluster/tests/__snapshot__/proxy_deployment_test.yaml.snap b/examples/chart/teleport-cluster/tests/__snapshot__/proxy_deployment_test.yaml.snap index 14e1a95047c8d..debeb4d472c78 100644 --- a/examples/chart/teleport-cluster/tests/__snapshot__/proxy_deployment_test.yaml.snap +++ b/examples/chart/teleport-cluster/tests/__snapshot__/proxy_deployment_test.yaml.snap @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 name: wait-auth-update - args: - echo test @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 name: wait-auth-update nodeSelector: environment: security @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 name: wait-auth-update serviceAccountName: RELEASE-NAME-proxy terminationGracePeriodSeconds: 60 @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 name: wait-auth-update securityContext: allowPrivilegeEscalation: false @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -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.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 name: wait-auth-update securityContext: allowPrivilegeEscalation: false diff --git a/examples/chart/teleport-kube-agent/Chart.yaml b/examples/chart/teleport-kube-agent/Chart.yaml index a64f066cac1cb..2266646fa2619 100644 --- a/examples/chart/teleport-kube-agent/Chart.yaml +++ b/examples/chart/teleport-kube-agent/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "12.4.16" +.version: &version "12.4.18" name: teleport-kube-agent apiVersion: v2 diff --git a/examples/chart/teleport-kube-agent/tests/__snapshot__/deployment_test.yaml.snap b/examples/chart/teleport-kube-agent/tests/__snapshot__/deployment_test.yaml.snap index 4ba12c94aaab3..c555d403cda4f 100644 --- a/examples/chart/teleport-kube-agent/tests/__snapshot__/deployment_test.yaml.snap +++ b/examples/chart/teleport-kube-agent/tests/__snapshot__/deployment_test.yaml.snap @@ -30,7 +30,7 @@ sets Deployment annotations when specified if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -101,7 +101,7 @@ sets Deployment labels when specified if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -159,7 +159,7 @@ sets Pod annotations when specified if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -217,7 +217,7 @@ sets Pod labels when specified if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -292,7 +292,7 @@ should add emptyDir for data when existingDataVolume is not set if action is Upg env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -351,7 +351,7 @@ should add insecureSkipProxyTLSVerify to args when set in values if action is Up env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -409,7 +409,7 @@ should correctly configure existingDataVolume when set if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -465,7 +465,7 @@ should expose diag port if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -535,7 +535,7 @@ should have multiple replicas when replicaCount is set (using .replicaCount, dep env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -605,7 +605,7 @@ should have multiple replicas when replicaCount is set (using highAvailability.r env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -663,7 +663,7 @@ should have one replica when replicaCount is not set if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -721,7 +721,7 @@ should mount extraVolumes and extraVolumeMounts if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -786,7 +786,7 @@ should mount tls.existingCASecretName and set environment when set in values if value: "true" - name: SSL_CERT_FILE value: /etc/teleport-tls-ca/ca.pem - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -854,7 +854,7 @@ should mount tls.existingCASecretName and set extra environment when set in valu value: http://username:password@my.proxy.host:3128 - name: SSL_CERT_FILE value: /etc/teleport-tls-ca/ca.pem - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -918,7 +918,7 @@ should provision initContainer correctly when set in values if action is Upgrade env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1012,7 +1012,7 @@ should set SecurityContext if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1090,7 +1090,7 @@ should set affinity when set in values if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1148,7 +1148,7 @@ should set default serviceAccountName when not set in values if action is Upgrad env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1219,7 +1219,7 @@ should set environment when extraEnv set in values if action is Upgrade: value: "true" - name: HTTPS_PROXY value: http://username:password@my.proxy.host:3128 - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1335,7 +1335,7 @@ should set imagePullPolicy when set in values if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: Always livenessProbe: failureThreshold: 6 @@ -1393,7 +1393,7 @@ should set nodeSelector if set in values if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1453,7 +1453,7 @@ should set not set priorityClassName when not set in values if action is Upgrade env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1523,7 +1523,7 @@ should set preferred affinity when more than one replica is used if action is Up env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1581,7 +1581,7 @@ should set priorityClassName when set in values if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1640,7 +1640,7 @@ should set probeTimeoutSeconds when set in values if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1708,7 +1708,7 @@ should set required affinity when highAvailability.requireAntiAffinity is set if env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1766,7 +1766,7 @@ should set resources when set in values if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1831,7 +1831,7 @@ should set serviceAccountName when set in values if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1889,7 +1889,7 @@ should set tolerations when set in values if action is Upgrade: env: - name: TELEPORT_INSTALL_METHOD_HELM_KUBE_AGENT value: "true" - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 diff --git a/examples/chart/teleport-kube-agent/tests/__snapshot__/statefulset_test.yaml.snap b/examples/chart/teleport-kube-agent/tests/__snapshot__/statefulset_test.yaml.snap index 801d5d27aaa42..3b395c371413a 100644 --- a/examples/chart/teleport-kube-agent/tests/__snapshot__/statefulset_test.yaml.snap +++ b/examples/chart/teleport-kube-agent/tests/__snapshot__/statefulset_test.yaml.snap @@ -16,7 +16,7 @@ sets Pod annotations when specified: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -84,7 +84,7 @@ sets Pod labels when specified: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -176,7 +176,7 @@ sets StatefulSet labels when specified: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -272,7 +272,7 @@ should add insecureSkipProxyTLSVerify to args when set in values: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -340,7 +340,7 @@ should add volumeClaimTemplate for data volume when using StatefulSet and action fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -428,7 +428,7 @@ should add volumeClaimTemplate for data volume when using StatefulSet and is Fre fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -506,7 +506,7 @@ should add volumeMount for data volume when using StatefulSet: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -574,7 +574,7 @@ should expose diag port: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -642,7 +642,7 @@ should generate Statefulset when storage is disabled and mode is a Upgrade: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -724,7 +724,7 @@ should have multiple replicas when replicaCount is set (using .replicaCount, dep fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -804,7 +804,7 @@ should have multiple replicas when replicaCount is set (using highAvailability.r fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -872,7 +872,7 @@ should have one replica when replicaCount is not set: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -940,7 +940,7 @@ should install Statefulset when storage is disabled and mode is a Fresh Install: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1010,7 +1010,7 @@ should mount extraVolumes and extraVolumeMounts: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1085,7 +1085,7 @@ should mount tls.existingCASecretName and set environment when set in values: value: RELEASE-NAME - name: SSL_CERT_FILE value: /etc/teleport-tls-ca/ca.pem - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1165,7 +1165,7 @@ should mount tls.existingCASecretName and set extra environment when set in valu value: /etc/teleport-tls-ca/ca.pem - name: HTTPS_PROXY value: http://username:password@my.proxy.host:3128 - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1241,7 +1241,7 @@ should not add emptyDir for data when using StatefulSet: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1309,7 +1309,7 @@ should provision initContainer correctly when set in values: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1413,7 +1413,7 @@ should set SecurityContext: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1501,7 +1501,7 @@ should set affinity when set in values: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1569,7 +1569,7 @@ should set default serviceAccountName when not set in values: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1650,7 +1650,7 @@ should set environment when extraEnv set in values: value: RELEASE-NAME - name: HTTPS_PROXY value: http://username:password@my.proxy.host:3128 - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1786,7 +1786,7 @@ should set imagePullPolicy when set in values: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: Always livenessProbe: failureThreshold: 6 @@ -1854,7 +1854,7 @@ should set nodeSelector if set in values: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -1936,7 +1936,7 @@ should set preferred affinity when more than one replica is used: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -2004,7 +2004,7 @@ should set probeTimeoutSeconds when set in values: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -2082,7 +2082,7 @@ should set required affinity when highAvailability.requireAntiAffinity is set: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -2150,7 +2150,7 @@ should set resources when set in values: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -2225,7 +2225,7 @@ should set serviceAccountName when set in values: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -2293,7 +2293,7 @@ should set storage.requests when set in values and action is an Upgrade: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -2361,7 +2361,7 @@ should set storage.storageClassName when set in values and action is an Upgrade: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 @@ -2429,7 +2429,7 @@ should set tolerations when set in values: fieldPath: metadata.namespace - name: RELEASE_NAME value: RELEASE-NAME - image: public.ecr.aws/gravitational/teleport:12.4.16 + image: public.ecr.aws/gravitational/teleport:12.4.18 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 6 diff --git a/version.go b/version.go index 145cbdff12d9b..dde332e3638c0 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ // Code generated by "make version". DO NOT EDIT. package teleport -const Version = "12.4.16" +const Version = "12.4.18" // Gitref is set to the output of "git describe" during the build process. var Gitref string