This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag v2.6.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.6.0-nightly was modified! ***
from 3398a7340 (commit)
to 45189ceea (commit)
discard 3398a7340 chore(ci): v2.6.0-nightly release updates
add 77971691c feat(ci): bump golang 1.23
add 5e7372ae7 Allow to specify annotations for operator KSA
add d90d28bb7 chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0
new 45189ceea chore(ci): v2.6.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 (3398a7340)
\
N -- N -- N refs/tags/v2.6.0-nightly (45189ceea)
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:
.golangci.yml | 1 -
addons/vault/aws/aws_secrets_manager.go | 4 +-
addons/vault/azure/azure_key_vault.go | 4 +-
addons/vault/hashicorp/hashicorp_vault.go | 2 +-
cmd/util/doc-gen/generators/traitdocgen.go | 6 +-
docs/charts/camel-k-2.6.0-nightly.tgz | Bin 289431 -> 289451 bytes
docs/charts/index.yaml | 6 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 6 +-
docs/modules/traits/pages/container.adoc | 4 +-
docs/modules/traits/pages/jolokia.adoc | 2 +-
go.mod | 4 +-
go.sum | 4 +-
helm/camel-k/crds/camel-k-crds.yaml | 24 ++++
.../templates/operator-service-account.yaml | 4 +
helm/camel-k/values.yaml | 3 +
pkg/apis/camel/v1/common_types_support.go | 4 +-
pkg/apis/camel/v1/common_types_support_test.go | 14 +--
pkg/apis/camel/v1/trait/container.go | 4 +-
pkg/apis/camel/v1/trait/jolokia.go | 2 +-
pkg/builder/spectrum.go | 2 +-
pkg/cmd/install.go | 3 +-
pkg/cmd/install_test.go | 2 +-
pkg/cmd/operator/operator.go | 5 +-
pkg/controller/integration/kits.go | 2 +-
pkg/controller/integration/monitor.go | 26 +++-
pkg/controller/integration/monitor_cronjob.go | 2 +-
pkg/controller/integration/monitor_deployment.go | 4 +-
pkg/controller/integration/monitor_knative.go | 2 +-
.../camel.apache.org_integrationplatforms.yaml | 6 +
.../camel.apache.org_integrationprofiles.yaml | 6 +
.../crd/bases/camel.apache.org_integrations.yaml | 6 +
.../bases/camel.apache.org_kameletbindings.yaml | 3 +
.../config/crd/bases/camel.apache.org_pipes.yaml | 3 +
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
pkg/trait/builder.go | 3 +-
pkg/trait/container.go | 8 +-
pkg/trait/environment.go | 2 +-
pkg/trait/jolokia.go | 134 +++++++++------------
pkg/trait/jolokia_test.go | 131 +-------------------
pkg/trait/knative_service.go | 8 +-
pkg/trait/pdb.go | 8 +-
pkg/trait/resolver.go | 2 +-
pkg/trait/trait_catalog.go | 2 +-
pkg/trait/trait_configure_test.go | 4 +-
pkg/trait/trait_types.go | 4 +-
pkg/util/bindings/catalog.go | 2 +-
pkg/util/camel/camel_dependencies.go | 2 +-
pkg/util/envvar/envvar.go | 2 +-
pkg/util/kubernetes/portforward.go | 8 +-
pkg/util/sets/set.go | 2 +-
pkg/util/util.go | 31 ++++-
pkg/util/util_test.go | 31 +++++
script/Makefile | 14 +--
53 files changed, 269 insertions(+), 301 deletions(-)