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 2023/04/05 07:19:19 UTC

[camel-k] branch dependabot/go_modules/github.com/stoewer/go-strcase-1.3.0 updated (441793d7f -> ea106580f)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/go_modules/github.com/stoewer/go-strcase-1.3.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    omit 441793d7f chore(deps): bump github.com/stoewer/go-strcase from 1.2.1 to 1.3.0
     add c25e5ba2d chore(deps): bump github.com/redhat-developer/service-binding-operator
     add f726675e6 fix #4167 : Default integrationPlatform created at operator startup dose not honor OPERATOR_ID config
     add 1e63ded68 chore: changelog automatic update
     add 3e609a59f chore: nightly resource refresh
     add 865ebdb57 Remove additional custom labels utility (#4184)
     add 713e39448 Fix lint warn in deployment.go (#4189)
     add 7e647a91d chore: changelog automatic update
     add 2ff603a48 chore(deps): bump github.com/container-tools/spectrum
     add f8dfa018e chore(deps): bump github.com/go-logr/logr from 1.2.3 to 1.2.4
     add ed00e1abd fix(cmd): run does not expand camel properties
     add 8f4bb8303 fix: lint correction
     add b79bb2689 chore: changelog automatic update
     add 9e6280390 chore(deps): bump github.com/onsi/gomega from 1.27.5 to 1.27.6
     add 560601b48 chore: changelog automatic update
     add c6dd6f306 chore(deps): bump github.com/container-tools/spectrum
     add c427f8d11 fix(cmd): rebuild KameletBindings
     add fdfcb0326 fix(lint): rebuild test
     add 1cbef26b7 chore: changelog automatic update
     add 6384b5273 chore(olm): upgrade operator sdk
     add e5588e2ee chore(cmd): add a note to specify rebuild
     add c22f2a8f9 Revert "fix(lint): rebuild test"
     add 7a299a9c8 Revert "fix(cmd): rebuild KameletBindings"
     add 3d928975e feat(trait): Migrate prometheus trait from microprofile metrics to micrometer
     add 924cd95f2 feat(e2e): Update prometheus e2e test
     add d5b946624 feat(doc): Update prometheus trait doc
     add acf284ab7 chore/keystore_test file path change
     add aa929dfa5 chore: changelog automatic update
     add 68bac8bae chore: nightly resource refresh
     add 419f56366 chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0
     add ea106580f chore(deps): bump github.com/stoewer/go-strcase from 1.2.1 to 1.3.0

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   (441793d7f)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/github.com/stoewer/go-strcase-1.3.0 (ea106580f)

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:
 CHANGELOG.md                                       |  15 +++
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 docs/antora.yml                                    |   2 +-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |   4 +-
 docs/modules/traits/pages/prometheus.adoc          |  20 +++-
 e2e/common/traits/prometheus_test.go               |   2 +-
 e2e/yaks/openshift/monitoring/Metrics.java         |  16 +--
 e2e/yaks/openshift/monitoring/app/pom.xml          |   6 +-
 .../java/org/apache/camel/integration/Service.java |  10 +-
 go.mod                                             |  12 +--
 go.sum                                             |  25 +++--
 pkg/apis/camel/v1/trait/prometheus.go              |   4 +-
 pkg/cmd/operator/operator.go                       |  13 ++-
 pkg/cmd/rebuild.go                                 |   4 +-
 pkg/cmd/run.go                                     |  38 +++----
 pkg/cmd/run_test.go                                |  64 ++++++++++++
 pkg/resources/resources.go                         |   4 +-
 pkg/trait/cron.go                                  |   5 +-
 pkg/trait/deployment.go                            |   5 +-
 pkg/trait/knative_service.go                       |   5 +-
 pkg/trait/prometheus.go                            |   5 +-
 pkg/util/jvm/keystore_test.go                      |  13 ++-
 pkg/util/label/label.go                            |  68 -------------
 pkg/util/label/label_test.go                       | 113 ---------------------
 resources/traits.yaml                              |   9 +-
 script/Makefile                                    |  18 +---
 26 files changed, 199 insertions(+), 283 deletions(-)
 delete mode 100644 pkg/util/label/label.go
 delete mode 100644 pkg/util/label/label_test.go