Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Release 15.3.0 #1060

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion access/discord/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION?=15.2.4
VERSION?=15.3.0
GO_VERSION=1.21.9

BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion access/email/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION?=15.2.4
VERSION?=15.3.0
GO_VERSION=1.21.9

BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion access/jira/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION?=15.2.4
VERSION?=15.3.0
GO_VERSION=1.21.9

BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion access/mattermost/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION?=15.2.4
VERSION?=15.3.0
GO_VERSION=1.21.9

BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion access/msteams/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION?=15.2.4
VERSION?=15.3.0
GO_VERSION=1.21.9

BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion access/pagerduty/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION?=15.2.4
VERSION?=15.3.0
GO_VERSION=1.21.9

BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion access/slack/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION?=15.2.4
VERSION?=15.3.0
GO_VERSION=1.21.9

BUILDDIR ?= build
Expand Down
6 changes: 3 additions & 3 deletions charts/access/discord/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/access/email/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
24 changes: 12 additions & 12 deletions charts/access/email/tests/__snapshot__/configmap_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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
58 changes: 29 additions & 29 deletions charts/access/email/tests/__snapshot__/deployment_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/access/jira/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
Loading
Loading