From 6b642b98734aad4f6a638ab8710204cc810ab12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:58:02 +0000 Subject: [PATCH] build(deps): bump github.com/tigera/operator from 1.32.4 to 1.33.0 Bumps [github.com/tigera/operator](https://github.com/tigera/operator) from 1.32.4 to 1.33.0. - [Release notes](https://github.com/tigera/operator/releases) - [Changelog](https://github.com/tigera/operator/blob/master/generate-release-notes.py) - [Commits](https://github.com/tigera/operator/compare/v1.32.4...v1.33.0) --- updated-dependencies: - dependency-name: github.com/tigera/operator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- vendor/modules.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 32001fc5a..157293141 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( github.com/spf13/cobra v1.8.0 github.com/spf13/viper v1.18.2 github.com/stretchr/testify v1.8.4 - github.com/tigera/operator v1.32.4 + github.com/tigera/operator v1.33.0 github.com/vishvananda/netlink v1.2.1-beta.2.0.20230130171208-05506ada9f99 go.uber.org/zap v1.25.0 golang.org/x/sys v0.17.0 diff --git a/go.sum b/go.sum index e5359c98a..a05bd62c1 100644 --- a/go.sum +++ b/go.sum @@ -512,8 +512,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.32.4 h1:3bJb2+xDlo7HBlDUClJpdNA1bI3HcaL/EXnGJojcgr8= -github.com/tigera/operator v1.32.4/go.mod h1:kTdcz+sQC3ISa77YdMPsmH5YqDER/R7hnboGkXl+qk8= +github.com/tigera/operator v1.33.0 h1:ml2d8+eADJHMxenBcMlMpC4ZRZ0bgvXGx9i6fQsKje0= +github.com/tigera/operator v1.33.0/go.mod h1:wNvPsEdBNdcVBC7pDKz+D8+2Jg/1mTK0bm0Ob/xT8Ho= 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= diff --git a/vendor/modules.txt b/vendor/modules.txt index 87cbe34c3..a07ac64b5 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -419,7 +419,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.32.4 +# github.com/tigera/operator v1.33.0 ## explicit; go 1.20 github.com/tigera/operator/pkg/apis/crd.projectcalico.org/v1 # github.com/toqueteos/webbrowser v1.2.0