Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/tigera/operator from 1.35.0 to 1.36.0 #1530

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/tigera/operator v1.35.0
github.com/tigera/operator v1.36.0
github.com/vishvananda/netlink v1.2.1-beta.2.0.20230130171208-05506ada9f99
go.uber.org/zap v1.27.0
golang.org/x/sys v0.25.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tigera/api v0.0.0-20230406222214-ca74195900cb h1:Y7r5Al3V235KaEoAzGBz9RYXEbwDu8CPaZoCq2PlD8w=
github.com/tigera/api v0.0.0-20230406222214-ca74195900cb/go.mod h1:ZZghiX3CUsBAc0osBjRvV6y/eun2ObYdvSbjqXAoj/w=
github.com/tigera/operator v1.35.0 h1:lATfc5r2EQCPiuh8tDD9Vd2tvWAwXt+S4LS/mycVyCM=
github.com/tigera/operator v1.35.0/go.mod h1:gqCRZUAJpvbMJYNkvtNMhqR8I7Xi2lgPFI7MzrRJqTU=
github.com/tigera/operator v1.36.0 h1:d0+1pbZsGXfp3zSmR/SQxIagEjm4wszo5/mUo0/tGto=
github.com/tigera/operator v1.36.0/go.mod h1:oiZ7qwlvN9BZLZfVagxjJ3a5lRf5LgYQnoH0f5skU1c=
github.com/toqueteos/webbrowser v1.2.0 h1:tVP/gpK69Fx+qMJKsLE7TD8LuGWPnEV71wBN9rrstGQ=
github.com/toqueteos/webbrowser v1.2.0/go.mod h1:XWoZq4cyp9WeUeak7w7LXRUQf1F1ATJMir8RTqb4ayM=
github.com/vishvananda/netlink v1.2.1-beta.2.0.20230130171208-05506ada9f99 h1:FUmcbl0T7ugzsjfmWBKmIM1c4UPOMygAEpmwGKKdAp8=
Expand Down

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

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ github.com/subosito/gotenv
# github.com/tigera/api v0.0.0-20230406222214-ca74195900cb
## explicit; go 1.18
github.com/tigera/api/pkg/lib/numorstring
# github.com/tigera/operator v1.35.0
# github.com/tigera/operator v1.36.0
## explicit; go 1.22.0
github.com/tigera/operator/pkg/apis/crd.projectcalico.org/v1
# github.com/toqueteos/webbrowser v1.2.0
Expand Down
Loading