From 4b785f9f7884a006c52aea1654b7ec9df9b85414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:59:12 +0000 Subject: [PATCH] Bump github.com/operator-framework/operator-controller Bumps [github.com/operator-framework/operator-controller](https://github.com/operator-framework/operator-controller) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/operator-framework/operator-controller/releases) - [Changelog](https://github.com/operator-framework/operator-controller/blob/main/RELEASE.md) - [Commits](https://github.com/operator-framework/operator-controller/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/operator-controller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 235e87b..80fbf21 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/onsi/gomega v1.34.2 github.com/opencontainers/image-spec v1.1.0 github.com/operator-framework/api v0.27.0 - github.com/operator-framework/operator-controller v0.12.0 + github.com/operator-framework/operator-controller v0.13.0 github.com/operator-framework/operator-lifecycle-manager v0.23.1 github.com/operator-framework/operator-registry v1.46.0 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index d11f159..fc738e8 100644 --- a/go.sum +++ b/go.sum @@ -240,8 +240,8 @@ github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE github.com/opencontainers/runtime-spec v1.2.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= github.com/operator-framework/api v0.27.0 h1:OrVaGKZJvbZo58HTv2guz7aURkhVKYhFqZ/6VpifiXI= github.com/operator-framework/api v0.27.0/go.mod h1:lg2Xx+S8NQWGYlEOvFwQvH46E5EK5IrAIL7HWfAhciM= -github.com/operator-framework/operator-controller v0.12.0 h1:qo2OifkH60yj3aWIlVgCDlhZyuPl94AuwTX1TML+Zl0= -github.com/operator-framework/operator-controller v0.12.0/go.mod h1:wwZ9VPdCS9s+pUxEghklmnnj/ov27I0QC4tAQyG3n9Y= +github.com/operator-framework/operator-controller v0.13.0 h1:usQ96UUwMuL5z6fRMoB3Zul9uIsqI+VHhhpHMbTB/x0= +github.com/operator-framework/operator-controller v0.13.0/go.mod h1:0rvk+YPDa33jv9FPWTkFocEz7boOEDVEWToNUFUA5fA= github.com/operator-framework/operator-lifecycle-manager v0.23.1 h1:Xw2ml1T4W2ieoFaVwanW/eFlZ11yAOJZUpUI8RLSql8= github.com/operator-framework/operator-lifecycle-manager v0.23.1/go.mod h1:q/QgVi/WooEyOFw8ipQrb2A/InjM4djCwPf7IlCpSOQ= github.com/operator-framework/operator-registry v1.46.0 h1:t10Ej4QHsHhHswsJ/MO1WAc7LW91wb1nMCrnD6+sRV0=