Skip to content

Commit 5151b35

Browse files
authored
Release 17.0.0-beta.1 (#48711)
1 parent de5d8ac commit 5151b35

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+216
-216
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Stable releases: "1.0.0"
1414
# Pre-releases: "1.0.0-alpha.1", "1.0.0-beta.2", "1.0.0-rc.3"
1515
# Master/dev branch: "1.0.0-dev"
16-
VERSION=17.0.0-alpha.5
16+
VERSION=17.0.0-beta.1
1717

1818
DOCKER_IMAGE ?= teleport
1919

api/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e

Submodule e updated from 3586e20 to f23f476

examples/chart/access/datadog/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.version: &version "17.0.0-alpha.5"
1+
.version: &version "17.0.0-beta.1"
22

33
apiVersion: v2
44
name: teleport-plugin-datadog

examples/chart/access/datadog/tests/__snapshot__/configmap_test.yaml.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ should match the snapshot:
2626
app.kubernetes.io/instance: RELEASE-NAME
2727
app.kubernetes.io/managed-by: Helm
2828
app.kubernetes.io/name: teleport-plugin-datadog
29-
app.kubernetes.io/version: 17.0.0-alpha.5
30-
helm.sh/chart: teleport-plugin-datadog-17.0.0-alpha.5
29+
app.kubernetes.io/version: 17.0.0-beta.1
30+
helm.sh/chart: teleport-plugin-datadog-17.0.0-beta.1
3131
name: RELEASE-NAME-teleport-plugin-datadog

examples/chart/access/datadog/tests/__snapshot__/deployment_test.yaml.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ should match the snapshot:
77
app.kubernetes.io/instance: RELEASE-NAME
88
app.kubernetes.io/managed-by: Helm
99
app.kubernetes.io/name: teleport-plugin-datadog
10-
app.kubernetes.io/version: 17.0.0-alpha.5
11-
helm.sh/chart: teleport-plugin-datadog-17.0.0-alpha.5
10+
app.kubernetes.io/version: 17.0.0-beta.1
11+
helm.sh/chart: teleport-plugin-datadog-17.0.0-beta.1
1212
name: RELEASE-NAME-teleport-plugin-datadog
1313
spec:
1414
replicas: 1
@@ -22,8 +22,8 @@ should match the snapshot:
2222
app.kubernetes.io/instance: RELEASE-NAME
2323
app.kubernetes.io/managed-by: Helm
2424
app.kubernetes.io/name: teleport-plugin-datadog
25-
app.kubernetes.io/version: 17.0.0-alpha.5
26-
helm.sh/chart: teleport-plugin-datadog-17.0.0-alpha.5
25+
app.kubernetes.io/version: 17.0.0-beta.1
26+
helm.sh/chart: teleport-plugin-datadog-17.0.0-beta.1
2727
spec:
2828
containers:
2929
- command:

examples/chart/access/discord/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.version: &version "17.0.0-alpha.5"
1+
.version: &version "17.0.0-beta.1"
22

33
apiVersion: v2
44
name: teleport-plugin-discord

examples/chart/access/discord/tests/__snapshot__/configmap_test.yaml.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ should match the snapshot:
2424
app.kubernetes.io/instance: RELEASE-NAME
2525
app.kubernetes.io/managed-by: Helm
2626
app.kubernetes.io/name: teleport-plugin-discord
27-
app.kubernetes.io/version: 17.0.0-alpha.5
28-
helm.sh/chart: teleport-plugin-discord-17.0.0-alpha.5
27+
app.kubernetes.io/version: 17.0.0-beta.1
28+
helm.sh/chart: teleport-plugin-discord-17.0.0-beta.1
2929
name: RELEASE-NAME-teleport-plugin-discord

examples/chart/access/discord/tests/__snapshot__/deployment_test.yaml.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ should match the snapshot:
77
app.kubernetes.io/instance: RELEASE-NAME
88
app.kubernetes.io/managed-by: Helm
99
app.kubernetes.io/name: teleport-plugin-discord
10-
app.kubernetes.io/version: 17.0.0-alpha.5
11-
helm.sh/chart: teleport-plugin-discord-17.0.0-alpha.5
10+
app.kubernetes.io/version: 17.0.0-beta.1
11+
helm.sh/chart: teleport-plugin-discord-17.0.0-beta.1
1212
name: RELEASE-NAME-teleport-plugin-discord
1313
spec:
1414
replicas: 1
@@ -22,8 +22,8 @@ should match the snapshot:
2222
app.kubernetes.io/instance: RELEASE-NAME
2323
app.kubernetes.io/managed-by: Helm
2424
app.kubernetes.io/name: teleport-plugin-discord
25-
app.kubernetes.io/version: 17.0.0-alpha.5
26-
helm.sh/chart: teleport-plugin-discord-17.0.0-alpha.5
25+
app.kubernetes.io/version: 17.0.0-beta.1
26+
helm.sh/chart: teleport-plugin-discord-17.0.0-beta.1
2727
spec:
2828
containers:
2929
- command:

examples/chart/access/email/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.version: &version "17.0.0-alpha.5"
1+
.version: &version "17.0.0-beta.1"
22

33
apiVersion: v2
44
name: teleport-plugin-email

0 commit comments

Comments
 (0)