Skip to content

Commit

Permalink
Prepare v2.15.1-rc.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Cortes <[email protected]>
  • Loading branch information
josecv committed Sep 6, 2023
1 parent 8b205bc commit 38d3263
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docDescription: >-
customizable development environments.
items:
- version: 2.15.1
date: "TBD"
date: "2023-09-06"
notes:
- type: security
title: Rebuild with go 1.21.1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
github.com/telepresenceio/telepresence/rpc/v2 v2.15.0
github.com/telepresenceio/telepresence/rpc/v2 v2.15.1-rc.3
github.com/vishvananda/netlink v1.2.1-beta.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.41.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.41.1
Expand Down
2 changes: 1 addition & 1 deletion packaging/bundle.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Bundle Name="Telepresence" Manufacturer="Ambassador Labs" Version="2.15.0"
<Bundle Name="Telepresence" Manufacturer="Ambassador Labs" Version="2.15.1"
UpgradeCode="82fd5464-dd21-44bd-a44d-053cea4da740">

<BootstrapperApplication>
Expand Down
2 changes: 1 addition & 1 deletion packaging/telepresence.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Package Name="Telepresence" Language="1033" Codepage="1252" Version="2.15.0"
<Package Name="Telepresence" Language="1033" Codepage="1252" Version="2.15.1"
Manufacturer="Ambassador Labs" InstallerVersion="100" ProductCode="*"
UpgradeCode="fdac1021-3405-4097-84e3-1e683ba9eee5">
<SummaryInformation Keywords="Installer" Description="Ambassador's Telepresence Installer"
Expand Down
2 changes: 1 addition & 1 deletion pkg/vif/testdata/router/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/telepresenceio/telepresence/rpc/v2 v2.15.0 // indirect
github.com/telepresenceio/telepresence/rpc/v2 v2.15.1-rc.3 // indirect
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion tools/src/test-report/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ require (
github.com/sirupsen/logrus v1.9.2 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/telepresenceio/telepresence/rpc/v2 v2.15.0 // indirect
github.com/telepresenceio/telepresence/rpc/v2 v2.15.1-rc.3 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
go.starlark.net v0.0.0-20230302034142-4b1e35fe2254 // indirect
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
Expand Down

0 comments on commit 38d3263

Please sign in to comment.