diff --git a/access/discord/Makefile b/access/discord/Makefile index 9298faad3..3b8f810d7 100644 --- a/access/discord/Makefile +++ b/access/discord/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.1.8 +VERSION?=15.1.9 GO_VERSION=1.21.8 BUILDDIR ?= build diff --git a/access/email/Makefile b/access/email/Makefile index c0f2ab26e..5c6b95f2e 100644 --- a/access/email/Makefile +++ b/access/email/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.1.8 +VERSION?=15.1.9 GO_VERSION=1.21.8 BUILDDIR ?= build diff --git a/access/jira/Makefile b/access/jira/Makefile index 64d9029b8..b888404c3 100644 --- a/access/jira/Makefile +++ b/access/jira/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.1.8 +VERSION?=15.1.9 GO_VERSION=1.21.8 BUILDDIR ?= build diff --git a/access/mattermost/Makefile b/access/mattermost/Makefile index d61977a21..8f3abdad5 100644 --- a/access/mattermost/Makefile +++ b/access/mattermost/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.1.8 +VERSION?=15.1.9 GO_VERSION=1.21.8 BUILDDIR ?= build diff --git a/access/msteams/Makefile b/access/msteams/Makefile index 2c280759d..73f1d76fb 100644 --- a/access/msteams/Makefile +++ b/access/msteams/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.1.8 +VERSION?=15.1.9 GO_VERSION=1.21.8 BUILDDIR ?= build diff --git a/access/pagerduty/Makefile b/access/pagerduty/Makefile index 93ebf713b..a149c6cdb 100644 --- a/access/pagerduty/Makefile +++ b/access/pagerduty/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.1.8 +VERSION?=15.1.9 GO_VERSION=1.21.8 BUILDDIR ?= build diff --git a/access/slack/Makefile b/access/slack/Makefile index c0329f601..ac406582b 100644 --- a/access/slack/Makefile +++ b/access/slack/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.1.8 +VERSION?=15.1.9 GO_VERSION=1.21.8 BUILDDIR ?= build diff --git a/charts/access/discord/Chart.yaml b/charts/access/discord/Chart.yaml index f3c28fa5d..4068ec119 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.1.8" +version: "15.1.9" # 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.1.8" +version: "15.1.9" # 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.1.8" +appVersion: "15.1.9" diff --git a/charts/access/discord/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/discord/tests/__snapshot__/configmap_test.yaml.snap index d63b771e6..c3fc732f2 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.1.8 - helm.sh/chart: teleport-plugin-discord-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-discord-15.1.9 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 722ac2bd0..82b260b82 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.1.8 - helm.sh/chart: teleport-plugin-discord-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-discord-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-discord-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-discord-15.1.9 spec: containers: - command: diff --git a/charts/access/email/Chart.yaml b/charts/access/email/Chart.yaml index 704fd4d9d..206395982 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.1.8" +version: "15.1.9" # 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.1.8" +appVersion: "15.1.9" diff --git a/charts/access/email/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/email/tests/__snapshot__/configmap_test.yaml.snap index cc04bcc1d..1cc3da658 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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 4d5db7167..afb05ed67 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 + image: public.ecr.aws/gravitational/teleport-plugin-email:15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 + image: public.ecr.aws/gravitational/teleport-plugin-email:15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 + image: public.ecr.aws/gravitational/teleport-plugin-email:15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 + image: public.ecr.aws/gravitational/teleport-plugin-email:15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-email-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-email-15.1.9 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.1.8 + image: public.ecr.aws/gravitational/teleport-plugin-email:15.1.9 imagePullPolicy: IfNotPresent name: teleport-plugin-email ports: diff --git a/charts/access/jira/Chart.yaml b/charts/access/jira/Chart.yaml index 85f9890f5..698b06de8 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.1.8" +version: "15.1.9" # 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.1.8" +appVersion: "15.1.9" diff --git a/charts/access/jira/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/jira/tests/__snapshot__/configmap_test.yaml.snap index 0f4a9a39a..8cb790cf0 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.1.8 - helm.sh/chart: teleport-plugin-jira-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-jira-15.1.9 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 0c389be1f..cdce99366 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.1.8 - helm.sh/chart: teleport-plugin-jira-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-jira-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-jira-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-jira-15.1.9 spec: containers: - command: diff --git a/charts/access/mattermost/Chart.yaml b/charts/access/mattermost/Chart.yaml index 69de097bb..c4a99ebdd 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.1.8" +version: "15.1.9" # 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.1.8" +appVersion: "15.1.9" diff --git a/charts/access/mattermost/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/mattermost/tests/__snapshot__/configmap_test.yaml.snap index 63fa96367..d85bf3121 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.1.8 - helm.sh/chart: teleport-plugin-mattermost-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-mattermost-15.1.9 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 5a2f97ee5..38ac1ae22 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.1.8 - helm.sh/chart: teleport-plugin-mattermost-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-mattermost-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-mattermost-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-mattermost-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-mattermost-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-mattermost-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-mattermost-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-mattermost-15.1.9 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.1.8 + image: public.ecr.aws/gravitational/teleport-plugin-mattermost:15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-mattermost-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-mattermost-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-mattermost-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-mattermost-15.1.9 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.1.8 + image: public.ecr.aws/gravitational/teleport-plugin-mattermost:15.1.9 imagePullPolicy: IfNotPresent name: teleport-plugin-mattermost ports: diff --git a/charts/access/msteams/Chart.yaml b/charts/access/msteams/Chart.yaml index 23441d68c..2c103a679 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.1.8" +version: "15.1.9" # 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.1.8" +appVersion: "15.1.9" diff --git a/charts/access/msteams/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/msteams/tests/__snapshot__/configmap_test.yaml.snap index b892f9836..834706f70 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.1.8 - helm.sh/chart: teleport-plugin-msteams-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-msteams-15.1.9 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 147e807c8..b464317ec 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.1.8 - helm.sh/chart: teleport-plugin-msteams-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-msteams-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-msteams-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-msteams-15.1.9 spec: containers: - command: diff --git a/charts/access/pagerduty/Chart.yaml b/charts/access/pagerduty/Chart.yaml index 816daed1b..7124fe4cf 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.1.8" +version: "15.1.9" # 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.1.8" +appVersion: "15.1.9" diff --git a/charts/access/pagerduty/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/pagerduty/tests/__snapshot__/configmap_test.yaml.snap index 42bf6bb00..44357e7c0 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.1.8 - helm.sh/chart: teleport-plugin-pagerduty-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-pagerduty-15.1.9 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 78ea2b89b..148fd20b4 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.1.8 - helm.sh/chart: teleport-plugin-pagerduty-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-pagerduty-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-pagerduty-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-pagerduty-15.1.9 spec: containers: - command: diff --git a/charts/access/slack/Chart.yaml b/charts/access/slack/Chart.yaml index c4022992a..f46a537eb 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.1.8" +version: "15.1.9" # 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.1.8" +appVersion: "15.1.9" diff --git a/charts/access/slack/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/slack/tests/__snapshot__/configmap_test.yaml.snap index d5f917c11..d64b86f3a 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.1.8 - helm.sh/chart: teleport-plugin-slack-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-slack-15.1.9 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 17490817d..77fa89167 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.1.8 - helm.sh/chart: teleport-plugin-slack-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-slack-15.1.9 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.1.8 - helm.sh/chart: teleport-plugin-slack-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-slack-15.1.9 spec: containers: - command: diff --git a/charts/event-handler/Chart.yaml b/charts/event-handler/Chart.yaml index b1db8f0be..051cfbfe7 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.1.8" +version: "15.1.9" # 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.1.8" +appVersion: "15.1.9" diff --git a/charts/event-handler/tests/__snapshot__/configmap_test.yaml.snap b/charts/event-handler/tests/__snapshot__/configmap_test.yaml.snap index d3b443777..4f552fd99 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.1.8 - helm.sh/chart: teleport-plugin-event-handler-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-event-handler-15.1.9 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 c3be50459..641da00db 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.1.8 - helm.sh/chart: teleport-plugin-event-handler-15.1.8 + app.kubernetes.io/version: 15.1.9 + helm.sh/chart: teleport-plugin-event-handler-15.1.9 name: RELEASE-NAME-teleport-plugin-event-handler spec: replicas: 1 diff --git a/event-handler/Makefile b/event-handler/Makefile index deed934bb..0be08e493 100644 --- a/event-handler/Makefile +++ b/event-handler/Makefile @@ -1,4 +1,4 @@ -VERSION?=15.1.8 +VERSION?=15.1.9 GO_VERSION=1.21.8 GITTAG=v$(VERSION) diff --git a/go.mod b/go.mod index 6b5f7a7b5..f57c670f0 100644 --- a/go.mod +++ b/go.mod @@ -366,8 +366,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-20240318103424-86c1d3fbec1f // ref: tags/v15.1.8 - github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20240318103424-86c1d3fbec1f // ref: tags/v15.1.8 + github.com/gravitational/teleport => github.com/gravitational/teleport v0.0.0-20240319191213-2ba061355e99 // ref: tags/v15.1.9 + github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20240319191213-2ba061355e99 // ref: tags/v15.1.9 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 71ff0ac2a..37c67f45e 100644 --- a/go.sum +++ b/go.sum @@ -611,10 +611,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-20240318103424-86c1d3fbec1f h1:E4DycibM9Pecns6XVl99ZKp4iBVjcM0db6EuZ2Jm6Fk= -github.com/gravitational/teleport v0.0.0-20240318103424-86c1d3fbec1f/go.mod h1:RYyynjBFD57jMhr42/XQmXMfqV0jHNyoWkf4+ALmnf8= -github.com/gravitational/teleport/api v0.0.0-20240318103424-86c1d3fbec1f h1:cubTRoDdpWTdtMnfxd/gqYDqwhP1CwJoUachapjIus4= -github.com/gravitational/teleport/api v0.0.0-20240318103424-86c1d3fbec1f/go.mod h1:TbJnZvy5Q8Ye692yRVQzW5KfnkFRlh3qMd922HAtQ8Q= +github.com/gravitational/teleport v0.0.0-20240319191213-2ba061355e99 h1:wUzxCZK8AT35XF0Hfq1pJugqYCHeabGf98JiSYeYDPs= +github.com/gravitational/teleport v0.0.0-20240319191213-2ba061355e99/go.mod h1:RYyynjBFD57jMhr42/XQmXMfqV0jHNyoWkf4+ALmnf8= +github.com/gravitational/teleport/api v0.0.0-20240319191213-2ba061355e99 h1:Ek/803oCmgr/qRQBznTRDDNlKtQhFJ2g0CSVNvwTKfI= +github.com/gravitational/teleport/api v0.0.0-20240319191213-2ba061355e99/go.mod h1:TbJnZvy5Q8Ye692yRVQzW5KfnkFRlh3qMd922HAtQ8Q= 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 cee399689..caa7306c1 100644 --- a/terraform/install.mk +++ b/terraform/install.mk @@ -1,4 +1,4 @@ -VERSION?=15.1.8 +VERSION?=15.1.9 OS ?= $(shell go env GOOS) ARCH ?= $(shell go env GOARCH)