This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch 3004/log-tail
in repository https://gitbox.apache.org/repos/asf/camel-k.git
discard 152b0245c feat(cli): Add tail flag to the log command
add 6eaf9eb31 feat(ci): smoke test before nightly release
add 5c14f9804 Updated CHANGELOG.md
add 58b388461 fix(e2e): codegen
add 10ac12f3c chore: run `make bundle` after version upgrade
add ad784ddfd feat: `make bump`
add e5cca3001 feat(cli): Add tail flag to the log command
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch 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 (152b0245c)
\
N -- N -- N refs/heads/3004/log-tail (e5cca3001)
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/workflows/release-workflow.yml | 16 +++++++++++++++-
CHANGELOG.md | 3 +++
config/manager/operator-deployment.yaml | 6 +++---
.../manifests/bases/camel-k.clusterserviceversion.yaml | 10 +++++-----
config/manifests/kustomization.yaml | 1 +
helm/camel-k/Chart.yaml | 2 +-
helm/camel-k/values.yaml | 2 +-
pkg/util/defaults/defaults.go | 2 +-
script/Makefile | 9 ++++++++-
9 files changed, 38 insertions(+), 13 deletions(-)