You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/12/13 23:49:13 UTC

(camel-k) branch main updated (1873aa161 -> 467c12659)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 1873aa161 fix(cmd): move log in init to catch all options
     new 146a5bc1a chore: changelog automatic update
     new 565208cd7 chore: autogenerated project resource update
     new 0daf4ce33 chore: nightly SBOM update
     new 467c12659 chore: nightly coverage badge update

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                   |   5 +
 README.adoc                    |   2 +-
 camel-k-sbom/camel-k-sbom.json |  62 ++++-----
 pkg/resources/resources.go     | 306 +++++++++++++++++++++++++++++++----------
 4 files changed, 268 insertions(+), 107 deletions(-)


(camel-k) 01/04: chore: changelog automatic update

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 146a5bc1ac9b81d11625cf12d508421d00c2cd2c
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Dec 13 23:44:06 2023 +0000

    chore: changelog automatic update
---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51f83da7f..051009990 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Usage of older Kameletes version on main [\#4985](https://github.com/apache/camel-k/issues/4985)
 - Fail to run route with toD [\#4972](https://github.com/apache/camel-k/issues/4972)
 - Improve cross-namespace check when referencing Kamelets in Pipes [\#4961](https://github.com/apache/camel-k/issues/4961)
 - Ability to apply node selectors/affinity configuration [\#4958](https://github.com/apache/camel-k/issues/4958)
@@ -20,6 +21,7 @@
 - TestSecretHotReload failure [\#4902](https://github.com/apache/camel-k/issues/4902)
 - Camel K offline error [\#4894](https://github.com/apache/camel-k/issues/4894)
 - Native image builds failing with dependencies from private repository [\#4892](https://github.com/apache/camel-k/issues/4892)
+- log.SetLogger\(...\) was never called [\#4891](https://github.com/apache/camel-k/issues/4891)
 - Runtime compatibility matrix should be changed to default matrix [\#4886](https://github.com/apache/camel-k/issues/4886)
 - SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" when running an integration [\#4882](https://github.com/apache/camel-k/issues/4882)
 - Coverage report sends message 3 times [\#4875](https://github.com/apache/camel-k/issues/4875)
@@ -41,6 +43,7 @@
 
 **Merged pull requests:**
 
+- chore\(deps\): bump github.com/google/uuid from 1.4.0 to 1.5.0 [\#4986](https://github.com/apache/camel-k/pull/4986) ([dependabot[bot]](https://github.com/apps/dependabot))
 - chore: Improve YAKS E2E tests [\#4984](https://github.com/apache/camel-k/pull/4984) ([christophd](https://github.com/christophd))
 - chore\(deps\): bump github.com/spf13/viper from 1.17.0 to 1.18.1 [\#4982](https://github.com/apache/camel-k/pull/4982) ([dependabot[bot]](https://github.com/apps/dependabot))
 - chore: Fix CRD samples [\#4981](https://github.com/apache/camel-k/pull/4981) ([christophd](https://github.com/christophd))
@@ -49,6 +52,7 @@
 - Fix: Fail to run route with toD \#4972 [\#4976](https://github.com/apache/camel-k/pull/4976) ([claudio4j](https://github.com/claudio4j))
 - Remove index table which is not refering to any table [\#4975](https://github.com/apache/camel-k/pull/4975) ([apupier](https://github.com/apupier))
 - chore\(doc\): deps matrix [\#4973](https://github.com/apache/camel-k/pull/4973) ([squakez](https://github.com/squakez))
+- fix\(cmd\): move log in init to catch all options [\#4969](https://github.com/apache/camel-k/pull/4969) ([squakez](https://github.com/squakez))
 - feat\(\#4958\): Supporting node selectors for the builder pod [\#4968](https://github.com/apache/camel-k/pull/4968) ([lsergio](https://github.com/lsergio))
 - fix\(trait\): doc to explain initContainers [\#4966](https://github.com/apache/camel-k/pull/4966) ([squakez](https://github.com/squakez))
 - fix\(\#4961\): Improve cross-namespace check for Kamelet refs [\#4965](https://github.com/apache/camel-k/pull/4965) ([christophd](https://github.com/christophd))
@@ -75,6 +79,7 @@
 - fix\(\#4916\): Improve component resolver [\#4919](https://github.com/apache/camel-k/pull/4919) ([christophd](https://github.com/christophd))
 - Use filepath.clean in json-schema-gen command for destination parameter [\#4918](https://github.com/apache/camel-k/pull/4918) ([oscerd](https://github.com/oscerd))
 - test\(health\): \#3997 structured conditions for scaled integrations [\#4917](https://github.com/apache/camel-k/pull/4917) ([rinaldodev](https://github.com/rinaldodev))
+- feat\(install\): Separate namespaced and descoped rbacs [\#4914](https://github.com/apache/camel-k/pull/4914) ([gansheer](https://github.com/gansheer))
 - chore\(deps\): bump golang.org/x/term from 0.13.0 to 0.14.0 [\#4913](https://github.com/apache/camel-k/pull/4913) ([dependabot[bot]](https://github.com/apps/dependabot))
 - chore\(deps\): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 [\#4912](https://github.com/apache/camel-k/pull/4912) ([dependabot[bot]](https://github.com/apps/dependabot))
 - chore\(deps\): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 [\#4911](https://github.com/apache/camel-k/pull/4911) ([dependabot[bot]](https://github.com/apps/dependabot))


(camel-k) 02/04: chore: autogenerated project resource update

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 565208cd760796f202b62b82cce166c76d1b997b
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Dec 13 23:46:49 2023 +0000

    chore: autogenerated project resource update
---
 pkg/resources/resources.go | 306 ++++++++++++++++++++++++++++++++++-----------
 1 file changed, 231 insertions(+), 75 deletions(-)

diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 2cfc89c0c..ff3426a81 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -266,178 +266,306 @@ var assets = func() http.FileSystem {
 			name:    "rbac",
 			modTime: time.Time{},
 		},
-		"/rbac/openshift": &vfsgen۰DirInfo{
-			name:    "openshift",
+		"/rbac/descoped": &vfsgen۰DirInfo{
+			name:    "descoped",
 			modTime: time.Time{},
 		},
-		"/rbac/openshift/operator-cluster-role-console-binding-openshift.yaml": &vfsgen۰CompressedFileInfo{
-			name:             "operator-cluster-role-console-binding-openshift.yaml",
+		"/rbac/descoped/operator-cluster-role-binding-events.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-binding-events.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1280,
+			uncompressedSize: 1258,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\x39\x9b\xdd\x56\x68\x60\x03\x96\xd3\x20\x47\x9a\x1a\x4b\xd3\xa5\x38\xea\x90\x5a\xc5\xfd\xfa\x82\xb2\xdd\x6c\x10\xb4\x40\x80\xf0\x26\x71\x66\xde\x7b\xf3\x1e\x0b\x2c\xbf\xdf\x31\x05\xde\xb1\xa3\x10\xa9\x41\x12\xa4\x8e\xb0\x19\xac\xeb\x08\xb5\x9c\xd2\x64\x95\xf0\x28\x63\x68\x6c\x62\x09\x78\xb5\xa9\x1f\x5f\x63\x0c\x0d\x29\x24\x10\x44\xd1\x8b\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xbb\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x34\x35\x96\xa6\x4b\x71\xd4\x21\xb5\x8a\xfb\xeb\x0b\xca\x76\xb3\x41\xd0\x22\x87\xf0\x26\x70\xf4\x3e\xe6\x3d\x16\x58\x7e\xbf\x63\x0a\xbc\x63\x47\x21\x52\x83\x24\x48\x1d\x61\x33\x58\xd7\x11\x6a\x39\xa5\xc9\x2a\xe1\x51\xc6\xd0\xd8\xc4\x12\xf0\x6a\x53\x3f\xbe\xc6\x18\x1a\x52\x48\x20\x88\xa2\x17\x25\x [...]
 		},
-		"/rbac/openshift/operator-cluster-role-console-openshift.yaml": &vfsgen۰CompressedFileInfo{
-			name:             "operator-cluster-role-console-openshift.yaml",
+		"/rbac/descoped/operator-cluster-role-binding-keda.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-binding-keda.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1262,
+			uncompressedSize: 1254,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xb5\x6d\x4f\x85\x7b\x72\x37\xbb\xad\xd0\xc0\x06\x56\x4e\x83\x1c\x69\x6a\x2c\x0d\x96\xe2\xa8\x43\x6a\x95\xed\xd7\x17\xa4\xed\x64\x17\xbd\x86\x17\x8d\xa8\xc7\x37\xef\xf1\x8d\x2a\xac\x7f\xdc\x32\x15\x3e\xb2\xa3\x10\xa9\x43\x12\xa4\x81\xb0\x9d\xac\x1b\x08\xad\x9c\xd2\x62\x95\xf0\x20\x73\xe8\x6c\x62\x09\x78\xb7\x6d\x1f\xde\x63\x0e\x1d\x29\x24\x10\x44\x31\x8a\x92\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xbb\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x63\x6a\x2c\x4d\x4d\x71\x54\x92\x5a\x65\xfb\xeb\x0b\xca\x76\xb3\x41\xd0\xe6\x12\xde\x04\x8e\xde\xc7\xbc\xc7\x02\xcb\xef\x77\x4c\x81\x77\x62\xd9\x47\x6e\x90\x14\xa9\x63\x6c\x06\xb2\x1d\xa3\xd6\x53\x9a\x28\x30\x1e\x75\xf4\x0d\x25\x51\x8f\x57\x9b\xfa\xf1\x35\x46\xdf\x70\x80\x7a\x86\x06\xf4\x1a\xd8\x [...]
 		},
-		"/rbac/openshift/operator-role-binding-openshift.yaml": &vfsgen۰CompressedFileInfo{
-			name:             "operator-role-binding-openshift.yaml",
+		"/rbac/descoped/operator-cluster-role-binding-knative.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-binding-knative.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1225,
+			uncompressedSize: 1260,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xab\x46\x14\xdd\xcf\xaf\x38\x32\x9b\xf7\x24\x1b\xb7\x5d\x55\xee\x8a\x97\xd8\x2d\x6a\x64\x4b\xc6\x69\x94\xe5\x78\xb8\xc0\xad\x61\x2e\x9d\x19\x42\xdc\x5f\x5f\x0d\xb6\x9b\x44\x55\xab\x2e\x32\x2b\x10\x97\xf3\x71\xcf\x99\x04\x8b\xcf\x3b\x2a\xc1\x03\x1b\xb2\x9e\x4a\x04\x41\x68\x08\x59\xaf\x4d\x43\x28\xa4\x0a\xa3\x76\x84\x8d\x0c\xb6\xd4\x81\xc5\xe2\x4b\x56\x6c\xbe\x62\xb0\x25\x39\x88\x25\x88\x43\x27\x8e\x54\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xbb\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x63\x6a\x2c\x4d\x4d\x71\x54\x92\x5a\x65\xfb\xeb\x0b\xca\x76\xb3\x41\xd0\x22\x87\xf0\x26\x70\xf4\x3e\xe6\x3d\x16\x58\x7e\xbf\x63\x0a\xbc\x13\xcb\x3e\x72\x83\xa4\x48\x1d\x63\x33\x90\xed\x18\xb5\x9e\xd2\x44\x81\xf1\xa8\xa3\x6f\x28\x89\x7a\xbc\xda\xd4\x8f\xaf\x31\xfa\x86\x03\xd4\x33\x34\xa0\xd7\xc0\x [...]
 		},
-		"/rbac/openshift/operator-role-openshift.yaml": &vfsgen۰CompressedFileInfo{
-			name:             "operator-role-openshift.yaml",
+		"/rbac/descoped/operator-cluster-role-binding-leases.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-binding-leases.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 2211,
+			uncompressedSize: 1258,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x53\x41\x8f\xdb\x46\x0f\xbd\xeb\x57\x10\xd6\x25\x01\xd6\xf2\xf7\xf5\x54\xb8\x27\x37\xd9\x6d\x8d\x06\x36\xb0\x72\x1a\xe4\x48\x8d\x68\x89\xf0\x68\x38\xe5\x8c\x56\xd9\xfc\xfa\x62\xc6\x76\xe2\xac\xbb\x9b\x4b\x80\xf8\x22\x2e\xf9\x96\x7c\x8f\x8f\x53\xc2\xfc\xc7\xfd\x8a\x12\xde\xb1\x21\x17\xa8\x85\x28\x10\x7b\x82\x95\x47\xd3\x13\xd4\xb2\x8f\x13\x2a\xc1\x9d\x8c\xae\xc5\xc8\xe2\xe0\xd5\xaa\xbe\x7b\x0d\xa3\x6b\x49\x41\x1c\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xbb\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x63\x6a\x2c\x4d\x97\xe2\xa8\x24\xb5\x8a\xfb\xeb\x0b\xca\x76\xb3\x41\xd0\x22\x87\xf0\x26\x70\xf4\x3e\xe6\x3d\x16\x58\x7e\xbf\x63\x0a\xbc\x13\xcb\x3e\x72\x83\xa4\x48\x1d\x63\x33\x90\xed\x18\xb5\x9e\xd2\x44\x81\xf1\xa8\xa3\x6f\x28\x89\x7a\xbc\xda\xd4\x8f\xaf\x31\xfa\x86\x03\xd4\x33\x34\xa0\xd7\xc0\x [...]
 		},
-		"/rbac/operator-cluster-role-addressable-resolver.yaml": &vfsgen۰CompressedFileInfo{
-			name:             "operator-cluster-role-addressable-resolver.yaml",
+		"/rbac/descoped/operator-cluster-role-binding-podmonitors.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-binding-podmonitors.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1228,
+			uncompressedSize: 1268,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x8f\xdb\x36\x10\x85\xef\xfc\x15\x0f\xd6\x25\x01\x56\x72\xdb\x53\xe1\x9e\xdc\xcd\x6e\x2b\x34\xb0\x81\x95\xd3\x20\x47\x5a\x1c\x4b\x83\xa5\x38\xea\x90\x5a\x65\xfb\xeb\x0b\xca\x76\xe3\x20\xc8\x2d\xbc\x09\x7c\x9c\xf9\xde\xbc\x51\x81\xf2\xc7\x1d\x53\xe0\x3d\xb7\x14\x22\x39\x24\x41\xea\x09\xdb\xd1\xb6\x3d\xa1\x91\x53\x9a\xad\x12\x1e\x65\x0a\xce\x26\x96\x80\x37\xdb\xe6\xf1\x2d\xa6\xe0\x48\x21\x81\x20\x8a\x41\x94\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x8f\xdb\x36\x10\x85\xef\xfc\x15\x0f\xd6\x25\x01\xd6\xde\xb6\xa7\xc2\x3d\x39\x9b\xdd\x56\x68\x60\x03\x96\xd3\x20\x47\x9a\x1a\x4b\xd3\xa5\x38\xec\x90\x5a\x65\xfb\xeb\x0b\xca\x76\xb3\x41\xd0\x22\x87\xf0\x26\x70\x38\xef\x7b\xf3\x46\x15\x96\xdf\xef\x98\x0a\xef\xd8\x51\x48\xd4\x22\x0b\x72\x4f\xd8\x44\xeb\x7a\x42\x23\xa7\x3c\x59\x25\x3c\xc8\x18\x5a\x9b\x59\x02\x5e\x6d\x9a\x87\xd7\x18\x43\x4b\x0a\x09\x04\x51\x0c\x [...]
 		},
-		"/rbac/operator-cluster-role-binding-addressable-resolver.yaml": &vfsgen۰CompressedFileInfo{
-			name:             "operator-cluster-role-binding-addressable-resolver.yaml",
+		"/rbac/descoped/operator-cluster-role-binding-strimzi.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-binding-strimzi.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1296,
+			uncompressedSize: 1260,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xcd\x8e\xdb\x36\x10\xbe\xf3\x29\x3e\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xbb\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x34\x35\x96\xa6\x4b\x71\xd4\x21\xb5\x8a\xfb\xf4\x05\x65\xbb\xd9\x20\x68\x0f\x41\x78\x13\xc8\x99\xef\x57\x05\x96\xdf\xef\x98\x02\xef\xd8\x51\x88\xd4\x20\x09\x52\x47\xd8\x0c\xd6\x75\x84\x5a\x4e\x69\xb2\x4a\x78\x94\x31\x34\x36\xb1\x04\xbc\xda\xd4\x8f\xaf\x31\x86\x86\x14\x12\x08\xa2\xe8\x45\xc9\x14\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xbb\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x34\x35\x96\xa6\x4b\x71\xd4\x21\xb5\x8a\xf3\xeb\x0b\xca\x76\xb3\x41\xd0\xa2\x87\xf0\x26\x70\xf4\x3e\xe6\x3d\x16\x58\x7e\xbf\x63\x0a\xbc\x63\x47\x21\x52\x83\x24\x48\x1d\x61\x33\x58\xd7\x11\x6a\x39\xa5\xc9\x2a\xe1\x51\xc6\xd0\xd8\xc4\x12\xf0\x6a\x53\x3f\xbe\xc6\x18\x1a\x52\x48\x20\x88\xa2\x17\x25\x [...]
 		},
-		"/rbac/operator-cluster-role-binding-custom-resource-definitions.yaml": &vfsgen۰CompressedFileInfo{
-			name:             "operator-cluster-role-binding-custom-resource-definitions.yaml",
+		"/rbac/descoped/operator-cluster-role-binding.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-binding.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1300,
+			uncompressedSize: 1244,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xbb\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x34\x35\x96\xa6\x4b\x71\xd4\x21\xb5\x8a\xfb\xeb\x0b\xca\x76\xb3\x41\xd0\x1e\x82\xe8\x26\x70\xf8\x3e\xe6\x3d\x16\x58\x7e\xbf\xcf\x14\x78\xc7\x8e\x42\xa4\x06\x49\x90\x3a\xc2\x66\xb0\xae\x23\xd4\x72\x4a\x93\x55\xc2\xa3\x8c\xa1\xb1\x89\x25\xe0\xd5\xa6\x7e\x7c\x8d\x31\x34\xa4\x90\x40\x10\x45\x2f\x4a\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xbb\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x34\x35\x96\xa6\x4b\x71\xd4\x21\xb5\x8a\xfb\xeb\x0b\xca\x76\xb3\x41\x80\x3d\x85\x37\x81\xa3\xf7\x31\xef\xb1\xc0\xf2\xc7\x1d\x53\xe0\x03\x3b\x0a\x91\x1a\x24\x41\xea\x08\x9b\xc1\xba\x8e\x50\xcb\x29\x4d\x56\x09\x8f\x32\x86\xc6\x26\x96\x80\x37\x9b\xfa\xf1\x2d\xc6\xd0\x90\x42\x02\x41\x14\xbd\x28\x99\x [...]
 		},
-		"/rbac/operator-cluster-role-custom-resource-definitions.yaml": &vfsgen۰CompressedFileInfo{
-			name:             "operator-cluster-role-custom-resource-definitions.yaml",
+		"/rbac/descoped/operator-cluster-role-events.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-events.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1195,
+			uncompressedSize: 1177,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xe3\x36\x10\xbd\xf3\x57\x3c\x58\x97\x5d\x20\x92\xdb\x9e\x0a\xf7\xe4\x66\x93\x56\xe8\xc2\x06\x22\x6f\x17\x7b\xa4\xa5\xb1\x34\x30\xc5\x51\x87\x54\x14\xf7\xd7\x17\x94\xe5\x6e\x82\xbd\x46\x37\xda\x8f\xef\x63\xde\x30\x43\xfe\x7e\x9f\xc9\xf0\x99\x6b\xf2\x81\x1a\x44\x41\xec\x08\xdb\xc1\xd6\x1d\xa1\x92\x53\x9c\xac\x12\x1e\x65\xf4\x8d\x8d\x2c\x1e\x1f\xb6\xd5\xe3\x47\x8c\xbe\x21\x85\x78\x82\x28\x7a\x51\x32\x19\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x2b\xa7\x41\x8e\x63\x69\x2c\x0d\x96\x22\xd5\x21\xb5\x8a\xfb\xf5\x05\x69\x39\xd9\xa0\xd7\xe5\xc5\x34\xf9\xf4\xe6\xbd\x79\xc3\x02\xeb\xb7\x5b\xa6\xc0\x47\x69\xd8\x05\x6e\x11\x3d\x62\xcf\xd8\x8d\xd4\xf4\x8c\xda\x9f\xe3\x4c\xca\x78\xf4\x93\x6b\x29\x8a\x77\x78\xb7\xab\x1f\xdf\x63\x72\x2d\x2b\xbc\x63\x78\xc5\xe0\x95\x [...]
 		},
-		"/rbac/operator-cluster-role-local-registry.yaml": &vfsgen۰CompressedFileInfo{
-			name:             "operator-cluster-role-local-registry.yaml",
+		"/rbac/descoped/operator-cluster-role-keda.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-keda.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1199,
+			uncompressedSize: 1259,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x14\xbc\xf3\x2b\x06\xd2\x25\x01\xd6\x72\xdb\x53\xe1\x9e\xdc\xcd\x6e\x2b\x34\x90\x81\x95\xd3\x20\x28\x72\xa0\xa5\x67\xe9\xc1\x14\x9f\xfa\x48\xad\xe2\x7e\x7d\x41\xd9\x6e\x76\x9b\x6b\x78\xb3\x39\x7c\x33\xf3\x66\x94\x63\xf5\xfd\x8e\xc9\xf1\x9e\x1b\xf2\x81\x5a\x44\x41\xec\x09\xdb\xd1\x36\x3d\xa1\x96\x63\x9c\xad\x12\x1e\x65\xf2\xad\x8d\x2c\x1e\x6f\xb6\xf5\xe3\x5b\x4c\xbe\x25\x85\x78\x82\x28\x06\x51\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\xd6\x68\x60\x03\x2b\xa7\x41\x8e\x63\x6a\x2c\x4d\x4d\x91\xea\x90\x5a\x65\xfb\xf5\x05\x69\xbb\xd9\x45\xaf\xe1\xc5\x63\x72\xe6\xcd\x7b\xf3\x46\x15\x96\xdf\xef\x98\x0a\x1f\xc5\xb2\x8f\xdc\x22\x05\xa4\x9e\xb1\x19\xc9\xf6\x8c\x26\x9c\xd2\x4c\xca\x78\x0c\x93\x6f\x29\x49\xf0\x78\xb7\x69\x1e\xdf\x63\xf2\x2d\x2b\x82\x67\x04\xc5\x10\x94\x [...]
 		},
-		"/rbac/operator-role-binding-events.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/descoped/operator-cluster-role-knative.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-knative.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1759,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\x41\x8f\xdb\x36\x10\x85\xef\xfc\x15\x0f\xd6\x25\x01\xd6\x72\xdb\x53\xe1\x9e\xdc\xcd\x6e\x6b\x34\xb0\x81\x95\xd3\x20\x47\x4a\x1a\x4b\x03\x53\x24\x3b\xa4\xac\xb8\xbf\xbe\x10\x25\x37\x4e\xf6\xb0\x97\x5d\x5d\x3c\x94\x87\x33\xdf\xcc\x7b\x76\x86\xe5\xeb\x3d\x2a\xc3\x47\xae\xc8\x06\xaa\x11\x1d\x62\x4b\xd8\x78\x5d\xb5\x84\xc2\x1d\xe3\xa0\x85\xf0\xe8\x7a\x5b\xeb\xc8\xce\xe2\xdd\xa6\x78\x7c\x8f\xde\xd6\x24\x70\x96\xe0\x [...]
+		},
+		"/rbac/descoped/operator-cluster-role-leases.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-leases.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1239,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xdb\x46\x10\xbd\xef\xaf\x78\x10\x2f\x09\x60\xd1\x6d\x4f\x85\x7a\x52\x1d\xbb\x25\x1a\x48\x80\xa9\x34\xc8\x71\xb5\x1c\x91\x03\x2f\x77\xb6\xb3\x4b\x33\xee\xaf\x2f\x96\x92\x12\x1b\xbd\x86\xa7\xd1\xea\xf1\x7d\xec\x1b\x56\x58\xff\xb8\xc7\x54\xf8\xc8\x8e\x42\xa2\x0e\x59\x90\x07\xc2\x36\x5a\x37\x10\x5a\x39\xe5\xd9\x2a\xe1\x41\xa6\xd0\xd9\xcc\x12\xf0\x6e\xdb\x3e\xbc\xc7\x14\x3a\x52\x48\x20\x88\x62\x14\x25\x53\x [...]
+		},
+		"/rbac/descoped/operator-cluster-role-podmonitors.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-podmonitors.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1249,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x37\xbb\xad\xd0\xc0\x06\x56\x4e\x83\x1c\x69\x6a\x2c\x0d\x96\xe2\xb0\x43\x6a\x95\xed\xaf\x2f\x24\xcb\xcd\x1a\xb9\x86\x17\x8f\xc9\xe1\xfb\xe0\x1b\x15\x58\xff\xb8\x65\x0a\x7c\x64\x47\x21\x51\x83\x2c\xc8\x1d\x61\x17\xad\xeb\x08\xb5\x9c\xf3\x68\x95\xf0\x28\x43\x68\x6c\x66\x09\x78\xb7\xab\x1f\xdf\x63\x08\x0d\x29\x24\x10\x44\xd1\x8b\x92\x29\x [...]
+		},
+		"/rbac/descoped/operator-cluster-role-strimzi.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-strimzi.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1189,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x6e\xdb\x46\x10\xbd\xef\x57\x3c\x88\x97\x04\xb0\xa8\xb6\xa7\x42\x3d\xa9\x8e\xdd\x12\x0d\x24\xc0\x54\x1a\xe4\x38\x22\x47\xe4\x40\xe4\x0e\x3b\xbb\x34\xe3\x7c\x7d\xb1\x14\x55\x3b\xe8\x35\x7b\xe1\x0e\xf8\xf8\xe6\xbd\x79\xc3\x0c\xeb\x1f\x77\x5c\x86\x8f\x52\xb1\x0f\x5c\x23\x2a\x62\xcb\xd8\x0d\x54\xb5\x8c\x52\xcf\x71\x22\x63\x3c\xea\xe8\x6b\x8a\xa2\x1e\xef\x76\xe5\xe3\x7b\x8c\xbe\x66\x83\x7a\x86\x1a\x7a\x35\x76\x [...]
+		},
+		"/rbac/descoped/operator-cluster-role.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 3249,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\x4d\x8f\xdb\x36\x10\xbd\xeb\x57\x0c\xac\x4b\x02\xac\xed\xb6\xa7\xc2\x3d\xb9\xfb\xd1\x1a\x0d\x6c\x60\xe5\x34\xc8\x71\x44\x8d\xe5\xa9\x29\x0e\x4b\x52\xeb\x75\x7f\x7d\x41\x59\x5a\x6b\x57\xf6\x22\x48\x02\x6c\x7c\x31\x35\x1c\xcd\xbc\x79\xef\x51\x60\x0a\xe3\xef\xf7\x4b\x52\xf8\xc0\x8a\x8c\xa7\x02\x82\x40\xd8\x12\xcc\x2d\xaa\x2d\x41\x26\x9b\xb0\x47\x47\x70\x27\xb5\x29\x30\xb0\x18\x78\x37\xcf\xee\xde\x43\x6d\x0a\x72\x [...]
+		},
+		"/rbac/namespaced": &vfsgen۰DirInfo{
+			name:    "namespaced",
+			modTime: time.Time{},
+		},
+		"/rbac/namespaced/operator-role-binding-events.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding-events.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1219,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xfa\x46\x10\xc5\xef\xfb\x29\x9e\xf0\xe5\x1f\x09\x4c\xdb\x53\x45\x4f\x4e\x02\xad\xd5\x08\x24\x4c\x1a\xe5\xb8\xac\x07\x7b\x8a\xbd\xe3\xee\xae\x71\xe8\xa7\xaf\xd6\x40\x93\xa8\x6a\xd5\x43\xf6\x86\x18\xbf\xf9\xbd\x7d\x6f\x13\xcc\xbe\xee\xa8\x04\x4f\x6c\xc8\x7a\x2a\x11\x04\xa1\x26\x64\x9d\x36\x35\xa1\x90\x43\x18\xb4\x23\xac\xa4\xb7\xa5\x0e\x2c\x16\xdf\xb2\x62\x75\x87\xde\x96\xe4\x20\x96\x20\x0e\xad\x38\x52\x [...]
 		},
-		"/rbac/operator-role-binding-keda.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-binding-keda.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding-keda.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1215,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x8f\xdb\x36\x10\x85\xef\xfc\x15\x0f\xd6\x25\x01\xd6\x72\xdb\x53\xe1\x9e\x94\xcd\xba\x15\x1a\xd8\x80\xe5\x34\xc8\x71\x4c\x8d\xa5\xa9\x25\x8e\x4a\x52\xab\xb8\xbf\xbe\xa0\x6c\x77\x37\x28\xda\x5e\xc2\x9b\xa0\xd1\x9b\xef\xf1\x3d\x65\x58\x7e\xbb\x63\x32\x7c\x10\xcb\x2e\x70\x8d\xa8\x88\x2d\xa3\x18\xc8\xb6\x8c\x4a\x4f\x71\x22\xcf\xd8\xe8\xe8\x6a\x8a\xa2\x0e\x6f\x8a\x6a\xf3\x16\xa3\xab\xd9\x43\x1d\x43\x3d\x7a\xf5\x [...]
 		},
-		"/rbac/operator-role-binding-knative.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-binding-knative.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding-knative.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1221,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x8f\xdb\x36\x10\x85\xef\xfc\x15\x0f\xd6\x25\x01\xd6\x72\xdb\x53\xe1\x9e\x94\xcd\x6e\x2b\x34\xb0\x01\xcb\x69\x90\xe3\x98\x1a\x4b\x53\x4b\x1c\x95\xa4\xac\xb8\xbf\xbe\xa0\x6c\x77\x37\x28\x5a\xf4\x10\xde\x04\x8d\xde\x7c\x8f\xef\x29\xc3\xf2\xdb\x1d\x93\xe1\x83\x58\x76\x81\x6b\x44\x45\x6c\x19\xc5\x40\xb6\x65\x54\x7a\x8c\x13\x79\xc6\xb3\x8e\xae\xa6\x28\xea\xf0\xa6\xa8\x9e\xdf\x62\x74\x35\x7b\xa8\x63\xa8\x47\xaf\x [...]
 		},
-		"/rbac/operator-role-binding-leases.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-binding-leases.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding-leases.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1219,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x8f\xdb\x36\x10\x85\xef\xfc\x15\x0f\xd6\x25\x01\xd6\x72\xdb\x53\xe1\x9e\x9c\xcd\x6e\x2b\x34\xb0\x01\xcb\x69\x90\xe3\x98\x1a\x4b\xd3\xa5\x38\x2a\x49\xad\xe2\xfe\xfa\x82\xb2\xdd\xdd\xa0\x68\xd1\x43\x78\x13\x34\x7a\xf3\x3d\xbe\xa7\x02\xcb\x6f\x77\x4c\x81\x0f\x62\xd9\x47\x6e\x90\x14\xa9\x63\x6c\x06\xb2\x1d\xa3\xd6\x53\x9a\x28\x30\x1e\x75\xf4\x0d\x25\x51\x8f\x37\x9b\xfa\xf1\x2d\x46\xdf\x70\x80\x7a\x86\x06\xf4\x [...]
 		},
-		"/rbac/operator-role-binding-local-registry.yaml": &vfsgen۰CompressedFileInfo{
-			name:             "operator-role-binding-local-registry.yaml",
-			modTime:          time.Time{},
-			uncompressedSize: 1292,
-
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xeb\x56\x68\x60\x03\x96\xd3\x20\x47\x8a\x1a\x4b\x53\x53\x1c\x96\xa4\x56\x71\x7f\x7d\x41\xd9\x6e\x76\x51\xb4\x40\x81\xcc\x4d\xd0\xe8\x7d\xcc\x7b\x2a\xb0\xfc\x76\xa3\x0a\x7c\x60\x43\x2e\x52\x8b\x24\x48\x3d\x61\xe3\xb5\xe9\x09\xb5\x9c\xd2\xa4\x03\x61\x2b\xa3\x6b\x75\x62\x71\x78\xb3\xa9\xb7\x6f\x31\xba\x96\x02\xc4\x11\x24\x60\x90\x40\x [...]
-		},
-		"/rbac/operator-role-binding-podmonitors.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-binding-podmonitors.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding-podmonitors.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1229,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xbb\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x34\x35\x96\xa6\x2b\x71\xd8\x21\xb5\x8a\xfb\xeb\x0b\xca\x76\x77\x83\xa2\x45\x0f\xe1\x4d\xd0\xf0\x7d\xcc\x7b\x2c\xb0\xfc\x76\xc7\x14\xf8\xc0\x8e\x7c\xa4\x06\x49\x90\x3a\xc2\x26\x58\xd7\x11\x6a\x39\xa5\xc9\x2a\xe1\x51\x46\xdf\xd8\xc4\xe2\xf1\x66\x53\x3f\xbe\xc5\xe8\x1b\x52\x88\x27\x88\x62\x10\x25\x [...]
 		},
-		"/rbac/operator-role-binding-strimzi.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-binding-strimzi.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding-strimzi.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1221,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xfa\x46\x10\xc5\xef\xfb\x29\x9e\xf0\xe5\x1f\x09\x4c\xdb\x53\x45\x4f\x4e\x02\xad\xd5\x08\x24\x4c\x1a\xe5\xb8\xac\x07\x7b\x8a\xbd\xe3\xee\xae\xe3\x90\x4f\x5f\xad\x81\x26\x51\xd5\xea\x7f\xc8\xde\x10\xc3\x9b\xdf\x9b\xf7\x48\x30\xfb\xba\xa7\x12\x3c\xb0\x21\xeb\xa9\x44\x10\x84\x9a\x90\x75\xda\xd4\x84\x42\x0e\x61\xd0\x8e\xb0\x92\xde\x96\x3a\xb0\x58\x7c\xcb\x8a\xd5\x0d\x7a\x5b\x92\x83\x58\x82\x38\xb4\xe2\x48\x [...]
 		},
-		"/rbac/operator-role-binding.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-binding.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1205,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xc2\x46\x10\x85\xef\xfb\x2b\x9e\xf0\x25\x91\xc0\xb4\x3d\x55\xf4\xe4\x24\xd0\x5a\x8d\x40\xc2\xa4\x51\x8e\xcb\x7a\xb0\xa7\xd8\x3b\xee\xee\x3a\x0e\xfd\xf5\xd5\x1a\x68\x12\x55\xcd\x29\x7b\xb3\x3c\x7e\xf3\xbd\x7d\xcf\x09\x66\xdf\x77\x54\x82\x47\x36\x64\x3d\x95\x08\x82\x50\x13\xb2\x4e\x9b\x9a\x50\xc8\x21\x0c\xda\x11\x56\xd2\xdb\x52\x07\x16\x8b\x9b\xac\x58\xdd\xa2\xb7\x25\x39\x88\x25\x88\x43\x2b\x8e\x54\x02\x [...]
 		},
-		"/rbac/operator-role-events.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-events.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-events.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1170,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x2b\xa7\x41\x8e\x63\x69\x2c\x0d\x56\xe2\xa8\x43\x6a\x15\xf7\xeb\x0b\xca\x72\xb2\x41\xaf\xcb\x8b\x69\xf2\xe9\xcd\x7b\xf3\x86\x19\xd6\x6f\xb7\x5c\x86\x8f\x52\xb1\x0f\x5c\x23\x2a\x62\xcb\xd8\x0d\x54\xb5\x8c\x52\xcf\x71\x22\x63\x3c\xea\xe8\x6b\x8a\xa2\x1e\xef\x76\xe5\xe3\x7b\x8c\xbe\x66\x83\x7a\x86\x1a\x7a\x35\x76\x [...]
 		},
-		"/rbac/operator-role-keda.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-keda.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-keda.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1252,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\xd6\x68\x60\x03\x2b\xa7\x41\x8e\x63\x6a\x2c\x4d\x4d\x91\xea\x90\x5a\x65\xfb\xf5\x05\x69\xbb\xd9\x45\xaf\xe1\xc5\x63\x72\xe6\xcd\x7b\xf3\x46\x15\x96\xdf\xef\x98\x0a\x1f\xc5\xb2\x8f\xdc\x22\x05\xa4\x9e\xb1\x19\xc9\xf6\x8c\x26\x9c\xd2\x4c\xca\x78\x0c\x93\x6f\x29\x49\xf0\x78\xb7\x69\x1e\xdf\x63\xf2\x2d\x2b\x82\x67\x04\xc5\x10\x94\x [...]
 		},
-		"/rbac/operator-role-knative.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-knative.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-knative.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1752,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\x41\x8f\xdb\x46\x0c\x85\xef\xfa\x15\x0f\xd6\x25\x01\xd6\x72\xdb\x53\xe1\x9e\xdc\xcd\x6e\x6b\x34\xb0\x81\x95\xd3\x20\x47\x4a\xa2\x25\xc2\xd2\xcc\x94\x33\xb2\xe2\xfe\xfa\x42\x23\xb9\x71\xb2\x87\xbd\xec\xea\x62\x8e\xcc\x21\x3f\xf2\x3d\x3b\xc5\xf2\xf5\x9e\x24\xc5\x47\x29\xd9\x78\xae\x10\x2c\x42\xc3\xd8\x38\x2a\x1b\x46\x6e\x8f\x61\x20\x65\x3c\xda\xde\x54\x14\xc4\x1a\xbc\xdb\xe4\x8f\xef\xd1\x9b\x8a\x15\xd6\x30\xac\x [...]
 		},
-		"/rbac/operator-role-leases.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-leases.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-leases.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1232,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xdb\x46\x10\xbd\xef\xaf\x78\x10\x2f\x09\x60\xd1\x6d\x4f\x85\x7a\x52\x1d\xbb\x25\x1a\x48\x80\xa9\x34\xc8\x71\xb5\x1c\x91\x03\x2f\x77\xb6\xb3\x4b\x33\xee\xaf\x2f\x96\x92\x12\x1b\xbd\x86\xa7\xd1\xea\xf1\x7d\xec\x1b\x56\x58\xff\xb8\xc7\x54\xf8\xc8\x8e\x42\xa2\x0e\x59\x90\x07\xc2\x36\x5a\x37\x10\x5a\x39\xe5\xd9\x2a\xe1\x41\xa6\xd0\xd9\xcc\x12\xf0\x6e\xdb\x3e\xbc\xc7\x14\x3a\x52\x48\x20\x88\x62\x14\x25\x53\x [...]
 		},
-		"/rbac/operator-role-podmonitors.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-podmonitors.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-podmonitors.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1242,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x37\xbb\xad\xd0\xc0\x06\x56\x4e\x83\x1c\x69\x6a\x2c\x0d\x96\xe2\xb0\x43\x6a\x95\xed\xaf\x2f\x24\xcb\xcd\x1a\xb9\x86\x17\x8f\xc9\xe1\xfb\xe0\x1b\x15\x58\xff\xb8\x65\x0a\x7c\x64\x47\x21\x51\x83\x2c\xc8\x1d\x61\x17\xad\xeb\x08\xb5\x9c\xf3\x68\x95\xf0\x28\x43\x68\x6c\x66\x09\x78\xb7\xab\x1f\xdf\x63\x08\x0d\x29\x24\x10\x44\xd1\x8b\x92\x29\x [...]
 		},
-		"/rbac/operator-role-strimzi.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role-strimzi.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-strimzi.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 1182,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x6e\xdb\x46\x10\xbd\xef\x57\x3c\x88\x97\x04\xb0\xa8\xb6\xa7\x42\x3d\xa9\x8e\xdd\x12\x0d\x24\xc0\x54\x1a\xe4\x38\x22\x47\xe4\x40\xe4\x0e\x3b\xbb\x34\xe3\x7c\x7d\xb1\x14\x55\x3b\xe8\x35\x7b\xe1\x0e\xf8\xf8\xe6\xbd\x79\xc3\x0c\xeb\x1f\x77\x5c\x86\x8f\x52\xb1\x0f\x5c\x23\x2a\x62\xcb\xd8\x0d\x54\xb5\x8c\x52\xcf\x71\x22\x63\x3c\xea\xe8\x6b\x8a\xa2\x1e\xef\x76\xe5\xe3\x7b\x8c\xbe\x66\x83\x7a\x86\x1a\x7a\x35\x76\x [...]
 		},
-		"/rbac/operator-role.yaml": &vfsgen۰CompressedFileInfo{
+		"/rbac/namespaced/operator-role.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 3242,
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\x4d\x8f\xdb\x36\x10\xbd\xeb\x57\x0c\xac\x4b\x02\xac\xed\xb6\xa7\xc2\x3d\xb9\xfb\xd1\x1a\x0d\x6c\x60\xe5\x34\xc8\x71\x44\x8d\xe5\xa9\x29\x0e\x4b\x52\xeb\x75\x7f\x7d\x41\x59\x5a\x6b\x57\xf6\x22\x48\x02\x6c\x7c\x31\x35\x1c\xcd\xbc\x79\xef\x51\x60\x0a\xe3\xef\xf7\x4b\x52\xf8\xc0\x8a\x8c\xa7\x02\x82\x40\xd8\x12\xcc\x2d\xaa\x2d\x41\x26\x9b\xb0\x47\x47\x70\x27\xb5\x29\x30\xb0\x18\x78\x37\xcf\xee\xde\x43\x6d\x0a\x72\x [...]
 		},
+		"/rbac/openshift": &vfsgen۰DirInfo{
+			name:    "openshift",
+			modTime: time.Time{},
+		},
+		"/rbac/openshift/descoped": &vfsgen۰DirInfo{
+			name:    "descoped",
+			modTime: time.Time{},
+		},
+		"/rbac/openshift/descoped/operator-cluster-role-binding-openshift.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-binding-openshift.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1264,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x8f\xdb\x36\x10\x85\xef\xfc\x15\x0f\xd6\x25\x01\xd6\x72\xdb\x53\xe1\x9e\x9c\xcd\x6e\x2b\x34\xb0\x01\xcb\x69\x90\x23\x4d\x8d\xa5\xe9\x52\x1c\x75\x48\xad\xe2\xfe\xfa\x82\xb2\xdd\x6c\x10\xb4\xc8\x21\x3c\x49\xe0\x68\xde\xf7\xe6\x8d\x0a\x2c\xbf\xdf\x31\x05\xde\xb1\xa3\x10\xa9\x41\x12\xa4\x8e\xb0\x19\xac\xeb\x08\xb5\x9c\xd2\x64\x95\xf0\x28\x63\x68\x6c\x62\x09\x78\xb5\xa9\x1f\x5f\x63\x0c\x0d\x29\x24\x10\x44\xd1\x [...]
+		},
+		"/rbac/openshift/descoped/operator-cluster-role-openshift.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-openshift.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 2218,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x53\x41\x8f\xdb\x46\x0f\xbd\xeb\x57\x10\xd6\x25\x01\xd6\xf2\xf7\xf5\x54\xb8\x27\x77\xb3\xdb\x1a\x0d\x6c\x60\xe5\x34\xc8\x91\x1a\xd1\x12\xe1\xd1\x70\xca\x19\x45\xd9\xfc\xfa\x62\xc6\x76\xe2\xac\xbb\x9b\x4b\x80\xf8\x22\x2e\xf9\x96\x7c\x8f\x8f\x53\xc2\xfc\xc7\xfd\x8a\x12\xde\xb2\x21\x17\xa8\x85\x28\x10\x7b\x82\x95\x47\xd3\x13\xd4\xb2\x8f\x13\x2a\xc1\xbd\x8c\xae\xc5\xc8\xe2\xe0\xd5\xaa\xbe\x7f\x0d\xa3\x6b\x49\x41\x1c\x [...]
+		},
+		"/rbac/openshift/namespaced": &vfsgen۰DirInfo{
+			name:    "namespaced",
+			modTime: time.Time{},
+		},
+		"/rbac/openshift/namespaced/operator-role-binding-openshift.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-role-binding-openshift.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1225,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xab\x46\x14\xdd\xcf\xaf\x38\x32\x9b\xf7\x24\x1b\xb7\x5d\x55\xee\x8a\x97\xd8\x2d\x6a\x64\x4b\xc6\x69\x94\xe5\x78\xb8\xc0\xad\x61\x2e\x9d\x19\x42\xdc\x5f\x5f\x0d\xb6\x9b\x44\x55\xab\x2e\x32\x2b\x10\x97\xf3\x71\xcf\x99\x04\x8b\xcf\x3b\x2a\xc1\x03\x1b\xb2\x9e\x4a\x04\x41\x68\x08\x59\xaf\x4d\x43\x28\xa4\x0a\xa3\x76\x84\x8d\x0c\xb6\xd4\x81\xc5\xe2\x4b\x56\x6c\xbe\x62\xb0\x25\x39\x88\x25\x88\x43\x27\x8e\x54\x [...]
+		},
+		"/rbac/openshift/namespaced/operator-role-openshift.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-role-openshift.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 2211,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x53\x41\x8f\xdb\x46\x0f\xbd\xeb\x57\x10\xd6\x25\x01\xd6\xf2\xf7\xf5\x54\xb8\x27\x37\xd9\x6d\x8d\x06\x36\xb0\x72\x1a\xe4\x48\x8d\x68\x89\xf0\x68\x38\xe5\x8c\x56\xd9\xfc\xfa\x62\xc6\x76\xe2\xac\xbb\x9b\x4b\x80\xf8\x22\x2e\xf9\x96\x7c\x8f\x8f\x53\xc2\xfc\xc7\xfd\x8a\x12\xde\xb1\x21\x17\xa8\x85\x28\x10\x7b\x82\x95\x47\xd3\x13\xd4\xb2\x8f\x13\x2a\xc1\x9d\x8c\xae\xc5\xc8\xe2\xe0\xd5\xaa\xbe\x7b\x0d\xa3\x6b\x49\x41\x1c\x [...]
+		},
+		"/rbac/openshift/operator-cluster-role-console-binding-openshift.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-console-binding-openshift.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1280,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\x39\x9b\xdd\x56\x68\x60\x03\x96\xd3\x20\x47\x9a\x1a\x4b\xd3\xa5\x38\xea\x90\x5a\xc5\xfd\xfa\x82\xb2\xdd\x6c\x10\xb4\x40\x80\xf0\x26\x71\x66\xde\x7b\xf3\x1e\x0b\x2c\xbf\xdf\x31\x05\xde\xb1\xa3\x10\xa9\x41\x12\xa4\x8e\xb0\x19\xac\xeb\x08\xb5\x9c\xd2\x64\x95\xf0\x28\x63\x68\x6c\x62\x09\x78\xb5\xa9\x1f\x5f\x63\x0c\x0d\x29\x24\x10\x44\xd1\x8b\x [...]
+		},
+		"/rbac/openshift/operator-cluster-role-console-openshift.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-console-openshift.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1262,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xb5\x6d\x4f\x85\x7b\x72\x37\xbb\xad\xd0\xc0\x06\x56\x4e\x83\x1c\x69\x6a\x2c\x0d\x96\xe2\xa8\x43\x6a\x95\xed\xd7\x17\xa4\xed\x64\x17\xbd\x86\x17\x8d\xa8\xc7\x37\xef\xf1\x8d\x2a\xac\x7f\xdc\x32\x15\x3e\xb2\xa3\x10\xa9\x43\x12\xa4\x81\xb0\x9d\xac\x1b\x08\xad\x9c\xd2\x62\x95\xf0\x20\x73\xe8\x6c\x62\x09\x78\xb7\x6d\x1f\xde\x63\x0e\x1d\x29\x24\x10\x44\x31\x8a\x92\x [...]
+		},
+		"/rbac/operator-cluster-role-addressable-resolver.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-addressable-resolver.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1228,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x8f\xdb\x36\x10\x85\xef\xfc\x15\x0f\xd6\x25\x01\x56\x72\xdb\x53\xe1\x9e\xdc\xcd\x6e\x2b\x34\xb0\x81\x95\xd3\x20\x47\x5a\x1c\x4b\x83\xa5\x38\xea\x90\x5a\x65\xfb\xeb\x0b\xca\x76\xe3\x20\xc8\x2d\xbc\x09\x7c\x9c\xf9\xde\xbc\x51\x81\xf2\xc7\x1d\x53\xe0\x3d\xb7\x14\x22\x39\x24\x41\xea\x09\xdb\xd1\xb6\x3d\xa1\x91\x53\x9a\xad\x12\x1e\x65\x0a\xce\x26\x96\x80\x37\xdb\xe6\xf1\x2d\xa6\xe0\x48\x21\x81\x20\x8a\x41\x94\x [...]
+		},
+		"/rbac/operator-cluster-role-binding-addressable-resolver.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-binding-addressable-resolver.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1296,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xcd\x8e\xdb\x36\x10\xbe\xf3\x29\x3e\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xbb\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x34\x35\x96\xa6\x4b\x71\xd4\x21\xb5\x8a\xfb\xf4\x05\x65\xbb\xd9\x20\x68\x0f\x41\x78\x13\xc8\x99\xef\x57\x05\x96\xdf\xef\x98\x02\xef\xd8\x51\x88\xd4\x20\x09\x52\x47\xd8\x0c\xd6\x75\x84\x5a\x4e\x69\xb2\x4a\x78\x94\x31\x34\x36\xb1\x04\xbc\xda\xd4\x8f\xaf\x31\x86\x86\x14\x12\x08\xa2\xe8\x45\xc9\x14\x [...]
+		},
+		"/rbac/operator-cluster-role-binding-custom-resource-definitions.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-binding-custom-resource-definitions.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1300,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xbb\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x34\x35\x96\xa6\x4b\x71\xd4\x21\xb5\x8a\xfb\xeb\x0b\xca\x76\xb3\x41\xd0\x1e\x82\xe8\x26\x70\xf8\x3e\xe6\x3d\x16\x58\x7e\xbf\xcf\x14\x78\xc7\x8e\x42\xa4\x06\x49\x90\x3a\xc2\x66\xb0\xae\x23\xd4\x72\x4a\x93\x55\xc2\xa3\x8c\xa1\xb1\x89\x25\xe0\xd5\xa6\x7e\x7c\x8d\x31\x34\xa4\x90\x40\x10\x45\x2f\x4a\x [...]
+		},
+		"/rbac/operator-cluster-role-custom-resource-definitions.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-custom-resource-definitions.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1195,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xe3\x36\x10\xbd\xf3\x57\x3c\x58\x97\x5d\x20\x92\xdb\x9e\x0a\xf7\xe4\x66\x93\x56\xe8\xc2\x06\x22\x6f\x17\x7b\xa4\xa5\xb1\x34\x30\xc5\x51\x87\x54\x14\xf7\xd7\x17\x94\xe5\x6e\x82\xbd\x46\x37\xda\x8f\xef\x63\xde\x30\x43\xfe\x7e\x9f\xc9\xf0\x99\x6b\xf2\x81\x1a\x44\x41\xec\x08\xdb\xc1\xd6\x1d\xa1\x92\x53\x9c\xac\x12\x1e\x65\xf4\x8d\x8d\x2c\x1e\x1f\xb6\xd5\xe3\x47\x8c\xbe\x21\x85\x78\x82\x28\x7a\x51\x32\x19\x [...]
+		},
+		"/rbac/operator-cluster-role-local-registry.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-cluster-role-local-registry.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1199,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x14\xbc\xf3\x2b\x06\xd2\x25\x01\xd6\x72\xdb\x53\xe1\x9e\xdc\xcd\x6e\x2b\x34\x90\x81\x95\xd3\x20\x28\x72\xa0\xa5\x67\xe9\xc1\x14\x9f\xfa\x48\xad\xe2\x7e\x7d\x41\xd9\x6e\x76\x9b\x6b\x78\xb3\x39\x7c\x33\xf3\x66\x94\x63\xf5\xfd\x8e\xc9\xf1\x9e\x1b\xf2\x81\x5a\x44\x41\xec\x09\xdb\xd1\x36\x3d\xa1\x96\x63\x9c\xad\x12\x1e\x65\xf2\xad\x8d\x2c\x1e\x6f\xb6\xf5\xe3\x5b\x4c\xbe\x25\x85\x78\x82\x28\x06\x51\x [...]
+		},
+		"/rbac/operator-role-binding-local-registry.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "operator-role-binding-local-registry.yaml",
+			modTime:          time.Time{},
+			uncompressedSize: 1292,
+
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x36\xeb\x56\x68\x60\x03\x96\xd3\x20\x47\x8a\x1a\x4b\x53\x53\x1c\x96\xa4\x56\x71\x7f\x7d\x41\xd9\x6e\x76\x51\xb4\x40\x81\xcc\x4d\xd0\xe8\x7d\xcc\x7b\x2a\xb0\xfc\x76\xa3\x0a\x7c\x60\x43\x2e\x52\x8b\x24\x48\x3d\x61\xe3\xb5\xe9\x09\xb5\x9c\xd2\xa4\x03\x61\x2b\xa3\x6b\x75\x62\x71\x78\xb3\xa9\xb7\x6f\x31\xba\x96\x02\xc4\x11\x24\x60\x90\x40\x [...]
+		},
 		"/rbac/patch-role-to-clusterrole.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "patch-role-to-clusterrole.yaml",
 			modTime:          time.Time{},
