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 c8f1e5ce5 (commit)
to fbe4a940a (commit)
discard c8f1e5ce5 chore(ci): v2.5.0-nightly release updates
add cc0981e2f chore(deps): bump golang.org/x/term from 0.23.0 to 0.24.0
add d98019387 chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0
add 10f03f21e chore(helm): deprecate installation with platform
add 63ff7fa9d chore(doc): minor adjustments
add 0b0404423 chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0
add 80328ab14 feat(api): expose Camel core version
add 7fa24984a chore: nightly automatic updates
new fbe4a940a 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 (c8f1e5ce5)
\
N -- N -- N refs/tags/v2.5.0-nightly (fbe4a940a)
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:
CHANGELOG.md | 13 +-
docs/charts/camel-k-2.5.0-nightly.tgz | Bin 275627 -> 276094 bytes
docs/charts/index.yaml | 6 +-
docs/modules/ROOT/pages/concepts/overview.adoc | 8 +-
.../ROOT/pages/installation/installation.adoc | 4 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 7 ++
go.mod | 8 +-
go.sum | 16 +--
helm/camel-k/README.md | 132 +++++++++++++++------
helm/camel-k/crds/camel-k-crds.yaml | 10 ++
helm/camel-k/templates/NOTES.txt | 37 +++++-
helm/camel-k/templates/platform.yaml | 4 +-
helm/camel-k/values.yaml | 6 -
pkg/apis/camel/v1/integrationplatform_types.go | 3 +
.../camel/v1/integrationplatformbuildspec.go | 9 ++
pkg/controller/integrationplatform/catalog.go | 6 +-
pkg/controller/integrationplatform/catalog_test.go | 6 +
pkg/controller/integrationplatform/monitor.go | 1 +
.../camel.apache.org_integrationplatforms.yaml | 10 ++
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
20 files changed, 209 insertions(+), 79 deletions(-)