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


 discard 96e44d1fc chore(deps): bump 
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
     add 915f7a5ab disabled deprecated linters
     add 71f6207f5 updated the disabled linters in alphabetic order
     add 27d3723fd removed duplicated linter
     add f2fa047cc removed extra line
     add b337ff860 chore(doc): removing useless fragment
     add 939bc5835 Merge pull request #3181 from squakez/fix/website_links
     add eed983795 fix #2835 address comments
     add dcd7e34f7 Merge pull request #3171 from johnpoth/local-dependencies-2
     add de90fa873 Example to show usage of prometheus trait
     add 8fcf47c25 Updated CHANGELOG.md
     add 136292607 chore(examples): olm installation
     add 1d1abb1ad fix(ci): action replaces
     add 26efe1daa fix(ci): action replaces
     add a959cd7aa Updated CHANGELOG.md
     add f0909bfec tracing trait usage example
     add 5327d2855 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   (96e44d1fc)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.55.1
 (5327d2855)

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:
 .github/workflows/release.yml                      |  49 +------
 .golangci.yml                                      |   6 +-
 CHANGELOG.md                                       |   4 +
 config/crd/bases/camel.apache.org_builds.yaml      |  28 ++++
 .../camel.apache.org_integrationplatforms.yaml     |  80 +++++++----
 docs/modules/ROOT/pages/cli/cli.adoc               |   2 +-
 .../ROOT/pages/configuration/dependencies.adoc     |   2 +-
 docs/modules/traits/pages/registry.adoc            |   2 +-
 examples/README.md                                 |   1 +
 examples/olm/README.md                             |  29 ++++
 examples/traits/prometheus/MyIntegration.java      |  50 +++++++
 examples/traits/prometheus/README.md               |  27 ++++
 examples/traits/tracing/InventoryService.java      | 115 ++++++++++++++++
 examples/traits/tracing/OrderService.java          | 153 +++++++++++++++++++++
 examples/traits/tracing/README.md                  |  50 +++++++
 examples/traits/tracing/application.properties     |   1 +
 .../tracing/customizers/OpentracingCustomizer.java |  60 ++++++++
 examples/traits/tracing/instance.yaml              |   4 +
 .../traits/tracing/interface/jaegerInterface.png   | Bin 0 -> 361969 bytes
 examples/traits/tracing/quarkus.properties         |   4 +
 helm/camel-k/crds/crd-build.yaml                   |  28 ++++
 helm/camel-k/crds/crd-integration-platform.yaml    |  80 +++++++----
 pkg/apis/camel/v1/build_types.go                   |   2 +
 pkg/apis/camel/v1/maven_types.go                   |  11 +-
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |  19 ++-
 pkg/builder/project.go                             |  19 ++-
 pkg/cmd/install.go                                 |   2 +-
 pkg/cmd/run.go                                     |  20 +--
 pkg/resources/resources.go                         |   8 +-
 pkg/trait/openapi.go                               |  16 ++-
 pkg/trait/registry.go                              |   4 +-
 pkg/util/camel/camel_dependencies.go               |   4 +-
 pkg/util/camel/catalog.go                          |  17 ++-
 33 files changed, 748 insertions(+), 149 deletions(-)
 create mode 100644 examples/olm/README.md
 create mode 100644 examples/traits/prometheus/MyIntegration.java
 create mode 100644 examples/traits/prometheus/README.md
 create mode 100644 examples/traits/tracing/InventoryService.java
 create mode 100644 examples/traits/tracing/OrderService.java
 create mode 100644 examples/traits/tracing/README.md
 create mode 100644 examples/traits/tracing/application.properties
 create mode 100644 
examples/traits/tracing/customizers/OpentracingCustomizer.java
 create mode 100644 examples/traits/tracing/instance.yaml
 create mode 100644 examples/traits/tracing/interface/jaegerInterface.png
 create mode 100644 examples/traits/tracing/quarkus.properties

Reply via email to