@@ -688,36 +816,64 @@ var assets = func() http.FileSystem {
 		fs["/prometheus/operator-prometheus-rule.yaml"].(os.FileInfo),
 	}
 	fs["/rbac"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
+		fs["/rbac/descoped"].(os.FileInfo),
+		fs["/rbac/namespaced"].(os.FileInfo),
 		fs["/rbac/openshift"].(os.FileInfo),
 		fs["/rbac/operator-cluster-role-addressable-resolver.yaml"].(os.FileInfo),
 		fs["/rbac/operator-cluster-role-binding-addressable-resolver.yaml"].(os.FileInfo),
 		fs["/rbac/operator-cluster-role-binding-custom-resource-definitions.yaml"].(os.FileInfo),
 		fs["/rbac/operator-cluster-role-custom-resource-definitions.yaml"].(os.FileInfo),
 		fs["/rbac/operator-cluster-role-local-registry.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-binding-events.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-binding-keda.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-binding-knative.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-binding-leases.yaml"].(os.FileInfo),
 		fs["/rbac/operator-role-binding-local-registry.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-binding-podmonitors.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-binding-strimzi.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-binding.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-events.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-keda.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-knative.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-leases.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-podmonitors.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role-strimzi.yaml"].(os.FileInfo),
-		fs["/rbac/operator-role.yaml"].(os.FileInfo),
 		fs["/rbac/patch-role-to-clusterrole.yaml"].(os.FileInfo),
 		fs["/rbac/patch-rolebinding-to-clusterrolebinding.yaml"].(os.FileInfo),
 		fs["/rbac/user-cluster-role.yaml"].(os.FileInfo),
 	}
