You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/03/14 08:58:58 UTC

[camel-k] branch dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.55.0 updated (c72fc7b -> 4384237)

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.55.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


 discard c72fc7b  chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
     add 370b0c0  Updated CHANGELOG.md
     add ebf8da6  fix(ci): nightly build
     add 11a408c  fix(ci): creating nightly tag
     add 2b56e70  chore(deps): bump github.com/radovskyb/watcher from 1.0.6 to 1.0.7
     add 5b08eed  Updated CHANGELOG.md
     add a79f832  Refactor kaniko settings fix #3005
     add c5f74c0  [#3093] wrong XSD url generated with XML initialiser
     add b8e17c3  Updated CHANGELOG.md
     add fd64646  fix(cli): resource file with same content
     add e6f5983  chore(deps): bump github.com/container-tools/spectrum
     add 4384237  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   (c72fc7b)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.55.0 (4384237)

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:
 .../workflows/{backport.yml => nightly-tag.yaml}   |  33 +-
 .github/workflows/release.yml                      |  12 +-
 CHANGELOG.md                                       | 995 +++++++++++++++++++--
 .../camel.apache.org_integrationplatforms.yaml     |  24 +-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |   9 +
 e2e/common/config/config_test.go                   |  10 +
 .../common/config/files/resources-data-same.txt    |   0
 e2e/common/languages/files/xml.xml                 |   2 +-
 examples/polyglot/routes.xml                       |   2 +-
 go.mod                                             |   2 +-
 go.sum                                             |   4 +-
 helm/camel-k/crds/crd-integration-platform.yaml    |  24 +-
 pkg/apis/camel/v1/integrationplatform_types.go     |   6 +-
 .../camel/v1/integrationplatform_types_support.go  |  17 +-
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |  21 +
 pkg/builder/kaniko.go                              |   2 +
 .../camel/informers/externalversions/factory.go    |   8 +
 pkg/cmd/install.go                                 |   4 +-
 pkg/cmd/trait_help_test.go                         |   1 +
 pkg/controller/integrationplatform/initialize.go   |  16 +-
 pkg/controller/integrationplatform/kaniko_cache.go |   8 +-
 pkg/platform/defaults.go                           |  18 +-
 pkg/resources/resources.go                         |  12 +-
 pkg/trait/builder.go                               |  17 +-
 pkg/trait/builder_test.go                          |  11 +-
 pkg/trait/mount.go                                 |   6 +-
 pkg/util/modeline/parser_test.go                   |   2 +-
 resources/templates/xml.tmpl                       |   2 +-
 28 files changed, 1099 insertions(+), 169 deletions(-)
 copy .github/workflows/{backport.yml => nightly-tag.yaml} (71%)
 copy examples/user-config/resources-data.txt => e2e/common/config/files/resources-data-same.txt (100%)