This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to tag v2.12.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.12.0-nightly was modified! ***
from ad72f4485 (commit)
to 3ed88f46f (commit)
discard ad72f4485 chore(ci): v2.12.0-nightly release updates
add 3e7578b08 Fix #6778: Validate service account permission by resource
name
add bb4a4955c Fix #6778: Improve denied Kamelet diagnostics
add 32f14aad2 Fix #6840: stop passing a Printf arg to the structured
digest log
add 2b56a801a chore: nightly automatic updates
new 3ed88f46f chore(ci): v2.12.0-nightly release updates
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ad72f4485)
\
N -- N -- N refs/tags/v2.12.0-nightly (3ed88f46f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
README.adoc | 2 +-
docs/charts/camel-k-2.12.0-nightly.tgz | Bin 287372 -> 287373 bytes
docs/charts/index.yaml | 6 +-
pkg/controller/integration/build_kit.go | 2 +-
pkg/internal/client.go | 3 +-
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
pkg/trait/kamelets.go | 53 ++++++-----
pkg/trait/kamelets_test.go | 87 +++++++++++++++++-
pkg/util/bindings/catalog.go | 1 +
pkg/util/bindings/catalog_test.go | 26 ++++++
pkg/util/kubernetes/permission.go | 5 +-
pkg/util/kubernetes/permission_test.go | 99 +++++++++++++++++++++
12 files changed, 252 insertions(+), 34 deletions(-)
create mode 100644 pkg/util/kubernetes/permission_test.go