This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag v2.5.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.5.0-nightly was modified! ***
from fcf74419f (commit)
to b5e271a8a (commit)
discard fcf74419f chore(ci): v2.5.0-nightly release updates
add dcb7f36cf fix(ctrl): resume from unknown
add fa10c8d30 fix(kamelets): don't fail on Kamelets recreation
new b5e271a8a chore(ci): v2.5.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 (fcf74419f)
\
N -- N -- N refs/tags/v2.5.0-nightly (b5e271a8a)
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:
docs/charts/camel-k-2.5.0-nightly.tgz | Bin 276316 -> 276314 bytes
docs/charts/index.yaml | 6 +-
.../{reset_test.go => operator_restart_test.go} | 54 +++++-----
e2e/advanced/operator_resume_unknown_test.go | 93 ++++++++++++++++
e2e/support/test_support.go | 29 ++++-
pkg/controller/integration/monitor.go | 8 +-
pkg/controller/integration/monitor_test.go | 120 +++++++++++++++++++++
pkg/controller/integration/monitor_unknown.go | 6 ++
pkg/controller/integrationplatform/create.go | 21 ++--
pkg/controller/integrationplatform/create_test.go | 23 +++-
pkg/controller/integrationplatform/kamelets.go | 15 ++-
.../integrationplatform/kamelets_test.go | 3 +-
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
13 files changed, 330 insertions(+), 50 deletions(-)
copy e2e/advanced/{reset_test.go => operator_restart_test.go} (52%)
create mode 100644 e2e/advanced/operator_resume_unknown_test.go