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 1798fd3d2 (commit)
to 4617254db (commit)
discard 1798fd3d2 chore(ci): v2.5.0-nightly release updates
add 8c4265d91 chore(deps): bump github.com/prometheus/common from 0.55.0
to 0.56.0
add 87d5ffb68 feat: adding ingressClassName field to the Ingress trait
add ffe477831 chore: consume source code refactoring
add 0dc8ee179 feat(trait): operate via default catalog
add eba01873e chore(traits): removed camel catalog condition
add 89cfeacb8 chore(doc): camel runtimes adjustment
add 6d9bdaade fix(ci): coverage badge script
add 6863b4f72 chore: nightly automatic updates
new 4617254db 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 (1798fd3d2)
\
N -- N -- N refs/tags/v2.5.0-nightly (4617254db)
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:
.github/actions/automatic-updates/action.yml | 4 +-
CHANGELOG.md | 16 +-
README.adoc | 2 +-
addons/keda/duck/v1alpha1/zz_generated.deepcopy.go | 1 +
addons/keda/keda.go | 14 +-
addons/master/master.go | 70 +-
addons/resume/resume.go | 20 +-
.../strimzi/duck/v1beta2/zz_generated.deepcopy.go | 1 +
addons/telemetry/telemetry.go | 11 +-
addons/telemetry/telemetry_test.go | 3 -
docs/charts/camel-k-2.5.0-nightly.tgz | Bin 271658 -> 292165
bytes
docs/charts/index.yaml | 6 +-
.../modules/ROOT/pages/running/camel-runtimes.adoc | 260 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 55 +
docs/modules/traits/pages/ingress.adoc | 5 +
e2e/advanced/promote_test.go | 16 -
go.mod | 2 +-
go.sum | 4 +-
helm/camel-k/crds/camel-k-crds.yaml | 25310 ++++++++++---------
pkg/apis/camel/v1/common_types.go | 6 +
pkg/apis/camel/v1/integration_types.go | 3 +
pkg/apis/camel/v1/integrationkit_types.go | 2 +
pkg/apis/camel/v1/trait/ingress.go | 3 +
pkg/apis/camel/v1/trait/zz_generated.deepcopy.go | 1 +
pkg/apis/camel/v1/zz_generated.deepcopy.go | 18 +
pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 1 +
pkg/builder/quarkus.go | 25 +-
.../camel/v1/{kameletproperty.go => catalog.go} | 34 +-
.../camel/v1/integrationkitstatus.go | 9 +
.../camel/v1/integrationstatus.go | 9 +
pkg/client/camel/applyconfiguration/utils.go | 2 +
pkg/cmd/promote.go | 261 +-
pkg/controller/integrationkit/initialize.go | 2 +-
pkg/metadata/metadata.go | 27 +-
pkg/metadata/metadata_capabilities_test.go | 2 +-
pkg/metadata/metadata_dependencies_test.go | 44 +-
pkg/metadata/metadata_http_test.go | 16 +-
pkg/metadata/metadata_uri_test.go | 16 +-
.../config/crd/bases/camel.apache.org_builds.yaml | 412 +-
.../crd/bases/camel.apache.org_camelcatalogs.yaml | 33 +-
.../bases/camel.apache.org_integrationkits.yaml | 201 +-
.../camel.apache.org_integrationplatforms.yaml | 1971 +-
.../camel.apache.org_integrationprofiles.yaml | 1922 +-
.../crd/bases/camel.apache.org_integrations.yaml | 6459 ++---
.../bases/camel.apache.org_kameletbindings.yaml | 7024 ++---
.../crd/bases/camel.apache.org_kamelets.yaml | 565 +-
.../config/crd/bases/camel.apache.org_pipes.yaml | 6736 ++---
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
pkg/trait/builder.go | 3 -
pkg/trait/camel.go | 67 +-
pkg/trait/camel_test.go | 39 +-
pkg/trait/container.go | 23 -
pkg/trait/container_test.go | 97 +-
pkg/trait/cron.go | 17 +-
pkg/trait/dependencies.go | 39 +-
pkg/trait/error_handler.go | 4 -
pkg/trait/health.go | 6 +-
pkg/trait/ingress.go | 16 +-
pkg/trait/ingress_test.go | 37 +
pkg/trait/kamelets.go | 20 +-
pkg/trait/kamelets_test.go | 9 +-
pkg/trait/knative.go | 123 +-
pkg/trait/knative_service.go | 40 +-
pkg/trait/knative_test.go | 110 +-
pkg/trait/logging.go | 2 +-
pkg/trait/logging_test.go | 8 +-
pkg/trait/openapi.go | 8 +-
pkg/trait/quarkus.go | 3 -
pkg/{util/kubernetes => trait}/resolver.go | 23 +-
pkg/trait/security_context_test.go | 5 +
pkg/trait/service.go | 20 +-
pkg/trait/service_binding.go | 3 -
pkg/trait/trait_condition_types.go | 15 -
pkg/trait/trait_types.go | 40 +-
pkg/trait/trait_types_test.go | 9 +-
pkg/trait/util.go | 42 +-
pkg/util/kamelets/util.go | 59 -
77 files changed, 26885 insertions(+), 25608 deletions(-)
copy pkg/client/camel/applyconfiguration/camel/v1/{kameletproperty.go =>
catalog.go} (52%)
rename pkg/{util/kubernetes => trait}/resolver.go (81%)
delete mode 100644 pkg/util/kamelets/util.go