From d148723bffb3b8c0c1231d56d83232513b5403ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Cie=C5=9Blak?= Date: Tue, 26 Nov 2024 12:27:54 +0100 Subject: [PATCH] Update version to 17.1.0-dev.ravicious.1 Multi-port support in VNet (#49453) backported to branch/v17. --- Makefile | 2 +- api/version.go | 2 +- build.assets/macos/tsh/tsh.app/Contents/Info.plist | 4 ++-- build.assets/macos/tshdev/tsh.app/Contents/Info.plist | 4 ++-- examples/chart/access/datadog/Chart.yaml | 2 +- examples/chart/access/discord/Chart.yaml | 2 +- examples/chart/access/email/Chart.yaml | 2 +- examples/chart/access/jira/Chart.yaml | 2 +- examples/chart/access/mattermost/Chart.yaml | 2 +- examples/chart/access/msteams/Chart.yaml | 2 +- examples/chart/access/pagerduty/Chart.yaml | 2 +- examples/chart/access/slack/Chart.yaml | 2 +- examples/chart/event-handler/Chart.yaml | 2 +- examples/chart/tbot/Chart.yaml | 2 +- examples/chart/teleport-cluster/Chart.yaml | 2 +- .../teleport-cluster/charts/teleport-operator/Chart.yaml | 2 +- examples/chart/teleport-kube-agent/Chart.yaml | 2 +- 17 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index daa8e96b862ed..aa326fd881dca 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # Stable releases: "1.0.0" # Pre-releases: "1.0.0-alpha.1", "1.0.0-beta.2", "1.0.0-rc.3" # Master/dev branch: "1.0.0-dev" -VERSION=17.0.2 +VERSION=17.1.0-dev.ravicious.1 DOCKER_IMAGE ?= teleport diff --git a/api/version.go b/api/version.go index aea12a72d84b2..63f7ccc47d0a4 100644 --- a/api/version.go +++ b/api/version.go @@ -3,6 +3,6 @@ package api import "github.com/coreos/go-semver/semver" -const Version = "17.0.2" +const Version = "17.1.0-dev.ravicious.1" var SemVersion = semver.New(Version) diff --git a/build.assets/macos/tsh/tsh.app/Contents/Info.plist b/build.assets/macos/tsh/tsh.app/Contents/Info.plist index a9e1e191ba220..97ae953de6353 100644 --- a/build.assets/macos/tsh/tsh.app/Contents/Info.plist +++ b/build.assets/macos/tsh/tsh.app/Contents/Info.plist @@ -19,13 +19,13 @@ CFBundlePackageType APPL CFBundleShortVersionString - 17.0.2 + 1.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion - 17.0.2 + 1.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/build.assets/macos/tshdev/tsh.app/Contents/Info.plist b/build.assets/macos/tshdev/tsh.app/Contents/Info.plist index d96fd17f53844..f8ed424da1831 100644 --- a/build.assets/macos/tshdev/tsh.app/Contents/Info.plist +++ b/build.assets/macos/tshdev/tsh.app/Contents/Info.plist @@ -17,13 +17,13 @@ CFBundlePackageType APPL CFBundleShortVersionString - 17.0.2 + 1.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion - 17.0.2 + 1.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/examples/chart/access/datadog/Chart.yaml b/examples/chart/access/datadog/Chart.yaml index 8bb376329f8b9..c9b7f89bec51f 100644 --- a/examples/chart/access/datadog/Chart.yaml +++ b/examples/chart/access/datadog/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" apiVersion: v2 name: teleport-plugin-datadog diff --git a/examples/chart/access/discord/Chart.yaml b/examples/chart/access/discord/Chart.yaml index 1457b0e79fa3a..e3da8fa1f0585 100644 --- a/examples/chart/access/discord/Chart.yaml +++ b/examples/chart/access/discord/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" apiVersion: v2 name: teleport-plugin-discord diff --git a/examples/chart/access/email/Chart.yaml b/examples/chart/access/email/Chart.yaml index 0f27f57c95c19..944b858614929 100644 --- a/examples/chart/access/email/Chart.yaml +++ b/examples/chart/access/email/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" apiVersion: v2 name: teleport-plugin-email diff --git a/examples/chart/access/jira/Chart.yaml b/examples/chart/access/jira/Chart.yaml index cdce4722e7765..03a0e1cfda206 100644 --- a/examples/chart/access/jira/Chart.yaml +++ b/examples/chart/access/jira/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" apiVersion: v2 name: teleport-plugin-jira diff --git a/examples/chart/access/mattermost/Chart.yaml b/examples/chart/access/mattermost/Chart.yaml index 8a762673daf13..d64137909c55c 100644 --- a/examples/chart/access/mattermost/Chart.yaml +++ b/examples/chart/access/mattermost/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" apiVersion: v2 name: teleport-plugin-mattermost diff --git a/examples/chart/access/msteams/Chart.yaml b/examples/chart/access/msteams/Chart.yaml index 39a79f1a2b87a..139ada9c00a20 100644 --- a/examples/chart/access/msteams/Chart.yaml +++ b/examples/chart/access/msteams/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" apiVersion: v2 name: teleport-plugin-msteams diff --git a/examples/chart/access/pagerduty/Chart.yaml b/examples/chart/access/pagerduty/Chart.yaml index 089eda7972f6e..a9475a4542cdb 100644 --- a/examples/chart/access/pagerduty/Chart.yaml +++ b/examples/chart/access/pagerduty/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" apiVersion: v2 name: teleport-plugin-pagerduty diff --git a/examples/chart/access/slack/Chart.yaml b/examples/chart/access/slack/Chart.yaml index 5bec9fbedb51e..cf1ded29f2733 100644 --- a/examples/chart/access/slack/Chart.yaml +++ b/examples/chart/access/slack/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" apiVersion: v2 name: teleport-plugin-slack diff --git a/examples/chart/event-handler/Chart.yaml b/examples/chart/event-handler/Chart.yaml index 998cb7f1ff875..2c7288d54db28 100644 --- a/examples/chart/event-handler/Chart.yaml +++ b/examples/chart/event-handler/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" apiVersion: v2 name: teleport-plugin-event-handler diff --git a/examples/chart/tbot/Chart.yaml b/examples/chart/tbot/Chart.yaml index f3ff01ed1d9ad..68d765ae724d9 100644 --- a/examples/chart/tbot/Chart.yaml +++ b/examples/chart/tbot/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" name: tbot apiVersion: v2 diff --git a/examples/chart/teleport-cluster/Chart.yaml b/examples/chart/teleport-cluster/Chart.yaml index e9c697272187d..1d5852b2b2f9b 100644 --- a/examples/chart/teleport-cluster/Chart.yaml +++ b/examples/chart/teleport-cluster/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" name: teleport-cluster apiVersion: v2 diff --git a/examples/chart/teleport-cluster/charts/teleport-operator/Chart.yaml b/examples/chart/teleport-cluster/charts/teleport-operator/Chart.yaml index 229b4b899d804..98a0685a1b045 100644 --- a/examples/chart/teleport-cluster/charts/teleport-operator/Chart.yaml +++ b/examples/chart/teleport-cluster/charts/teleport-operator/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" name: teleport-operator apiVersion: v2 diff --git a/examples/chart/teleport-kube-agent/Chart.yaml b/examples/chart/teleport-kube-agent/Chart.yaml index 673902d009cfa..ec2b4aeb8242f 100644 --- a/examples/chart/teleport-kube-agent/Chart.yaml +++ b/examples/chart/teleport-kube-agent/Chart.yaml @@ -1,4 +1,4 @@ -.version: &version "17.0.2" +.version: &version "17.1.0-dev.ravicious.1" name: teleport-kube-agent apiVersion: v2