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/08/10 06:56:45 UTC

[camel-k] branch dependabot/go_modules/github.com/stretchr/testify-1.8.0 updated (34decccc7 -> 4502323e6)

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

github-bot pushed a change to branch dependabot/go_modules/github.com/stretchr/testify-1.8.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard 34decccc7 chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0
     add bb0e8f0e1 Provides Makefile with ability to generate a test bundle index image
     add 3aa976343 migrate ibm-mq example
     add 869f7604d Updated CHANGELOG.md
     add a618af2b4 fix(lint): nolintlint
     add a786e46cc chore: regen resources
     add 9dd3d5865 fix(e2e): stabilise knative/yaks tests
     add 74f378b1e fix(lint): nolintlint
     add 8428f5155 Fix windows paths in --resource
     add 9282bf5de Updated CHANGELOG.md
     add 54bc357dd migrate and improve kafka example
     add 7937cfc9c Updated CHANGELOG.md
     add 7790fc351 Fix building multi-arch containers on ARM on MacOS
     add eb8973c3a Pack the correct binary for the architecture into the operator container
     add 2209065f6 allow resources & securityContext in Helm Chart values
     add 1d35ce052 add resources & securityContext to values.yaml
     add 801cdad67 add params resources and securityContext to README.md
     add 3fd03f860 Update the path of the file Sample.java
     add bc34e9ea0 Merge pull request #3504 from apache/doc-update-path-sample.java
     add f6dd27022 Fix typo in local.adoc (#3505)
     add 41c8b88b7 Some various improvements (#3507)
     add da519c515 Some improvements in runtime-properties.adoc (#3510)
     add 3b1bda062 Updated CHANGELOG.md
     add 72ec43bda Some improvements in runtime-resources.adoc (#3513)
     add 7eee5bc10 re-deployment strategies #2256
     add 58fa430a6 regen
     add 41f909d27 chore: add gitignore directove for platform specific build
     add eeb3b18c5 fix: force the creation of the build/_maven_output to prevent image building from failing
     add e0dbf51f3 Updated CHANGELOG.md
     add 78e099cee fix: ensure gobin exists before copying operator-sdk
     add 67b1746c3 Add missing import in kamelets-dev.adoc (#3518)
     add 7e6cb0530 Fix grammar in operator.adoc
     add a6f223656 Fix grammar in integration-kit.adoc
     add b1b70e0fb fix: camel-k ignores changes to traits configured using annotations #3479
     add beff4641a fix: resolve pr review findings #3479
     add e7bc5ecca fix: KameletBinding vs Integration traits comparison shouyld be based on the traits configured on the KameletBinding only #3479
     add f36ee47ff Updated CHANGELOG.md
     add f104b228a Updated CHANGELOG.md
     add 944146586 chore(cli): refactor kamel local cmds
     add d7e68a717 chore(cli): further refactor kamel local cmds
     add f204d1616 chore(cli): further refactor kamel local cmds
     add eca1ef38e chore(cli): further refactor kamel local cmds
     add a61394e19 chore(cli): further refactor kamel local cmds
     add 70b488f91 chore(cli): further refactor kamel local cmds
     add 57b4c5195 fix(cli): more user-friendly error messages for kamel local subcommands
     add e4ba473f1 chore(cli): refactor - package utils to local & source for better encapsulation and cohesion
     add 6f42ed56e fix(e2e): stabilise kamel local e2e tests
     add 900ecac59 Updated CHANGELOG.md
     add 735f0161f fix(trait): camel to use a single properties file
     add f107f5b91 fix(e2e): integration test refactoring
     add c66a382e1 chore(e2e): replace createTimerKamelet func
     add 44caf1298 Updated CHANGELOG.md
     add c77a04422 Updated CHANGELOG.md
     add 4502323e6 chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.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   (34decccc7)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.8.0 (4502323e6)

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-build-bundle/build-bundle-image.sh       |  18 +-
 .../kamel-build-bundle/build-index-image.sh        |   5 +-
 .../kamel-install-knative/install-knative.sh       |   2 +
 .github/workflows/validate.yml                     |   5 +-
 .gitignore                                         |   7 +-
 CHANGELOG.md                                       |  20 +-
 .../camel.apache.org_integrationplatforms.yaml     |  44 +++
 .../crd/bases/camel.apache.org_integrations.yaml   |  22 ++
 .../bases/camel.apache.org_kameletbindings.yaml    |  22 ++
 .../pages/architecture/cr/integration-kit.adoc     |   2 +-
 docs/modules/ROOT/pages/architecture/operator.adoc |   2 +-
 .../pages/configuration/build-time-properties.adoc |   8 +-
 .../pages/configuration/runtime-properties.adoc    |   8 +-
 .../pages/configuration/runtime-resources.adoc     |  20 +-
 docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc |   1 +
 docs/modules/ROOT/pages/running/dev-mode.adoc      |   4 +-
 docs/modules/ROOT/pages/running/local.adoc         |   2 +-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  30 ++
 docs/modules/traits/pages/deployment.adoc          |  21 ++
 e2e/global/common/integration_fail_test.go         |  19 +-
 e2e/global/common/kamelet_binding_test.go          | 125 +++++---
 .../common/kamelet_binding_with_image_test.go      | 116 +++++++
 e2e/global/common/traits/deployment_test.go        |  98 ++++++
 e2e/local/local_build_test.go                      |   2 +
 e2e/local/local_run_test.go                        |   9 +-
 e2e/namespace/install/cli/dev_mode_test.go         |   5 +-
 e2e/support/test_support.go                        |  44 +++
 examples/README.md                                 |   1 -
 examples/ibm-mq/MQRoute.java                       |  66 ----
 examples/ibm-mq/README.md                          |  42 ---
 examples/ibm-mq/ibm-mq-server-deploy/README.md     |  26 --
 .../ibm-mq/ibm-mq-server-deploy/ibm-mq-server.yaml |  79 -----
 examples/ibm-mq/jms-ibm-mq-sink-binding.yaml       |  18 --
 examples/ibm-mq/jms-ibm-mq-source-binding.yaml     |  15 -
 examples/kafka/README.md                           |  30 --
 examples/kafka/SampleKafkaConsumer.java            |  32 --
 examples/kafka/application.properties              |  24 --
 examples/kafka/sasl_ssl/README.md                  |  51 ---
 examples/kafka/sasl_ssl/SaslSSLKafkaConsumer.java  |  30 --
 examples/kafka/sasl_ssl/SaslSSLKafkaProducer.java  |  34 --
 examples/kafka/sasl_ssl/application.properties     |  26 --
 helm/camel-k/README.md                             |   2 +
 helm/camel-k/crds/crd-integration-platform.yaml    |  44 +++
 helm/camel-k/crds/crd-integration.yaml             |  22 ++
 helm/camel-k/crds/crd-kamelet-binding.yaml         |  22 ++
 helm/camel-k/templates/operator.yaml               |   3 +-
 helm/camel-k/values.yaml                           |   2 +
 pkg/apis/camel/v1/trait/deployment.go              |  20 ++
 pkg/apis/camel/v1/trait/zz_generated.deepcopy.go   |  10 +
 pkg/cmd/local.go                                   |  18 +-
 pkg/cmd/local/container.go                         | 348 +++++++++++++++++++++
 pkg/cmd/{local_util.go => local/local.go}          | 252 ++++++++-------
 .../{local_util_test.go => local/local_test.go}    |   8 +-
 pkg/cmd/local/workdir.go                           | 244 +++++++++++++++
 pkg/cmd/local_build.go                             | 209 +++++++------
 pkg/cmd/local_inspect.go                           |  34 +-
 pkg/cmd/local_run.go                               | 248 ++++++++-------
 pkg/cmd/modeline.go                                |   5 +-
 pkg/cmd/run.go                                     |  12 +-
 pkg/cmd/run_help.go                                |  21 +-
 pkg/cmd/run_test.go                                |   5 +-
 pkg/cmd/{util_content.go => source/content.go}     |  24 +-
 .../content_test.go}                               |  26 +-
 pkg/cmd/{util_sources.go => source/source.go}      |  78 ++---
 pkg/cmd/source/util.go                             |  62 ++++
 pkg/cmd/{ => source}/util_test.go                  |  18 +-
 pkg/cmd/util.go                                    |  45 ---
 pkg/cmd/util_commands.go                           | 134 --------
 pkg/cmd/util_containerization.go                   | 240 --------------
 .../integration/integration_controller.go          | 203 +++++++-----
 pkg/controller/integration/kits.go                 |  69 ++--
 pkg/controller/integration/kits_test.go            |  10 +-
 .../kameletbinding/kamelet_binding_controller.go   |  15 +
 pkg/controller/kameletbinding/monitor.go           |  16 +-
 pkg/resources/resources.go                         |   8 +-
 pkg/trait/camel.go                                 |  50 +--
 pkg/trait/deployment.go                            |  34 +-
 pkg/trait/deployment_test.go                       |  88 ++++++
 pkg/trait/util.go                                  | 228 +++++++++++++-
 pkg/trait/util_test.go                             | 177 ++++++++++-
 pkg/util/digest/digest.go                          |   4 +
 pkg/util/docker/docker.go                          |  35 +--
 pkg/util/docker/docker_base.go                     |   4 +-
 pkg/util/kubernetes/util.go                        |   3 +-
 pkg/util/resource/config.go                        |   5 +-
 pkg/util/util.go                                   | 312 +-----------------
 resources/traits.yaml                              |  16 +
 script/Makefile                                    |  86 +++--
 script/build_bundle_index.sh                       | 129 ++++++++
 89 files changed, 2816 insertions(+), 1967 deletions(-)
 create mode 100644 e2e/global/common/kamelet_binding_with_image_test.go
 create mode 100644 e2e/global/common/traits/deployment_test.go
 delete mode 100644 examples/ibm-mq/MQRoute.java
 delete mode 100644 examples/ibm-mq/README.md
 delete mode 100644 examples/ibm-mq/ibm-mq-server-deploy/README.md
 delete mode 100644 examples/ibm-mq/ibm-mq-server-deploy/ibm-mq-server.yaml
 delete mode 100644 examples/ibm-mq/jms-ibm-mq-sink-binding.yaml
 delete mode 100644 examples/ibm-mq/jms-ibm-mq-source-binding.yaml
 delete mode 100644 examples/kafka/README.md
 delete mode 100644 examples/kafka/SampleKafkaConsumer.java
 delete mode 100644 examples/kafka/application.properties
 delete mode 100644 examples/kafka/sasl_ssl/README.md
 delete mode 100644 examples/kafka/sasl_ssl/SaslSSLKafkaConsumer.java
 delete mode 100644 examples/kafka/sasl_ssl/SaslSSLKafkaProducer.java
 delete mode 100644 examples/kafka/sasl_ssl/application.properties
 create mode 100644 pkg/cmd/local/container.go
 rename pkg/cmd/{local_util.go => local/local.go} (63%)
 rename pkg/cmd/{local_util_test.go => local/local_test.go} (93%)
 create mode 100644 pkg/cmd/local/workdir.go
 rename pkg/cmd/{util_content.go => source/content.go} (85%)
 rename pkg/cmd/{util_content_test.go => source/content_test.go} (83%)
 rename pkg/cmd/{util_sources.go => source/source.go} (77%)
 create mode 100644 pkg/cmd/source/util.go
 rename pkg/cmd/{ => source}/util_test.go (76%)
 delete mode 100644 pkg/cmd/util_commands.go
 delete mode 100644 pkg/cmd/util_containerization.go
 create mode 100755 script/build_bundle_index.sh