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/04/06 13:25:11 UTC

[camel-k] branch dependabot/go_modules/go.uber.org/multierr-1.8.0 updated (94e5814db -> 926e41ad2)

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

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


 discard 94e5814db chore(deps): bump go.uber.org/multierr from 1.6.0 to 1.8.0
     add f75efdeb6 Updated CHANGELOG.md
     add 294ed7b8c Stabilize route test
     add 32415faf5 Updated CHANGELOG.md
     add d38a3f004 test(e2e): improve local e2e tests
     add 158dae79b chore(e2e): temporarily disable flaky local e2e test
     add c29c8c5c3 Updated CHANGELOG.md
     add 3991dc0fa Updated CHANGELOG.md
     add dab66604c Updated CHANGELOG.md
     add cd1831146 Fix broken xref
     add 4a777f033 Updated CHANGELOG.md
     add 566ed3061 test fixing of "Global test on namespace with its own operator"
     add dc3387878 add k8s labels to deployment service
     add afca1402e customize k8s version label
     add a0b2de4dd fix(ci): remove unused maven references
     add f0acabade chore(ci): remove development runtime builder project
     add d02e89818 chore(ci): nightly allow release update
     add fb60229d2 chore(deps): bump github.com/onsi/gomega from 1.16.0 to 1.19.0
     add 0c9fa3802 chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.4.0
     add 4215d6898 Updated CHANGELOG.md
     add 522c767bf temporary solution to build camel-k in windows
     add 8cb181c6e fix: redirect ouput and errors to appropriate writer
     add a757de401 fix: fix lint errors
     add 844a683d6 Fix #2834: support local dependencies through the Image repository
     add 18a8bf186 Fix #2834: Refactor
     add f524f35fd Fix #2834: Handle pom files
     add 92caf7dc8 Fix #2834: e2e tests
     add b2cf586ed Fix #2834: Update wagon-docker-registry
     add 0eb6e9b6f Fix #2834: Update command line option
     add 2489fc640  Fix #2834: Support all packaging types
     add 087ea5296 Fix #2834: fix tests
     add 57dcb9a19 Fix #2834: Let users configure where the files are to be mounted in the running container
     add 69a4dc351 Fix #2834: Support OpenShift
     add 0803a061c Fix #2834: Add E2E for local files mounted in a running countainer
     add f630b8632 Fix #2834: Add E2E for local files mounted in custom path
     add 5f8ae0a09 Fix #2834: Add ability to upload directory
     add 718854116 Fix #2834: Add E2E for local directory
     add e6a2821d5 Fix #2834: Let's make the default targetpath relative to it's parent directory
     add f45f7e489 Fix #2834: upload checksum files
     add 8680c018c  Fix #2834: extract GAV information from JAR and POM files. Upload pom in JAR file if present
     add 8b8a3b75f Fix #2834: add E2E test
     add 78f161ac8 Fix #2834: Add useful log messages, update to latest wagon
     add 94093f51d  Fix #2834:Allow multiple certificates to be configured for Maven
     add 31ffc9b4b  Fix #2834:Allow Servers to be configured in Maven settings file
     add 46b20f139  Fix #2834: We should automatically register the Image Registry's CA and Authentication with Maven when using the Image Registry as a Maven Registry
     add 738ee6f1f  Fix #2834: support OpenShift defaults
     add feacfacae  Fix #2834: don't enable registry trait if explicitely disabled
     add 594a1b93b  Fix #2834: generate resource and rebase
     add a18823546  Fix #2834: update to latest wagon-docker-registry
     add 5e70d2562  Fix #2834: fix lint errors
     add 3f90733f0  Fix #2834: enable maven wagon IT tests in github for kubernetes
     add 080d42166  Fix #2834: upgrade Spectrum
     add 26423a26f  Fix #2834: Update docs
     add 6d72554c8  Fix #2834: Update health trait
     add e2f1a6ea6  Fix #2834: Refactor E2E test to use single namespace
     add 407016f16  Fix #2834: Fix e2e tests, let's wait until camel-k is installed
     add d6660dc7a  Fix #2834: kustomize 2e2 test should be executed last
     add 3c5ba761a Fix #2834: rebase main
     add bd12e7f9c Merge pull request #2835 from johnpoth/local-dependencies
     add 534f9759e Updated CHANGELOG.md
     add 67a2595e9  fix 1802: leverage KEP-1755 to retrieve local image registry host and port
     add 0ea95ec15 fix 1802: Add RBAC
     add 346b787f3 Merge pull request #2696 from johnpoth/KEP-1755
     add 7942108bf chore(deps): bump github.com/rs/xid from 1.3.0 to 1.4.0
     add 4843645a0 Updated CHANGELOG.md
     add eefbf17db chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
     add 926e41ad2 chore(deps): bump go.uber.org/multierr from 1.6.0 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   (94e5814db)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/go.uber.org/multierr-1.8.0 (926e41ad2)

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/actions/e2e-kubernetes/exec-tests.sh       |   1 +
 .github/workflows/kubernetes.yml                   |   1 +
 .github/workflows/release.yml                      |   4 +-
 .mvn/wrapper/MavenWrapperDownloader.java           | 110 ------
 .mvn/wrapper/maven-wrapper.jar                     | Bin 48337 -> 0 bytes
 .mvn/wrapper/maven-wrapper.properties              |   1 -
 CHANGELOG.md                                       | 244 +++++++-----
 .../internalclientset/fake/clientset_generated.go  |   5 +-
 build/maven/pom-catalog.xml                        | 126 ------
 build/maven/pom-runtime.xml                        | 235 -----------
 cmd/util/json-schema-gen/main.go                   |   2 +-
 cmd/util/license-check/main.go                     |   2 +-
 config/crd/bases/camel.apache.org_builds.yaml      |  56 ++-
 .../camel.apache.org_integrationplatforms.yaml     | 104 +++--
 config/manager/operator-deployment.yaml            |   7 +
 config/rbac/kustomization.yaml                     |   2 +
 ...l => operator-cluster-role-local-registry.yaml} |  12 +-
 ...l => operator-role-binding-local-registry.yaml} |   7 +-
 docs/modules/ROOT/nav.adoc                         |   1 +
 docs/modules/ROOT/pages/cli/cli.adoc               |  10 +
 .../ROOT/pages/configuration/dependencies.adoc     |  18 +
 .../ROOT/pages/contributing/developers.adoc        |  11 +
 docs/modules/ROOT/pages/contributing/e2e.adoc      |   4 +-
 .../ROOT/pages/troubleshooting/debugging.adoc      |   2 +-
 docs/modules/traits/pages/gc.adoc                  |   2 +-
 .../pages/{dependencies.adoc => registry.adoc}     |  12 +-
 e2e/builder/global_test.go                         |  12 +-
 e2e/common/build/maven_http_proxy_test.go          |   5 +-
 e2e/common/kustomize/common.go                     |   3 +-
 e2e/common/kustomize/operator_test.go              |   1 +
 e2e/common/kustomize/setup_test.go                 |   1 +
 e2e/common/traits/route_test.go                    |   7 +-
 e2e/local/local_build_test.go                      |  14 +-
 e2e/local/local_run_test.go                        |  28 +-
 e2e/{common/cli/version_test.go => local/util.go}  |  37 +-
 .../files/FoobarDecryption.java}                   |   9 +-
 .../files/LaughingRoute.java}                      |  11 +-
 e2e/registry/files/laugh.txt                       |   1 +
 e2e/registry/files/laughs/haha.txt                 |   1 +
 e2e/registry/files/laughs/hehe.txt                 |   1 +
 e2e/registry/files/sample-decryption-1.0.jar       | Bin 0 -> 2766 bytes
 e2e/registry/files/sample-decryption-1.0.pom       |  20 +
 .../main/java/camelk/DeterministicDecryption.java  |  48 +++
 e2e/registry/registry_maven_wagon_test.go          | 137 +++++++
 .../service_binding_kamelet_test.go                |   1 +
 e2e/support/test_support.go                        |  19 +-
 go.mod                                             |   8 +-
 go.sum                                             |  23 +-
 helm/camel-k/crds/crd-build.yaml                   |  56 ++-
 helm/camel-k/crds/crd-integration-platform.yaml    | 104 +++--
 mvnw                                               | 286 --------------
 mvnw.cmd                                           | 161 --------
 pkg/apis/camel/v1/maven_types.go                   |  17 +-
 .../camel/v1/maven_types_support.go}               |  39 +-
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |  57 ++-
 pkg/apis/camel/v1/zz_generated.defaults.go         |   1 +
 pkg/builder/project.go                             |  72 +++-
 pkg/builder/project_test.go                        | 224 +++++++++++
 pkg/cmd/bind.go                                    |   4 +-
 pkg/cmd/completion_bash.go                         |   2 +-
 pkg/cmd/completion_zsh.go                          |   2 +-
 pkg/cmd/debug.go                                   |  10 +-
 pkg/cmd/delete.go                                  |  24 +-
 pkg/cmd/describe_integration.go                    |   6 +-
 pkg/cmd/describe_kamelet.go                        |   8 +-
 pkg/cmd/describe_kit.go                            |   8 +-
 pkg/cmd/describe_platform.go                       |   6 +-
 pkg/cmd/dump.go                                    |   2 +-
 pkg/cmd/install.go                                 |  16 +-
 pkg/cmd/kamelet_delete.go                          |  12 +-
 pkg/cmd/kamelet_get.go                             |   2 +-
 pkg/cmd/kit_create.go                              |  14 +-
 pkg/cmd/kit_delete.go                              |  14 +-
 pkg/cmd/kit_get.go                                 |   2 +-
 pkg/cmd/local_build.go                             |   2 +-
 pkg/cmd/local_inspect.go                           |   8 +-
 pkg/cmd/local_run.go                               |   4 +-
 pkg/cmd/log.go                                     |   6 +-
 pkg/cmd/modeline.go                                |   8 +-
 pkg/cmd/rebuild.go                                 |   4 +-
 pkg/cmd/reset.go                                   |  20 +-
 pkg/cmd/root.go                                    |   2 +-
 pkg/cmd/run.go                                     | 432 ++++++++++++++++++++-
 pkg/cmd/run_help.go                                |   9 +-
 pkg/cmd/run_test.go                                |   7 +-
 pkg/cmd/uninstall.go                               |  42 +-
 pkg/cmd/util_commands.go                           |   2 +-
 pkg/cmd/util_containerization.go                   |  14 +-
 pkg/cmd/util_dependencies.go                       |  17 +-
 pkg/cmd/util_sources.go                            |   5 +-
 pkg/cmd/version.go                                 |   6 +-
 pkg/cmd/version_test.go                            |  15 +-
 pkg/install/cluster.go                             |   6 +
 pkg/install/operator.go                            |  92 ++++-
 pkg/platform/defaults.go                           |  47 ++-
 pkg/resources/resources.go                         |  51 ++-
 pkg/trait/openapi.go                               |   4 +-
 pkg/trait/registry.go                              | 280 +++++++++++++
 pkg/trait/trait_register.go                        |   1 +
 pkg/trait/trait_test.go                            |   2 +-
 pkg/util/camel/camel_dependencies.go               |  43 ++
 pkg/util/camel/catalog.go                          |   8 +-
 pkg/util/jvm/keystore.go                           |  22 +-
 pkg/util/kubernetes/client.go                      |  13 +
 pkg/util/kubernetes/log/util.go                    |   9 +-
 pkg/util/maven/maven_project.go                    |  30 --
 pkg/util/maven/maven_settings_test.go              |   3 +
 pkg/util/maven/maven_types.go                      |  28 +-
 pkg/util/registry/kep_1755.go                      |  95 +++++
 pkg/util/registry/registry.go                      |  18 +-
 pkg/util/tar/util_compress.go                      |   8 +-
 pkg/util/util_test.go                              |   1 +
 resources/traits.yaml                              |   9 +
 script/Makefile                                    |  20 +-
 script/build_catalog.sh                            |  34 --
 script/check_licenses.sh                           |   2 +-
 script/gen_json_schema.sh                          |  42 --
 script/{package_examples.sh => get_catalog.sh}     |  13 +-
 script/package_maven_artifacts.sh                  |  69 ++--
 script/set_version.sh                              |   3 +
 120 files changed, 2407 insertions(+), 1664 deletions(-)
 delete mode 100755 .mvn/wrapper/MavenWrapperDownloader.java
 delete mode 100755 .mvn/wrapper/maven-wrapper.jar
 delete mode 100755 .mvn/wrapper/maven-wrapper.properties
 delete mode 100644 build/maven/pom-catalog.xml
 delete mode 100644 build/maven/pom-runtime.xml
 copy config/rbac/{operator-cluster-role-custom-resource-definitions.yaml => operator-cluster-role-local-registry.yaml} (87%)
 copy config/rbac/{openshift/operator-cluster-role-console-binding-openshift.yaml => operator-role-binding-local-registry.yaml} (90%)
 copy docs/modules/traits/pages/{dependencies.adoc => registry.adoc} (64%)
 mode change 100755 => 100644
 copy e2e/{common/cli/version_test.go => local/util.go} (63%)
 copy e2e/{service-binding/ServiceBinding.java => registry/files/FoobarDecryption.java} (71%)
 copy e2e/{service-binding/ServiceBinding.java => registry/files/LaughingRoute.java} (85%)
 create mode 100644 e2e/registry/files/laugh.txt
 create mode 100644 e2e/registry/files/laughs/haha.txt
 create mode 100644 e2e/registry/files/laughs/hehe.txt
 create mode 100644 e2e/registry/files/sample-decryption-1.0.jar
 create mode 100644 e2e/registry/files/sample-decryption-1.0.pom
 create mode 100644 e2e/registry/files/src/main/java/camelk/DeterministicDecryption.java
 create mode 100644 e2e/registry/registry_maven_wagon_test.go
 delete mode 100755 mvnw
 delete mode 100755 mvnw.cmd
 copy pkg/{util/kubernetes/discovery.go => apis/camel/v1/maven_types_support.go} (59%)
 create mode 100644 pkg/trait/registry.go
 create mode 100644 pkg/util/registry/kep_1755.go
 delete mode 100755 script/build_catalog.sh
 delete mode 100755 script/gen_json_schema.sh
 copy script/{package_examples.sh => get_catalog.sh} (78%)