From fc579dcd05d4cac14b082f164a3c5044983d593b Mon Sep 17 00:00:00 2001 From: Eric Stroczynski Date: Tue, 5 Oct 2021 14:45:51 -0700 Subject: [PATCH] chore(deps): bump api to v0.10.7 Signed-off-by: Eric Stroczynski --- changelog/fragments/api-sa-bugfix.yaml | 5 +++++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 changelog/fragments/api-sa-bugfix.yaml diff --git a/changelog/fragments/api-sa-bugfix.yaml b/changelog/fragments/api-sa-bugfix.yaml new file mode 100644 index 00000000000..e111a4d9ecc --- /dev/null +++ b/changelog/fragments/api-sa-bugfix.yaml @@ -0,0 +1,5 @@ +entries: + - description: > + Fixed an error where `bundle validate` would return a "duplicate service account" error when + an object and service account have the same `.metadata.name` in a bundle. + kind: bugfix diff --git a/go.mod b/go.mod index bd3eb07fb80..49e6e792281 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2 github.com/onsi/ginkgo v1.16.4 github.com/onsi/gomega v1.15.0 - github.com/operator-framework/api v0.10.6 + github.com/operator-framework/api v0.10.7 github.com/operator-framework/java-operator-plugins v0.1.0 github.com/operator-framework/operator-lib v0.6.0 github.com/operator-framework/operator-registry v1.17.4 diff --git a/go.sum b/go.sum index 49ce52257af..5386033aaa8 100644 --- a/go.sum +++ b/go.sum @@ -900,8 +900,8 @@ github.com/openzipkin/zipkin-go v0.2.1/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnh github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4= github.com/operator-framework/api v0.7.1/go.mod h1:L7IvLd/ckxJEJg/t4oTTlnHKAJIP/p51AvEslW3wYdY= github.com/operator-framework/api v0.10.0/go.mod h1:tV0BUNvly7szq28ZPBXhjp1Sqg5yHCOeX19ui9K4vjI= -github.com/operator-framework/api v0.10.6 h1:Vi2l5xbdDFLa9ktpOPpfsepmT+mtHD9ztI8PDWMZ1Co= -github.com/operator-framework/api v0.10.6/go.mod h1:PtQSNSuVrhSC6YE6JJJZv3nnZJc32osKX8FmFUZK05U= +github.com/operator-framework/api v0.10.7 h1:GlZJ6m+0WSVdSsSjTbhKKAvHXamWJXhwXHUhVwL8LBE= +github.com/operator-framework/api v0.10.7/go.mod h1:PtQSNSuVrhSC6YE6JJJZv3nnZJc32osKX8FmFUZK05U= github.com/operator-framework/java-operator-plugins v0.1.0 h1:khkYsrkEG4m+wT+oPjZYmWXo8jd0QQ8E4agSrqrhPhU= github.com/operator-framework/java-operator-plugins v0.1.0/go.mod h1:sGKGELFkUeRqElcyvyPC89bC76YnCL7MPMa13P0AQcw= github.com/operator-framework/operator-lib v0.6.0 h1:srZoTL8P7OZUOovMkQkd4vwIbFzFNW413R/6V9N9rz4=