This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to tag pkg/client/camel/v1.12.1
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag pkg/client/camel/v1.12.1 was modified! ***
from 08b3d7c13 (commit)
to f2543a9f6 (commit)
discard 08b3d7c13 Release 1.12.1
add dd5af61ed chore: changelog automatic update
add eee9d0619 chore: nightly resource refresh
add 64ed76f45 SBOM for Camel K - Added GH Action
add ff160e2a1 SBOM for Camel K - Added GH Action
add 70a318c9e Added submodules for GH Action related to gomod SBOM
generation
add b270c843c Added submodules for GH Action related to gomod SBOM
generation - GH Action alignment
add 90fc9431c Added submodules for GH Action related to gomod SBOM
generation - GH Action alignment
add dc265c7b8 [create-pull-request] automated change
add 34bf74710 Added submodules for GH Action related to gomod SBOM
generation - GH Action alignment
add a9e0f8bb3 Moved SBOM generation into Nightly updates
add 99fa625c9 Moved SBOM generation into Nightly updates
add 71eeb82c1 chore: changelog automatic update
add 6681e51a9 Periodic Sync of Camel K Main Branch for SBOM Generation
add 03d12fb34 Periodic Sync of Camel K Main Branch for SBOM Generation
add 50c5ef12e Periodic Sync of Camel K Main Branch for SBOM Generation
add b35eecbaf Periodic Sync of Camel K Main Branch for SBOM Generation
add f34c7bb23 Periodic Sync of Camel K Main Branch for SBOM Generation
add 6797daed7 fix: Avoid build monitor to block builds with
maxRunningBuilds=0
add e5f4cc60f fix(ci): temporarily repair upgrade checks
add ec12ca407 fix(e2e): let platform to keep staging settings
add 3dbb5042e fix(ctrl): use builtin command kill
add ad0024f4e fix(e2e): TestLocalPlatform
add 98cabcf76 chore: changelog automatic update
add c95ed4b42 Periodic Sync of Camel K Main Branch for SBOM Generation
add 75f9a549c chore(ci): mvn quiet
add 475711739 fix(ci): proper nightly suffix replace
add f2543a9f6 Release 1.12.1
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 (08b3d7c13)
\
N -- N -- N refs/tags/pkg/client/camel/v1.12.1 (f2543a9f6)
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.
No new revisions were added by this update.
Summary of changes:
.github/actions/automatic-updates/action.yml | 14 +-
.github/actions/gh-go-mod-generate-sbom | 1 +
.github/actions/release-nightly/action.yml | 4 +-
.gitmodules | 3 +
CHANGELOG.md | 345 +-
camel-k-sbom/camel-k-sbom.json | 6489 ++++++++++++++++++++++++++
docs/antora.yml | 2 +-
e2e/global/builder/build_test.go | 21 +-
e2e/global/common/local_platform_test.go | 7 +-
e2e/namespace/upgrade/cli_upgrade_test.go | 13 +-
e2e/namespace/upgrade/olm_upgrade_test.go | 3 +
pkg/controller/build/build_controller.go | 8 +-
pkg/controller/build/monitor_pod.go | 2 +-
13 files changed, 6725 insertions(+), 187 deletions(-)
create mode 160000 .github/actions/gh-go-mod-generate-sbom
create mode 100644 camel-k-sbom/camel-k-sbom.json