This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.58.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git
discard 8134d0fa1 chore(deps): bump
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
add 579c69c12 chore(lint): upgrade golangci-lint to 1.47.1
add cecaf715e Updated CHANGELOG.md
add ddb86ab73 fix(doc): fix doc-gen to insert space between lines
add f3ba7b180 Updated CHANGELOG.md
add b9ebaef13 chore(api): refer to correct trait
add 3cedfa0dd fix(trait): nil pointer dereference applying trait during
kit building
add b004a5a25 Updated CHANGELOG.md
add 525af63cb chore(knative): upgrade Knative to 1.3 (0.30) #3381
add 6466595cc chore(deps): bump
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
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 (8134d0fa1)
\
N -- N -- N
refs/heads/dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.58.0
(6466595cc)
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:
.../kamel-install-knative/install-knative.sh | 10 +-
.github/workflows/validate.yml | 2 +-
.golangci.yml | 1 +
CHANGELOG.md | 8 +
addons/keda/keda.go | 3 +-
addons/master/master.go | 9 +-
addons/threescale/3scale.go | 6 +-
addons/tracing/tracing.go | 2 +-
cmd/util/doc-gen/generators/traitmetadatagen.go | 2 +-
.../camel.apache.org_integrationplatforms.yaml | 4 +-
.../crd/bases/camel.apache.org_integrations.yaml | 14 +-
.../bases/camel.apache.org_kameletbindings.yaml | 14 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 10 +-
docs/modules/traits/pages/container.adoc | 2 +-
go.mod | 12 +-
go.sum | 29 +--
helm/camel-k/crds/crd-integration-platform.yaml | 4 +-
helm/camel-k/crds/crd-integration.yaml | 14 +-
helm/camel-k/crds/crd-kamelet-binding.yaml | 14 +-
pkg/apis/camel/v1/integration_types.go | 8 +-
pkg/apis/camel/v1/trait/container.go | 2 +-
pkg/resources/resources.go | 16 +-
pkg/trait/affinity.go | 2 +-
pkg/trait/builder.go | 2 +-
pkg/trait/container.go | 2 +-
pkg/trait/cron.go | 16 +-
pkg/trait/dependencies.go | 2 +-
pkg/trait/deployment.go | 16 +-
pkg/trait/environment.go | 6 +-
pkg/trait/error_handler.go | 2 +-
pkg/trait/gc.go | 2 +-
pkg/trait/health.go | 3 +-
pkg/trait/ingress.go | 17 +-
pkg/trait/istio.go | 6 +-
pkg/trait/jolokia.go | 2 +-
pkg/trait/kamelets.go | 2 +-
pkg/trait/knative.go | 2 +-
pkg/trait/knative_service.go | 16 +-
pkg/trait/logging.go | 20 +-
pkg/trait/mount.go | 2 +-
pkg/trait/openapi.go | 6 +-
pkg/trait/owner.go | 6 +-
pkg/trait/pdb.go | 2 +-
pkg/trait/platform.go | 2 +-
pkg/trait/pod.go | 4 +-
pkg/trait/prometheus.go | 2 +-
pkg/trait/pull_secret.go | 2 +-
pkg/trait/registry.go | 2 +-
pkg/trait/route.go | 2 +-
pkg/trait/service.go | 16 +-
pkg/trait/service_binding.go | 2 +-
pkg/trait/toleration.go | 2 +-
pkg/trait/trait.go | 2 +-
resources/traits.yaml | 229 +++++++++++----------
54 files changed, 303 insertions(+), 282 deletions(-)