From a9c70c3dc9e7c8324831104260f3eb37668b01f1 Mon Sep 17 00:00:00 2001 From: Cam Hutchison Date: Wed, 1 May 2024 17:34:01 +1000 Subject: [PATCH] Release 15.3.0 (#1060) --- access/discord/Makefile | 2 +- access/email/Makefile | 2 +- access/jira/Makefile | 2 +- access/mattermost/Makefile | 2 +- access/msteams/Makefile | 2 +- access/pagerduty/Makefile | 2 +- access/slack/Makefile | 2 +- charts/access/discord/Chart.yaml | 6 +- .../__snapshot__/configmap_test.yaml.snap | 4 +- .../__snapshot__/deployment_test.yaml.snap | 8 +-- charts/access/email/Chart.yaml | 4 +- .../__snapshot__/configmap_test.yaml.snap | 24 ++++---- .../__snapshot__/deployment_test.yaml.snap | 58 +++++++++---------- charts/access/jira/Chart.yaml | 4 +- .../__snapshot__/configmap_test.yaml.snap | 4 +- .../__snapshot__/deployment_test.yaml.snap | 8 +-- charts/access/mattermost/Chart.yaml | 4 +- .../__snapshot__/configmap_test.yaml.snap | 4 +- .../__snapshot__/deployment_test.yaml.snap | 28 ++++----- charts/access/msteams/Chart.yaml | 4 +- .../__snapshot__/configmap_test.yaml.snap | 4 +- .../__snapshot__/deployment_test.yaml.snap | 8 +-- charts/access/pagerduty/Chart.yaml | 4 +- .../__snapshot__/configmap_test.yaml.snap | 4 +- .../__snapshot__/deployment_test.yaml.snap | 8 +-- charts/access/slack/Chart.yaml | 4 +- .../__snapshot__/configmap_test.yaml.snap | 4 +- .../__snapshot__/deployment_test.yaml.snap | 8 +-- charts/event-handler/Chart.yaml | 4 +- .../__snapshot__/configmap_test.yaml.snap | 4 +- .../__snapshot__/deployment_test.yaml.snap | 4 +- event-handler/Makefile | 2 +- go.mod | 4 +- go.sum | 8 +-- terraform/install.mk | 2 +- 35 files changed, 123 insertions(+), 123 deletions(-) diff --git a/access/discord/Makefile b/access/discord/Makefile index 7b744f547..31de914bf 100644 --- a/access/discord/Makefile +++ b/access/discord/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.2.4 +VERSION?=15.3.0 GO_VERSION=1.21.9 BUILDDIR ?= build diff --git a/access/email/Makefile b/access/email/Makefile index dc1652c10..5149112f5 100644 --- a/access/email/Makefile +++ b/access/email/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.2.4 +VERSION?=15.3.0 GO_VERSION=1.21.9 BUILDDIR ?= build diff --git a/access/jira/Makefile b/access/jira/Makefile index 4b411650e..7deffae30 100644 --- a/access/jira/Makefile +++ b/access/jira/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.2.4 +VERSION?=15.3.0 GO_VERSION=1.21.9 BUILDDIR ?= build diff --git a/access/mattermost/Makefile b/access/mattermost/Makefile index f633442d7..9e6889715 100644 --- a/access/mattermost/Makefile +++ b/access/mattermost/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.2.4 +VERSION?=15.3.0 GO_VERSION=1.21.9 BUILDDIR ?= build diff --git a/access/msteams/Makefile b/access/msteams/Makefile index 0e4084ac5..746a4167e 100644 --- a/access/msteams/Makefile +++ b/access/msteams/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.2.4 +VERSION?=15.3.0 GO_VERSION=1.21.9 BUILDDIR ?= build diff --git a/access/pagerduty/Makefile b/access/pagerduty/Makefile index 97ae7bcfa..113c17d25 100644 --- a/access/pagerduty/Makefile +++ b/access/pagerduty/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.2.4 +VERSION?=15.3.0 GO_VERSION=1.21.9 BUILDDIR ?= build diff --git a/access/slack/Makefile b/access/slack/Makefile index ea6330def..39b964b76 100644 --- a/access/slack/Makefile +++ b/access/slack/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.2.4 +VERSION?=15.3.0 GO_VERSION=1.21.9 BUILDDIR ?= build diff --git a/charts/access/discord/Chart.yaml b/charts/access/discord/Chart.yaml index 01125e0b3..1a1aca44e 100644 --- a/charts/access/discord/Chart.yaml +++ b/charts/access/discord/Chart.yaml @@ -15,16 +15,16 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "15.2.4" +version: "15.3.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -version: "15.2.4" +version: "15.3.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "15.2.4" +appVersion: "15.3.0" diff --git a/charts/access/discord/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/discord/tests/__snapshot__/configmap_test.yaml.snap index f213de143..569cbe745 100644 --- a/charts/access/discord/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/discord/tests/__snapshot__/configmap_test.yaml.snap @@ -24,6 +24,6 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-discord - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-discord-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-discord-15.3.0 name: RELEASE-NAME-teleport-plugin-discord diff --git a/charts/access/discord/tests/__snapshot__/deployment_test.yaml.snap b/charts/access/discord/tests/__snapshot__/deployment_test.yaml.snap index 254a71767..2e74cb0b5 100644 --- a/charts/access/discord/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/access/discord/tests/__snapshot__/deployment_test.yaml.snap @@ -7,8 +7,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-discord - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-discord-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-discord-15.3.0 name: RELEASE-NAME-teleport-plugin-discord spec: replicas: 1 @@ -22,8 +22,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-discord - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-discord-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-discord-15.3.0 spec: containers: - command: diff --git a/charts/access/email/Chart.yaml b/charts/access/email/Chart.yaml index cc75a4d7a..95c0cae86 100644 --- a/charts/access/email/Chart.yaml +++ b/charts/access/email/Chart.yaml @@ -13,10 +13,10 @@ description: A Helm chart for the Teleport Email Plugin type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "15.2.4" +version: "15.3.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "15.2.4" +appVersion: "15.3.0" diff --git a/charts/access/email/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/email/tests/__snapshot__/configmap_test.yaml.snap index fa6fe8d83..e7f53d6c5 100644 --- a/charts/access/email/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/email/tests/__snapshot__/configmap_test.yaml.snap @@ -26,8 +26,8 @@ should match the snapshot (mailgun on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email should match the snapshot (smtp on): 1: | @@ -59,8 +59,8 @@ should match the snapshot (smtp on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email should match the snapshot (smtp on, no starttls): 1: | @@ -92,8 +92,8 @@ should match the snapshot (smtp on, no starttls): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email should match the snapshot (smtp on, password file): 1: | @@ -125,8 +125,8 @@ should match the snapshot (smtp on, password file): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email should match the snapshot (smtp on, roleToRecipients set): 1: | @@ -161,8 +161,8 @@ should match the snapshot (smtp on, roleToRecipients set): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email should match the snapshot (smtp on, starttls disabled): 1: | @@ -194,6 +194,6 @@ should match the snapshot (smtp on, starttls disabled): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email diff --git a/charts/access/email/tests/__snapshot__/deployment_test.yaml.snap b/charts/access/email/tests/__snapshot__/deployment_test.yaml.snap index adf47e38d..d84aaf6a8 100644 --- a/charts/access/email/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/access/email/tests/__snapshot__/deployment_test.yaml.snap @@ -7,8 +7,8 @@ should be possible to override volume name (smtp on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -22,8 +22,8 @@ should be possible to override volume name (smtp on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 spec: containers: - command: @@ -34,7 +34,7 @@ should be possible to override volume name (smtp on): env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-email:15.2.4 + image: public.ecr.aws/gravitational/teleport-plugin-email:15.3.0 imagePullPolicy: IfNotPresent name: teleport-plugin-email ports: @@ -75,8 +75,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -90,8 +90,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 spec: containers: - command: @@ -136,8 +136,8 @@ should match the snapshot (mailgun on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -151,8 +151,8 @@ should match the snapshot (mailgun on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 spec: containers: - command: @@ -163,7 +163,7 @@ should match the snapshot (mailgun on): env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-email:15.2.4 + image: public.ecr.aws/gravitational/teleport-plugin-email:15.3.0 imagePullPolicy: IfNotPresent name: teleport-plugin-email ports: @@ -204,8 +204,8 @@ should match the snapshot (smtp on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -219,8 +219,8 @@ should match the snapshot (smtp on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 spec: containers: - command: @@ -231,7 +231,7 @@ should match the snapshot (smtp on): env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-email:15.2.4 + image: public.ecr.aws/gravitational/teleport-plugin-email:15.3.0 imagePullPolicy: IfNotPresent name: teleport-plugin-email ports: @@ -272,8 +272,8 @@ should mount external secret (mailgun on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -287,8 +287,8 @@ should mount external secret (mailgun on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 spec: containers: - command: @@ -299,7 +299,7 @@ should mount external secret (mailgun on): env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-email:15.2.4 + image: public.ecr.aws/gravitational/teleport-plugin-email:15.3.0 imagePullPolicy: IfNotPresent name: teleport-plugin-email ports: @@ -340,8 +340,8 @@ should mount external secret (smtp on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -355,8 +355,8 @@ should mount external secret (smtp on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-email - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-email-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-email-15.3.0 spec: containers: - command: @@ -367,7 +367,7 @@ should mount external secret (smtp on): env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-email:15.2.4 + image: public.ecr.aws/gravitational/teleport-plugin-email:15.3.0 imagePullPolicy: IfNotPresent name: teleport-plugin-email ports: diff --git a/charts/access/jira/Chart.yaml b/charts/access/jira/Chart.yaml index 3ad779695..6524cc1e7 100644 --- a/charts/access/jira/Chart.yaml +++ b/charts/access/jira/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "15.2.4" +version: "15.3.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "15.2.4" +appVersion: "15.3.0" diff --git a/charts/access/jira/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/jira/tests/__snapshot__/configmap_test.yaml.snap index 721e5066f..a5ee08acf 100644 --- a/charts/access/jira/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/jira/tests/__snapshot__/configmap_test.yaml.snap @@ -32,6 +32,6 @@ should match the snapshot (smtp on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-jira - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-jira-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-jira-15.3.0 name: RELEASE-NAME-teleport-plugin-jira diff --git a/charts/access/jira/tests/__snapshot__/deployment_test.yaml.snap b/charts/access/jira/tests/__snapshot__/deployment_test.yaml.snap index 5cddb6499..c2c4920d3 100644 --- a/charts/access/jira/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/access/jira/tests/__snapshot__/deployment_test.yaml.snap @@ -7,8 +7,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-jira - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-jira-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-jira-15.3.0 name: RELEASE-NAME-teleport-plugin-jira spec: replicas: 1 @@ -22,8 +22,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-jira - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-jira-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-jira-15.3.0 spec: containers: - command: diff --git a/charts/access/mattermost/Chart.yaml b/charts/access/mattermost/Chart.yaml index 048aef8d0..d5eee2bce 100644 --- a/charts/access/mattermost/Chart.yaml +++ b/charts/access/mattermost/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "15.2.4" +version: "15.3.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "15.2.4" +appVersion: "15.3.0" diff --git a/charts/access/mattermost/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/mattermost/tests/__snapshot__/configmap_test.yaml.snap index 263877522..76acfcaa7 100644 --- a/charts/access/mattermost/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/mattermost/tests/__snapshot__/configmap_test.yaml.snap @@ -22,6 +22,6 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-mattermost - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-mattermost-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-mattermost-15.3.0 name: RELEASE-NAME-teleport-plugin-mattermost diff --git a/charts/access/mattermost/tests/__snapshot__/deployment_test.yaml.snap b/charts/access/mattermost/tests/__snapshot__/deployment_test.yaml.snap index 1302e39f0..ffe7aa925 100644 --- a/charts/access/mattermost/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/access/mattermost/tests/__snapshot__/deployment_test.yaml.snap @@ -7,8 +7,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-mattermost - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-mattermost-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-mattermost-15.3.0 name: RELEASE-NAME-teleport-plugin-mattermost spec: replicas: 1 @@ -22,8 +22,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-mattermost - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-mattermost-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-mattermost-15.3.0 spec: containers: - command: @@ -75,8 +75,8 @@ should mount external secret: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-mattermost - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-mattermost-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-mattermost-15.3.0 name: RELEASE-NAME-teleport-plugin-mattermost spec: replicas: 1 @@ -90,8 +90,8 @@ should mount external secret: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-mattermost - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-mattermost-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-mattermost-15.3.0 spec: containers: - command: @@ -102,7 +102,7 @@ should mount external secret: env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-mattermost:15.2.4 + image: public.ecr.aws/gravitational/teleport-plugin-mattermost:15.3.0 imagePullPolicy: IfNotPresent name: teleport-plugin-mattermost ports: @@ -143,8 +143,8 @@ should override volume name: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-mattermost - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-mattermost-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-mattermost-15.3.0 name: RELEASE-NAME-teleport-plugin-mattermost spec: replicas: 1 @@ -158,8 +158,8 @@ should override volume name: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-mattermost - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-mattermost-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-mattermost-15.3.0 spec: containers: - command: @@ -170,7 +170,7 @@ should override volume name: env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-mattermost:15.2.4 + image: public.ecr.aws/gravitational/teleport-plugin-mattermost:15.3.0 imagePullPolicy: IfNotPresent name: teleport-plugin-mattermost ports: diff --git a/charts/access/msteams/Chart.yaml b/charts/access/msteams/Chart.yaml index ee5a88c51..241e24cf4 100644 --- a/charts/access/msteams/Chart.yaml +++ b/charts/access/msteams/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "15.2.4" +version: "15.3.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "15.2.4" +appVersion: "15.3.0" diff --git a/charts/access/msteams/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/msteams/tests/__snapshot__/configmap_test.yaml.snap index 34f15cfe2..9fffa6b61 100644 --- a/charts/access/msteams/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/msteams/tests/__snapshot__/configmap_test.yaml.snap @@ -29,6 +29,6 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-msteams - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-msteams-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-msteams-15.3.0 name: RELEASE-NAME-teleport-plugin-msteams diff --git a/charts/access/msteams/tests/__snapshot__/deployment_test.yaml.snap b/charts/access/msteams/tests/__snapshot__/deployment_test.yaml.snap index 4e10d3574..78b41f122 100644 --- a/charts/access/msteams/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/access/msteams/tests/__snapshot__/deployment_test.yaml.snap @@ -7,8 +7,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-msteams - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-msteams-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-msteams-15.3.0 name: RELEASE-NAME-teleport-plugin-msteams spec: replicas: 1 @@ -22,8 +22,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-msteams - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-msteams-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-msteams-15.3.0 spec: containers: - command: diff --git a/charts/access/pagerduty/Chart.yaml b/charts/access/pagerduty/Chart.yaml index 74c4c8556..59bc65289 100644 --- a/charts/access/pagerduty/Chart.yaml +++ b/charts/access/pagerduty/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "15.2.4" +version: "15.3.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "15.2.4" +appVersion: "15.3.0" diff --git a/charts/access/pagerduty/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/pagerduty/tests/__snapshot__/configmap_test.yaml.snap index f07fe0482..500df2dec 100644 --- a/charts/access/pagerduty/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/pagerduty/tests/__snapshot__/configmap_test.yaml.snap @@ -21,6 +21,6 @@ should match the snapshot (smtp on): app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-pagerduty - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-pagerduty-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-pagerduty-15.3.0 name: RELEASE-NAME-teleport-plugin-pagerduty diff --git a/charts/access/pagerduty/tests/__snapshot__/deployment_test.yaml.snap b/charts/access/pagerduty/tests/__snapshot__/deployment_test.yaml.snap index 194a2d72b..b24ca63dd 100644 --- a/charts/access/pagerduty/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/access/pagerduty/tests/__snapshot__/deployment_test.yaml.snap @@ -7,8 +7,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-pagerduty - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-pagerduty-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-pagerduty-15.3.0 name: RELEASE-NAME-teleport-plugin-pagerduty spec: replicas: 1 @@ -22,8 +22,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-pagerduty - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-pagerduty-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-pagerduty-15.3.0 spec: containers: - command: diff --git a/charts/access/slack/Chart.yaml b/charts/access/slack/Chart.yaml index 7b416c0c0..4966d258c 100644 --- a/charts/access/slack/Chart.yaml +++ b/charts/access/slack/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "15.2.4" +version: "15.3.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "15.2.4" +appVersion: "15.3.0" diff --git a/charts/access/slack/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/slack/tests/__snapshot__/configmap_test.yaml.snap index b90be171b..c3d28c220 100644 --- a/charts/access/slack/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/slack/tests/__snapshot__/configmap_test.yaml.snap @@ -24,6 +24,6 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-slack - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-slack-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-slack-15.3.0 name: RELEASE-NAME-teleport-plugin-slack diff --git a/charts/access/slack/tests/__snapshot__/deployment_test.yaml.snap b/charts/access/slack/tests/__snapshot__/deployment_test.yaml.snap index 40bddf77e..193f6705f 100644 --- a/charts/access/slack/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/access/slack/tests/__snapshot__/deployment_test.yaml.snap @@ -7,8 +7,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-slack - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-slack-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-slack-15.3.0 name: RELEASE-NAME-teleport-plugin-slack spec: replicas: 1 @@ -22,8 +22,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-slack - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-slack-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-slack-15.3.0 spec: containers: - command: diff --git a/charts/event-handler/Chart.yaml b/charts/event-handler/Chart.yaml index 1ebb931b0..b82d1d07b 100644 --- a/charts/event-handler/Chart.yaml +++ b/charts/event-handler/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "15.2.4" +version: "15.3.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "15.2.4" +appVersion: "15.3.0" diff --git a/charts/event-handler/tests/__snapshot__/configmap_test.yaml.snap b/charts/event-handler/tests/__snapshot__/configmap_test.yaml.snap index 85a2c5e8a..4cf61ad40 100644 --- a/charts/event-handler/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/event-handler/tests/__snapshot__/configmap_test.yaml.snap @@ -24,6 +24,6 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-event-handler - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-event-handler-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-event-handler-15.3.0 name: RELEASE-NAME-teleport-plugin-event-handler diff --git a/charts/event-handler/tests/__snapshot__/deployment_test.yaml.snap b/charts/event-handler/tests/__snapshot__/deployment_test.yaml.snap index d0fae4348..3f2652db4 100644 --- a/charts/event-handler/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/event-handler/tests/__snapshot__/deployment_test.yaml.snap @@ -7,8 +7,8 @@ should match the snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: teleport-plugin-event-handler - app.kubernetes.io/version: 15.2.4 - helm.sh/chart: teleport-plugin-event-handler-15.2.4 + app.kubernetes.io/version: 15.3.0 + helm.sh/chart: teleport-plugin-event-handler-15.3.0 name: RELEASE-NAME-teleport-plugin-event-handler spec: replicas: 1 diff --git a/event-handler/Makefile b/event-handler/Makefile index c713e9c49..d1da9f32c 100644 --- a/event-handler/Makefile +++ b/event-handler/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.2.4 +VERSION?=15.3.0 GO_VERSION=1.21.9 GITTAG=v$(VERSION) diff --git a/go.mod b/go.mod index 863c43263..4d2d5e8a9 100644 --- a/go.mod +++ b/go.mod @@ -361,8 +361,8 @@ replace ( github.com/alecthomas/kingpin/v2 => github.com/gravitational/kingpin/v2 v2.1.11-0.20230515143221-4ec6b70ecd33 github.com/coreos/go-oidc => github.com/gravitational/go-oidc v0.1.1 github.com/gogo/protobuf => github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf - github.com/gravitational/teleport => github.com/gravitational/teleport v0.0.0-20240424012721-e103ec47ce8f // ref: tags/v15.2.4 - github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20240424012721-e103ec47ce8f // ref: tags/v15.2.4 + github.com/gravitational/teleport => github.com/gravitational/teleport v0.0.0-20240501011405-0a192a42c3d1 // ref: tags/v15.3.0 + github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20240501011405-0a192a42c3d1 // ref: tags/v15.3.0 github.com/julienschmidt/httprouter => github.com/gravitational/httprouter v1.3.1-0.20220408074523-c876c5e705a5 github.com/microsoft/go-mssqldb => github.com/gravitational/go-mssqldb v0.11.1-0.20230331180905-0f76f1751cd3 github.com/vulcand/predicate => github.com/gravitational/predicate v1.3.1 diff --git a/go.sum b/go.sum index b2f5b92b9..3aff6e2fd 100644 --- a/go.sum +++ b/go.sum @@ -605,10 +605,10 @@ github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf h1:MQ4e8X github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gravitational/roundtrip v1.0.2 h1:eOCY0NEKKaB0ksJmvhO6lPMFz1pIIef+vyPBTBROQ5c= github.com/gravitational/roundtrip v1.0.2/go.mod h1:fuI1booM2hLRA/B/m5MRAPOU6mBZNYcNycono2UuTw0= -github.com/gravitational/teleport v0.0.0-20240424012721-e103ec47ce8f h1:rcQQ8nxEt57y2Iut2AFiRsuSPv3E5AHbFuCA1wQUIrg= -github.com/gravitational/teleport v0.0.0-20240424012721-e103ec47ce8f/go.mod h1:hKhYj16vrxUFi/spWnrSb41wvyNVJcV+W/GC7tpVuMU= -github.com/gravitational/teleport/api v0.0.0-20240424012721-e103ec47ce8f h1:Q+jKPwyrM/1Wuk5GH7mUXBE+Fbn9yuLZwN9JiNYp5Hs= -github.com/gravitational/teleport/api v0.0.0-20240424012721-e103ec47ce8f/go.mod h1:vxwmW2PcHFVPNsnZRFY9nlj3lCy/wapl0l6iQ3YgI5k= +github.com/gravitational/teleport v0.0.0-20240501011405-0a192a42c3d1 h1:UjgonkblKl22I1Wjq8MmM+i4/vTYxq64VaAzeMu563o= +github.com/gravitational/teleport v0.0.0-20240501011405-0a192a42c3d1/go.mod h1:oTdLA63vnQprm6/r4Z04bPKbFwH4m4vt95q5HKu1Eps= +github.com/gravitational/teleport/api v0.0.0-20240501011405-0a192a42c3d1 h1:spiQSgM8rplYPa2B1D340aqgTBGQiOp7L2EjmMJSPcI= +github.com/gravitational/teleport/api v0.0.0-20240501011405-0a192a42c3d1/go.mod h1:vxwmW2PcHFVPNsnZRFY9nlj3lCy/wapl0l6iQ3YgI5k= github.com/gravitational/trace v1.3.1 h1:jwZEuRtCYpLhUtqHo+JH+lu2qM0LB98UagqHtvdKuLI= github.com/gravitational/trace v1.3.1/go.mod h1:E61mn73aro7Zg9gZheZaeUsK6gjUMbCLazY76xuYAVA= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM= diff --git a/terraform/install.mk b/terraform/install.mk index 8ea1dccad..b355397c5 100644 --- a/terraform/install.mk +++ b/terraform/install.mk @@ -1,4 +1,4 @@ -VERSION?=15.2.4 +VERSION?=15.3.0 OS ?= $(shell go env GOOS) ARCH ?= $(shell go env GOARCH)