diff --git a/access/discord/Makefile b/access/discord/Makefile index bc56ce4ce..1896d1196 100644 --- a/access/discord/Makefile +++ b/access/discord/Makefile @@ -1,4 +1,4 @@ -VERSION=14.1.0 +VERSION=14.1.1 GO_VERSION=1.21.3 BUILDDIR ?= build diff --git a/access/email/Makefile b/access/email/Makefile index 1510fcaaa..c6a734d1a 100644 --- a/access/email/Makefile +++ b/access/email/Makefile @@ -1,4 +1,4 @@ -VERSION=14.1.0 +VERSION=14.1.1 GO_VERSION=1.21.3 BUILDDIR ?= build diff --git a/access/jira/Makefile b/access/jira/Makefile index 7aba82a8d..c4eb64f5e 100644 --- a/access/jira/Makefile +++ b/access/jira/Makefile @@ -1,4 +1,4 @@ -VERSION=14.1.0 +VERSION=14.1.1 GO_VERSION=1.21.3 BUILDDIR ?= build diff --git a/access/mattermost/Makefile b/access/mattermost/Makefile index 6f8d30dc2..6218a4c65 100644 --- a/access/mattermost/Makefile +++ b/access/mattermost/Makefile @@ -1,4 +1,4 @@ -VERSION=14.1.0 +VERSION=14.1.1 GO_VERSION=1.21.3 BUILDDIR ?= build diff --git a/access/msteams/Makefile b/access/msteams/Makefile index 8dc76c849..917796ccc 100644 --- a/access/msteams/Makefile +++ b/access/msteams/Makefile @@ -1,4 +1,4 @@ -VERSION=14.1.0 +VERSION=14.1.1 GO_VERSION=1.21.3 BUILDDIR ?= build diff --git a/access/pagerduty/Makefile b/access/pagerduty/Makefile index dd0c5c53d..705fa50d0 100644 --- a/access/pagerduty/Makefile +++ b/access/pagerduty/Makefile @@ -1,4 +1,4 @@ -VERSION=14.1.0 +VERSION=14.1.1 GO_VERSION=1.21.3 BUILDDIR ?= build diff --git a/access/slack/Makefile b/access/slack/Makefile index 2cc4cb5d0..ec2aa98aa 100644 --- a/access/slack/Makefile +++ b/access/slack/Makefile @@ -1,4 +1,4 @@ -VERSION=14.1.0 +VERSION=14.1.1 GO_VERSION=1.21.3 BUILDDIR ?= build diff --git a/charts/access/discord/Chart.yaml b/charts/access/discord/Chart.yaml index 7e43b65df..95368e6dd 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: "14.1.0" +version: "14.1.1" # 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: "14.1.0" +version: "14.1.1" # 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: "14.1.0" +appVersion: "14.1.1" diff --git a/charts/access/discord/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/discord/tests/__snapshot__/configmap_test.yaml.snap index 8cde32f95..786915861 100644 --- a/charts/access/discord/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/discord/tests/__snapshot__/configmap_test.yaml.snap @@ -23,6 +23,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: 14.1.0 - helm.sh/chart: teleport-plugin-discord-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-discord-14.1.1 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 9853db832..3796c066f 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: 14.1.0 - helm.sh/chart: teleport-plugin-discord-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-discord-14.1.1 name: RELEASE-NAME-teleport-plugin-discord spec: replicas: 1 diff --git a/charts/access/email/Chart.yaml b/charts/access/email/Chart.yaml index 26178dfb7..3d7c5475e 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: "14.1.0" +version: "14.1.1" # 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: "14.1.0" +appVersion: "14.1.1" diff --git a/charts/access/email/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/email/tests/__snapshot__/configmap_test.yaml.snap index f5777c1cc..1f82d76c2 100644 --- a/charts/access/email/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/email/tests/__snapshot__/configmap_test.yaml.snap @@ -25,8 +25,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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 name: RELEASE-NAME-teleport-plugin-email should match the snapshot (smtp on): 1: | @@ -57,8 +57,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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 name: RELEASE-NAME-teleport-plugin-email should match the snapshot (smtp on, no starttls): 1: | @@ -89,8 +89,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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 name: RELEASE-NAME-teleport-plugin-email should match the snapshot (smtp on, password file): 1: | @@ -121,8 +121,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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 name: RELEASE-NAME-teleport-plugin-email should match the snapshot (smtp on, roleToRecipients set): 1: | @@ -156,8 +156,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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 name: RELEASE-NAME-teleport-plugin-email should match the snapshot (smtp on, starttls disabled): 1: | @@ -188,6 +188,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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 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 7faac6159..58dcee89e 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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -31,7 +31,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:14.1.0 + image: public.ecr.aws/gravitational/teleport-plugin-email:14.1.1 imagePullPolicy: IfNotPresent name: teleport-plugin-email ports: @@ -73,8 +73,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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -132,8 +132,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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -156,7 +156,7 @@ should match the snapshot (mailgun on): env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-email:14.1.0 + image: public.ecr.aws/gravitational/teleport-plugin-email:14.1.1 imagePullPolicy: IfNotPresent name: teleport-plugin-email ports: @@ -198,8 +198,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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -222,7 +222,7 @@ should match the snapshot (smtp on): env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-email:14.1.0 + image: public.ecr.aws/gravitational/teleport-plugin-email:14.1.1 imagePullPolicy: IfNotPresent name: teleport-plugin-email ports: @@ -264,8 +264,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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -288,7 +288,7 @@ should mount external secret (mailgun on): env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-email:14.1.0 + image: public.ecr.aws/gravitational/teleport-plugin-email:14.1.1 imagePullPolicy: IfNotPresent name: teleport-plugin-email ports: @@ -330,8 +330,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: 14.1.0 - helm.sh/chart: teleport-plugin-email-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-email-14.1.1 name: RELEASE-NAME-teleport-plugin-email spec: replicas: 1 @@ -354,7 +354,7 @@ should mount external secret (smtp on): env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-email:14.1.0 + image: public.ecr.aws/gravitational/teleport-plugin-email:14.1.1 imagePullPolicy: IfNotPresent name: teleport-plugin-email ports: diff --git a/charts/access/jira/Chart.yaml b/charts/access/jira/Chart.yaml index 75f1b762a..5a90da379 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: "14.1.0" +version: "14.1.1" # 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: "14.1.0" +appVersion: "14.1.1" diff --git a/charts/access/jira/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/jira/tests/__snapshot__/configmap_test.yaml.snap index 3c1aaad3e..61effa8e6 100644 --- a/charts/access/jira/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/jira/tests/__snapshot__/configmap_test.yaml.snap @@ -31,6 +31,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: 14.1.0 - helm.sh/chart: teleport-plugin-jira-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-jira-14.1.1 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 b1f7ea8dc..fd594f264 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: 14.1.0 - helm.sh/chart: teleport-plugin-jira-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-jira-14.1.1 name: RELEASE-NAME-teleport-plugin-jira spec: replicas: 1 diff --git a/charts/access/mattermost/Chart.yaml b/charts/access/mattermost/Chart.yaml index 04781f630..aa5a2888b 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: "14.1.0" +version: "14.1.1" # 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: "14.1.0" +appVersion: "14.1.1" diff --git a/charts/access/mattermost/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/mattermost/tests/__snapshot__/configmap_test.yaml.snap index dba2664ab..1f7e23f77 100644 --- a/charts/access/mattermost/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/mattermost/tests/__snapshot__/configmap_test.yaml.snap @@ -21,6 +21,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: 14.1.0 - helm.sh/chart: teleport-plugin-mattermost-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-mattermost-14.1.1 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 3e0b378d8..366ea05e8 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: 14.1.0 - helm.sh/chart: teleport-plugin-mattermost-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-mattermost-14.1.1 name: RELEASE-NAME-teleport-plugin-mattermost spec: replicas: 1 @@ -73,8 +73,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: 14.1.0 - helm.sh/chart: teleport-plugin-mattermost-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-mattermost-14.1.1 name: RELEASE-NAME-teleport-plugin-mattermost spec: replicas: 1 @@ -97,7 +97,7 @@ should mount external secret: env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-mattermost:14.1.0 + image: public.ecr.aws/gravitational/teleport-plugin-mattermost:14.1.1 imagePullPolicy: IfNotPresent name: teleport-plugin-mattermost ports: @@ -139,8 +139,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: 14.1.0 - helm.sh/chart: teleport-plugin-mattermost-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-mattermost-14.1.1 name: RELEASE-NAME-teleport-plugin-mattermost spec: replicas: 1 @@ -163,7 +163,7 @@ should override volume name: env: - name: TELEPORT_PLUGIN_FAIL_FAST value: "true" - image: public.ecr.aws/gravitational/teleport-plugin-mattermost:14.1.0 + image: public.ecr.aws/gravitational/teleport-plugin-mattermost:14.1.1 imagePullPolicy: IfNotPresent name: teleport-plugin-mattermost ports: diff --git a/charts/access/msteams/Chart.yaml b/charts/access/msteams/Chart.yaml index dfa9ca818..cbd32069e 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: "14.1.0" +version: "14.1.1" # 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: "14.1.0" +appVersion: "14.1.1" diff --git a/charts/access/msteams/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/msteams/tests/__snapshot__/configmap_test.yaml.snap index 0296f7a09..f73a92bb1 100644 --- a/charts/access/msteams/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/msteams/tests/__snapshot__/configmap_test.yaml.snap @@ -28,6 +28,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: 14.1.0 - helm.sh/chart: teleport-plugin-msteams-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-msteams-14.1.1 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 636d4a0ba..cfa710c9e 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: 14.1.0 - helm.sh/chart: teleport-plugin-msteams-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-msteams-14.1.1 name: RELEASE-NAME-teleport-plugin-msteams spec: replicas: 1 diff --git a/charts/access/pagerduty/Chart.yaml b/charts/access/pagerduty/Chart.yaml index 19ab81ba1..272879529 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: "14.1.0" +version: "14.1.1" # 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: "14.1.0" +appVersion: "14.1.1" diff --git a/charts/access/pagerduty/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/pagerduty/tests/__snapshot__/configmap_test.yaml.snap index 60d81aa74..29c66f058 100644 --- a/charts/access/pagerduty/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/pagerduty/tests/__snapshot__/configmap_test.yaml.snap @@ -20,6 +20,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: 14.1.0 - helm.sh/chart: teleport-plugin-pagerduty-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-pagerduty-14.1.1 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 ca9a5d787..374131463 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: 14.1.0 - helm.sh/chart: teleport-plugin-pagerduty-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-pagerduty-14.1.1 name: RELEASE-NAME-teleport-plugin-pagerduty spec: replicas: 1 diff --git a/charts/access/slack/Chart.yaml b/charts/access/slack/Chart.yaml index 383755ef4..d3a55e34d 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: "14.1.0" +version: "14.1.1" # 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: "14.1.0" +appVersion: "14.1.1" diff --git a/charts/access/slack/tests/__snapshot__/configmap_test.yaml.snap b/charts/access/slack/tests/__snapshot__/configmap_test.yaml.snap index 2cd0c3237..d668a2d52 100644 --- a/charts/access/slack/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/access/slack/tests/__snapshot__/configmap_test.yaml.snap @@ -23,6 +23,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: 14.1.0 - helm.sh/chart: teleport-plugin-slack-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-slack-14.1.1 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 5fc24e14c..d36a08956 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: 14.1.0 - helm.sh/chart: teleport-plugin-slack-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-slack-14.1.1 name: RELEASE-NAME-teleport-plugin-slack spec: replicas: 1 diff --git a/charts/event-handler/Chart.yaml b/charts/event-handler/Chart.yaml index f65080999..bc175a547 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: "14.1.0" +version: "14.1.1" # 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: "14.1.0" +appVersion: "14.1.1" diff --git a/charts/event-handler/tests/__snapshot__/configmap_test.yaml.snap b/charts/event-handler/tests/__snapshot__/configmap_test.yaml.snap index c2420400d..d75de0801 100644 --- a/charts/event-handler/tests/__snapshot__/configmap_test.yaml.snap +++ b/charts/event-handler/tests/__snapshot__/configmap_test.yaml.snap @@ -23,6 +23,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: 14.1.0 - helm.sh/chart: teleport-plugin-event-handler-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-event-handler-14.1.1 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 4c639d469..c5b8cbe35 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: 14.1.0 - helm.sh/chart: teleport-plugin-event-handler-14.1.0 + app.kubernetes.io/version: 14.1.1 + helm.sh/chart: teleport-plugin-event-handler-14.1.1 name: RELEASE-NAME-teleport-plugin-event-handler spec: replicas: 1 diff --git a/event-handler/Makefile b/event-handler/Makefile index c90c79ca5..cdc6ef3b2 100644 --- a/event-handler/Makefile +++ b/event-handler/Makefile @@ -1,4 +1,4 @@ -VERSION=14.1.0 +VERSION=14.1.1 GO_VERSION=1.21.3 GITTAG=v$(VERSION) diff --git a/go.mod b/go.mod index b812257af..cc240b1e9 100644 --- a/go.mod +++ b/go.mod @@ -133,8 +133,8 @@ require ( replace ( 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-20231101095026-54558b7a3d04 // ref: heads/auto-backport/32974-to-branch/v14 - github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20231101095026-54558b7a3d04 // ref: heads/auto-backport/32974-to-branch/v14 + github.com/gravitational/teleport => github.com/gravitational/teleport v0.0.0-20231023203635-fb6429eba7a3 // ref: tags/v14.1.1 + github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20231023203635-fb6429eba7a3 // ref: tags/v14.1.1 github.com/julienschmidt/httprouter => github.com/rw-access/httprouter v1.3.1-0.20210321233808-98e93175c124 github.com/microsoft/go-mssqldb => github.com/gravitational/go-mssqldb v0.11.1-0.20230331180905-0f76f1751cd3 ) diff --git a/go.sum b/go.sum index 27dbc1212..de049fa3e 100644 --- a/go.sum +++ b/go.sum @@ -272,10 +272,10 @@ github.com/gravitational/kingpin v2.1.11-0.20220901134012-2a1956e29525+incompati github.com/gravitational/kingpin v2.1.11-0.20220901134012-2a1956e29525+incompatible/go.mod h1:LWxG30M3FcrjhOn3T4zz7JmBoQJ45MWZmOXgy9Ganoc= github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf h1:MQ4e8XcxvZTeuOmRl7yE519vcWc2h/lyvYzsvt41cdY= github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gravitational/teleport v0.0.0-20231101095026-54558b7a3d04 h1:QscaQtEcHBlxpYnv8r0HEPcYNcgkHaW8kCxWTo2C0bI= -github.com/gravitational/teleport v0.0.0-20231101095026-54558b7a3d04/go.mod h1:3iNkTU138UBKehGPjFBSEhEgcerzlPxCJ+OHiYt/Kmo= -github.com/gravitational/teleport/api v0.0.0-20231101095026-54558b7a3d04 h1:f3kOA/JzZrvQMqJ7rVKzKr2u0I1bMsrWZ1Y2nLNa2Y4= -github.com/gravitational/teleport/api v0.0.0-20231101095026-54558b7a3d04/go.mod h1:nchdjlkWotGYKRUt40yInJzgd/MODZ2uQLiIqfCPnVU= +github.com/gravitational/teleport v0.0.0-20231023203635-fb6429eba7a3 h1:YYxV5qt7xaz+S9LgmLHvdmPqucYSaX3+EQrk2KWduc4= +github.com/gravitational/teleport v0.0.0-20231023203635-fb6429eba7a3/go.mod h1:N99QPpceaf8pL0k/fhG4pvmtXD6QxDKmc6Ys+1U32dw= +github.com/gravitational/teleport/api v0.0.0-20231023203635-fb6429eba7a3 h1:EDJvkKlM2Rn/kCtgqpnhb3LD2omEM6SafeGM7QIrDqk= +github.com/gravitational/teleport/api v0.0.0-20231023203635-fb6429eba7a3/go.mod h1:ukcgRDeYhOgA1flNUsg53QuRU3wtEKsT/XcS3TM8rYI= github.com/gravitational/trace v1.3.1 h1:jwZEuRtCYpLhUtqHo+JH+lu2qM0LB98UagqHtvdKuLI= github.com/gravitational/trace v1.3.1/go.mod h1:E61mn73aro7Zg9gZheZaeUsK6gjUMbCLazY76xuYAVA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= diff --git a/terraform/install.mk b/terraform/install.mk index 5ef9b67a8..3b94e378f 100644 --- a/terraform/install.mk +++ b/terraform/install.mk @@ -1,4 +1,4 @@ -VERSION=14.1.0 +VERSION=14.1.1 OS ?= $(shell go env GOOS) ARCH ?= $(shell go env GOARCH) diff --git a/terraform/reference.mdx b/terraform/reference.mdx index ab0bc3818..6c4b1ef76 100755 --- a/terraform/reference.mdx +++ b/terraform/reference.mdx @@ -1857,6 +1857,7 @@ Options is for OpenSSH options like agent forwarding. | cert_format | string | | CertificateFormat defines the format of the user certificate to allow compatibility with older versions of OpenSSH. | | client_idle_timeout | duration | | ClientIdleTimeout sets disconnect clients on idle timeout behavior, if set to 0 means do not disconnect, otherwise is set to the idle duration. | | create_db_user | bool | | | +| create_db_user_mode | number | | CreateDatabaseUserMode allows users to be automatically created on a database when not set to off. | | create_desktop_user | bool | | | | create_host_user | bool | | | | create_host_user_mode | number | | CreateHostUserMode allows users to be automatically created on a host when not set to off | diff --git a/terraform/tfschema/types_terraform.go b/terraform/tfschema/types_terraform.go index 4e34a186c..31687b27d 100644 --- a/terraform/tfschema/types_terraform.go +++ b/terraform/tfschema/types_terraform.go @@ -2304,7 +2304,12 @@ func GenSchemaRoleV6(ctx context.Context) (github_com_hashicorp_terraform_plugin Optional: true, Type: DurationType{}, }, - "create_db_user": GenSchemaBoolOption(ctx), + "create_db_user": GenSchemaBoolOption(ctx), + "create_db_user_mode": { + Description: "CreateDatabaseUserMode allows users to be automatically created on a database when not set to off.", + Optional: true, + Type: github_com_hashicorp_terraform_plugin_framework_types.Int64Type, + }, "create_desktop_user": GenSchemaBoolOption(ctx), "create_host_user": GenSchemaBoolOption(ctx), "create_host_user_mode": { @@ -15894,6 +15899,23 @@ func CopyRoleV6FromTerraform(_ context.Context, tf github_com_hashicorp_terrafor } } } + { + a, ok := tf.Attrs["create_db_user_mode"] + if !ok { + diags.Append(attrReadMissingDiag{"RoleV6.Spec.Options.CreateDatabaseUserMode"}) + } else { + v, ok := a.(github_com_hashicorp_terraform_plugin_framework_types.Int64) + if !ok { + diags.Append(attrReadConversionFailureDiag{"RoleV6.Spec.Options.CreateDatabaseUserMode", "github.com/hashicorp/terraform-plugin-framework/types.Int64"}) + } else { + var t github_com_gravitational_teleport_api_types.CreateDatabaseUserMode + if !v.Null && !v.Unknown { + t = github_com_gravitational_teleport_api_types.CreateDatabaseUserMode(v.Value) + } + obj.CreateDatabaseUserMode = t + } + } + } } } } @@ -20284,6 +20306,28 @@ func CopyRoleV6ToTerraform(ctx context.Context, obj *github_com_gravitational_te tf.Attrs["create_host_user_mode"] = v } } + { + t, ok := tf.AttrTypes["create_db_user_mode"] + if !ok { + diags.Append(attrWriteMissingDiag{"RoleV6.Spec.Options.CreateDatabaseUserMode"}) + } else { + v, ok := tf.Attrs["create_db_user_mode"].(github_com_hashicorp_terraform_plugin_framework_types.Int64) + if !ok { + i, err := t.ValueFromTerraform(ctx, github_com_hashicorp_terraform_plugin_go_tftypes.NewValue(t.TerraformType(ctx), nil)) + if err != nil { + diags.Append(attrWriteGeneralError{"RoleV6.Spec.Options.CreateDatabaseUserMode", err}) + } + v, ok = i.(github_com_hashicorp_terraform_plugin_framework_types.Int64) + if !ok { + diags.Append(attrWriteConversionFailureDiag{"RoleV6.Spec.Options.CreateDatabaseUserMode", "github.com/hashicorp/terraform-plugin-framework/types.Int64"}) + } + v.Null = int64(obj.CreateDatabaseUserMode) == 0 + } + v.Value = int64(obj.CreateDatabaseUserMode) + v.Unknown = false + tf.Attrs["create_db_user_mode"] = v + } + } } v.Unknown = false tf.Attrs["options"] = v