+	fs["/rbac/descoped"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
+		fs["/rbac/descoped/operator-cluster-role-binding-events.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-binding-keda.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-binding-knative.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-binding-leases.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-binding-podmonitors.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-binding-strimzi.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-binding.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-events.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-keda.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-knative.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-leases.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-podmonitors.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role-strimzi.yaml"].(os.FileInfo),
+		fs["/rbac/descoped/operator-cluster-role.yaml"].(os.FileInfo),
+	}
+	fs["/rbac/namespaced"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
+		fs["/rbac/namespaced/operator-role-binding-events.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-binding-keda.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-binding-knative.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-binding-leases.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-binding-podmonitors.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-binding-strimzi.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-binding.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-events.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-keda.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-knative.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-leases.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-podmonitors.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role-strimzi.yaml"].(os.FileInfo),
+		fs["/rbac/namespaced/operator-role.yaml"].(os.FileInfo),
+	}
 	fs["/rbac/openshift"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
+		fs["/rbac/openshift/descoped"].(os.FileInfo),
+		fs["/rbac/openshift/namespaced"].(os.FileInfo),
 		fs["/rbac/openshift/operator-cluster-role-console-binding-openshift.yaml"].(os.FileInfo),
 		fs["/rbac/openshift/operator-cluster-role-console-openshift.yaml"].(os.FileInfo),
-		fs["/rbac/openshift/operator-role-binding-openshift.yaml"].(os.FileInfo),
-		fs["/rbac/openshift/operator-role-openshift.yaml"].(os.FileInfo),
+	}
+	fs["/rbac/openshift/descoped"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
+		fs["/rbac/openshift/descoped/operator-cluster-role-binding-openshift.yaml"].(os.FileInfo),
+		fs["/rbac/openshift/descoped/operator-cluster-role-openshift.yaml"].(os.FileInfo),
+	}
+	fs["/rbac/openshift/namespaced"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
+		fs["/rbac/openshift/namespaced/operator-role-binding-openshift.yaml"].(os.FileInfo),
+		fs["/rbac/openshift/namespaced/operator-role-openshift.yaml"].(os.FileInfo),
 	}
 	fs["/samples"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
 		fs["/samples/bases"].(os.FileInfo),


(camel-k) 04/04: chore: nightly coverage badge update

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 467c126599a9c3cd33c7e7d92f264d16bb5f1cb6
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Dec 13 23:49:08 2023 +0000

    chore: nightly coverage badge update
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 484f3b514..00b2ab183 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@ image:https://github.com/apache/camel-k/workflows/kubernetes/badge.svg["Kubernet
 image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative", link="https://github.com/apache/camel-k/actions/workflows/knative.yml"]
 image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly releases", link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml"]
 image:https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml"]
