Skip to content

Commit a65c1f0

Browse files
committed
Prepare v2.14.4
Signed-off-by: njayp <[email protected]>
1 parent 4062af0 commit a65c1f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/spf13/cobra v1.7.0
3232
github.com/spf13/pflag v1.0.5
3333
github.com/stretchr/testify v1.8.2
34-
github.com/telepresenceio/telepresence/rpc/v2 v2.14.3-rc.6
34+
github.com/telepresenceio/telepresence/rpc/v2 v2.14.4
3535
github.com/vishvananda/netlink v1.2.1-beta.2
3636
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.41.1
3737
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.41.1

packaging/bundle.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2-
<Bundle Name="Telepresence" Manufacturer="Ambassador Labs" Version="2.14.3"
2+
<Bundle Name="Telepresence" Manufacturer="Ambassador Labs" Version="2.14.4"
33
UpgradeCode="82fd5464-dd21-44bd-a44d-053cea4da740">
44

55
<BootstrapperApplication>

packaging/telepresence.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2-
<Package Name="Telepresence" Language="1033" Codepage="1252" Version="2.14.3"
2+
<Package Name="Telepresence" Language="1033" Codepage="1252" Version="2.14.4"
33
Manufacturer="Ambassador Labs" InstallerVersion="100" ProductCode="*"
44
UpgradeCode="fdac1021-3405-4097-84e3-1e683ba9eee5">
55
<SummaryInformation Keywords="Installer" Description="Ambassador's Telepresence Installer"

pkg/vif/testdata/router/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/pkg/errors v0.9.1 // indirect
4848
github.com/spf13/cobra v1.7.0 // indirect
4949
github.com/spf13/pflag v1.0.5 // indirect
50-
github.com/telepresenceio/telepresence/rpc/v2 v2.14.3-rc.6 // indirect
50+
github.com/telepresenceio/telepresence/rpc/v2 v2.14.4 // indirect
5151
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
5252
github.com/vishvananda/netns v0.0.4 // indirect
5353
github.com/xlab/treeprint v1.2.0 // indirect

0 commit comments

Comments
 (0)