Skip to content

Commit

Permalink
Update version to 17.1.0-dev.ravicious.1
Browse files Browse the repository at this point in the history
Multi-port support in VNet (#49453) backported to branch/v17.
  • Loading branch information
ravicious committed Nov 26, 2024
1 parent 27c8093 commit d148723
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion api/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.assets/macos/tsh/tsh.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>17.0.2</string>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>17.0.2</string>
<string>1.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
4 changes: 2 additions & 2 deletions build.assets/macos/tshdev/tsh.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>17.0.2</string>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>17.0.2</string>
<string>1.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/access/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

apiVersion: v2
name: teleport-plugin-datadog
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/access/discord/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

apiVersion: v2
name: teleport-plugin-discord
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/access/email/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

apiVersion: v2
name: teleport-plugin-email
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/access/jira/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

apiVersion: v2
name: teleport-plugin-jira
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/access/mattermost/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

apiVersion: v2
name: teleport-plugin-mattermost
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/access/msteams/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

apiVersion: v2
name: teleport-plugin-msteams
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/access/pagerduty/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

apiVersion: v2
name: teleport-plugin-pagerduty
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/access/slack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

apiVersion: v2
name: teleport-plugin-slack
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/event-handler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

apiVersion: v2
name: teleport-plugin-event-handler
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/tbot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

name: tbot
apiVersion: v2
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/teleport-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

name: teleport-cluster
apiVersion: v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

name: teleport-operator
apiVersion: v2
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/teleport-kube-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.version: &version "17.0.2"
.version: &version "17.1.0-dev.ravicious.1"

name: teleport-kube-agent
apiVersion: v2
Expand Down

0 comments on commit d148723

Please sign in to comment.