-image:https://img.shields.io/badge/Coverage-33.8%25-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
+image:https://img.shields.io/badge/Coverage-33.7%25-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
 image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on Zulip", link="https://camel.zulipchat.com"]
 
 Apache Camel K is a lightweight integration framework built from **Apache Camel** that runs natively on Kubernetes and is specifically designed for serverless and microservice architectures. Users of `Camel K` can instantly run integration code written in Camel DSL on their preferred **Cloud** provider.


(camel-k) 03/04: chore: nightly SBOM update

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0daf4ce33de50d7f186d2a232166025fbc658fe5
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Dec 13 23:47:20 2023 +0000

    chore: nightly SBOM update
---
 camel-k-sbom/camel-k-sbom.json | 62 +++++++++++++++++++++---------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index a78b75f7f..a5a7b16ff 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json",
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:ebaeb794-96a5-47a4-b1d3-729b0d3675ef",
+  "serialNumber": "urn:uuid:46ea805a-978a-4f67-926c-697181723737",
   "version": 1,
   "metadata": {
-    "timestamp": "2023-12-12T23:43:12Z",
+    "timestamp": "2023-12-13T23:47:20Z",
     "tools": [
       {
         "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
       }
     ],
     "component": {
-      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231212234017-23999ca5cf20?type=module",
+      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231213234649-565208cd7607?type=module",
       "type": "application",
       "name": "github.com/apache/camel-k/v2",
-      "version": "v0.0.0-20231212234017-23999ca5cf20",
-      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231212234017-23999ca5cf20?type=module\u0026goos=linux\u0026goarch=amd64",
+      "version": "v0.0.0-20231213234649-565208cd7607",
+      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231213234649-565208cd7607?type=module\u0026goos=linux\u0026goarch=amd64",
       "externalReferences": [
         {
           "url": "https://github.com/apache/camel-k",
@@ -1218,18 +1218,18 @@
       }
     },
     {
-      "bom-ref": "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+      "bom-ref": "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
       "type": "library",
       "name": "github.com/google/uuid",
-      "version": "v1.4.0",
+      "version": "v1.5.0",
       "scope": "required",
       "hashes": [
         {
           "alg": "SHA-256",
-          "content": "32d331b1ae75febf72ca19322ec55e56dd01f81190673a5089343878767c6dce"
+          "content": "d69ebb918c1db578dbd202f404f88fd40bfdc2264fa3903ccf671691367e7b25"
         }
       ],
-      "purl": "pkg:golang/github.com/google/uuid@v1.4.0?type=module\u0026goos=linux\u0026goarch=amd64",
+      "purl": "pkg:golang/github.com/google/uuid@v1.5.0?type=module\u0026goos=linux\u0026goarch=amd64",
       "externalReferences": [
         {
           "url": "https://github.com/google/uuid",
@@ -3830,7 +3830,7 @@
   ],
   "dependencies": [
     {
-      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231212234017-23999ca5cf20?type=module",
+      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231213234649-565208cd7607?type=module",
       "dependsOn": [
         "pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module",
         "pkg:golang/github.com/container-tools/spectrum@v0.6.42?type=module",
@@ -3839,7 +3839,7 @@
         "pkg:golang/github.com/gertd/go-pluralize@v0.2.1?type=module",
         "pkg:golang/github.com/go-logr/logr@v1.3.0?type=module",
         "pkg:golang/github.com/google/go-github/v52@v52.0.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
         "pkg:golang/github.com/jpillora/backoff@v1.0.0?type=module",
         "pkg:golang/github.com/magiconair/properties@v1.8.7?type=module",
@@ -3957,7 +3957,7 @@
         "pkg:golang/github.com/cloudevents/sdk-go/v2@v2.13.0?type=module",
         "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/json-iterator/go@v1.1.12?type=module",
         "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?type=module",
         "pkg:golang/github.com/modern-go/reflect2@v1.0.2?type=module",
@@ -3975,7 +3975,7 @@
       "dependsOn": [
         "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/json-iterator/go@v1.1.12?type=module",
         "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?type=module",
         "pkg:golang/github.com/modern-go/reflect2@v1.0.2?type=module",
@@ -4210,7 +4210,7 @@
       "ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module"
     },
     {
-      "ref": "pkg:golang/github.com/google/uuid@v1.4.0?type=module"
+      "ref": "pkg:golang/github.com/google/uuid@v1.5.0?type=module"
     },
     {
       "ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.11.3?type=module",
@@ -4385,7 +4385,7 @@
         "pkg:golang/github.com/google/gnostic@v0.6.9?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.11.3?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
         "pkg:golang/github.com/inconshreveable/mousetrap@v1.1.0?type=module",
@@ -4535,7 +4535,7 @@
         "pkg:golang/github.com/google/gnostic@v0.6.9?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
         "pkg:golang/github.com/josharian/intern@v1.0.0?type=module",
         "pkg:golang/github.com/json-iterator/go@v1.1.12?type=module",
@@ -4647,7 +4647,7 @@
       "dependsOn": [
         "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?type=module",
         "pkg:golang/github.com/golang/protobuf@v1.5.3?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/go.opencensus.io@v0.24.0?type=module",
         "pkg:golang/golang.org/x/crypto@v0.16.0?type=module",
         "pkg:golang/golang.org/x/net@v0.19.0?type=module",
@@ -4893,7 +4893,7 @@
         "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?type=module",
         "pkg:golang/github.com/golang/protobuf@v1.5.3?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/go.opencensus.io@v0.24.0?type=module",
         "pkg:golang/golang.org/x/crypto@v0.16.0?type=module",
         "pkg:golang/golang.org/x/net@v0.19.0?type=module",
@@ -4959,7 +4959,7 @@
         "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?type=module",
         "pkg:golang/github.com/golang/protobuf@v1.5.3?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/golang.org/x/net@v0.19.0?type=module",
         "pkg:golang/golang.org/x/oauth2@v0.15.0?type=module",
         "pkg:golang/golang.org/x/sync@v0.5.0?type=module",
@@ -5040,7 +5040,7 @@
         "pkg:golang/github.com/google/gnostic@v0.6.9?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.11.3?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
         "pkg:golang/github.com/inconshreveable/mousetrap@v1.1.0?type=module",
@@ -5106,7 +5106,7 @@
         "pkg:golang/github.com/google/gnostic@v0.6.9?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/josharian/intern@v1.0.0?type=module",
         "pkg:golang/github.com/json-iterator/go@v1.1.12?type=module",
         "pkg:golang/github.com/mailru/easyjson@v0.7.7?type=module",
@@ -5150,7 +5150,7 @@
         "pkg:golang/github.com/google/gnostic@v0.6.9?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
         "pkg:golang/github.com/inconshreveable/mousetrap@v1.1.0?type=module",
         "pkg:golang/github.com/josharian/intern@v1.0.0?type=module",
@@ -5203,7 +5203,7 @@
         "pkg:golang/github.com/google/gnostic@v0.6.9?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
         "pkg:golang/github.com/josharian/intern@v1.0.0?type=module",
         "pkg:golang/github.com/json-iterator/go@v1.1.12?type=module",
@@ -5254,7 +5254,7 @@
         "pkg:golang/github.com/google/gnostic@v0.6.9?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.11.3?type=module",
         "pkg:golang/github.com/inconshreveable/mousetrap@v1.1.0?type=module",
         "pkg:golang/github.com/josharian/intern@v1.0.0?type=module",
@@ -5326,7 +5326,7 @@
         "pkg:golang/github.com/google/gnostic@v0.6.9?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/josharian/intern@v1.0.0?type=module",
         "pkg:golang/github.com/json-iterator/go@v1.1.12?type=module",
         "pkg:golang/github.com/mailru/easyjson@v0.7.7?type=module",
@@ -5370,7 +5370,7 @@
         "pkg:golang/github.com/google/gnostic@v0.6.9?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
         "pkg:golang/github.com/inconshreveable/mousetrap@v1.1.0?type=module",
         "pkg:golang/github.com/josharian/intern@v1.0.0?type=module",
@@ -5450,7 +5450,7 @@
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/go-querystring@v1.1.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.11.3?type=module",
         "pkg:golang/github.com/hashicorp/golang-lru@v1.0.2?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
@@ -5539,7 +5539,7 @@
         "pkg:golang/github.com/google/gnostic@v0.6.9?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.11.3?type=module",
         "pkg:golang/github.com/hashicorp/golang-lru@v1.0.2?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
@@ -5619,7 +5619,7 @@
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/go-querystring@v1.1.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.11.3?type=module",
         "pkg:golang/github.com/hashicorp/golang-lru@v1.0.2?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
@@ -5704,7 +5704,7 @@
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/go-containerregistry@v0.16.1?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/grpc-ecosystem/grpc-gateway/v2@v2.11.3?type=module",
         "pkg:golang/github.com/hashicorp/golang-lru@v1.0.2?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
@@ -5787,7 +5787,7 @@
         "pkg:golang/github.com/google/gnostic@v0.6.9?type=module",
         "pkg:golang/github.com/google/go-cmp@v0.6.0?type=module",
         "pkg:golang/github.com/google/gofuzz@v1.2.0?type=module",
-        "pkg:golang/github.com/google/uuid@v1.4.0?type=module",
+        "pkg:golang/github.com/google/uuid@v1.5.0?type=module",
         "pkg:golang/github.com/imdario/mergo@v0.3.13?type=module",
         "pkg:golang/github.com/josharian/intern@v1.0.0?type=module",
         "pkg:golang/github.com/json-iterator/go@v1.1.12?type=module",