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

orpiske pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard 7d96a3bb5 Added catalog and updated resources for runtime 
1.14.0-SNAPSHOT
 discard 6f98de467 Updated resorces to the development versions
 discard fcdf67f4b Updated camel-k-runtime version to the latest snapshot
 discard f0a307ace Added catalog for 1.13.1-SNAPSHOT
     add 8ada938e6 chore(deps): bump github.com/spf13/viper from 1.11.0 to 
1.12.0
     add 28154ea41 Updated CHANGELOG.md
     add df35c60f2 Fixes `kamel local run` panic on Windows
     add b47c9ccb3 Fixed typo
     add 8d72c136b chore(deps): bump 
github.com/redhat-developer/service-binding-operator
     add 9fba1db15 chore(deps): bump github.com/prometheus/client_golang
     add 6b3109dbd Updated CHANGELOG.md
     add f6cea0d63 chore(deps): bump github.com/container-tools/spectrum
     add c23af418a feat(cli): kamel promote (or copy) command poc
     add 0cad79746 feat(e2e): promote integration test
     add fa3479b34 chore(cli): polished promote feature
     add 030f95804 feat(cli): promote kameletbinding support
     add 6c397ba62 Add settings security to Maven build
     add d93c44bcc New resources generated from make command
     add d71cddff2 MultiArchitecture support (#3309)
     add c2a11bcf7 chore(trait): use k8s.io/utils/pointer instead of homemade 
utils for pointer operations
     add ec20e70b0 Updated CHANGELOG.md
     add 0dd4c6e0d migrate and improve amqp example
     add 24b805d13 move cron example to camel-k-examples repo
     add 8c50824ad introduce spectrum option job
     add 9d7d2d6f2 chore(deps): bump github.com/stretchr/testify from 1.7.2 to 
1.7.4 (#3379)
     add 54b4d3292 chore(deps): bump github.com/prometheus/common from 0.34.0 
to 0.35.0
     add 5806954c8 chore(deps): bump github.com/gertd/go-pluralize from 0.2.0 
to 0.2.1
     add 50e48e3b6 chore(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0
     add 6f91ff6a7 fix(build): tidy submodules and make their tests run in build
     add 53dc13ee7 chore: regen resources
     new 9d8fb84a4 Added catalog for 1.13.1-SNAPSHOT
     new bf4b289e0 Updated camel-k-runtime version to the latest snapshot
     new f2b0384ce Updated resorces to the development versions
     new 0c201155e Added catalog and updated resources for runtime 
1.14.0-SNAPSHOT

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   (7d96a3bb5)
            \
             N -- N -- N   refs/heads/camel-main (0c201155e)

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.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |   3 +-
 addons/tracing/tracing.go                          |   6 +-
 addons/tracing/tracing_test.go                     |   5 +-
 build/{Dockerfile => Dockerfile.arch}              |   2 +-
 config/crd/bases/camel.apache.org_builds.yaml      |  47 +++
 .../camel.apache.org_integrationplatforms.yaml     |  84 ++++
 docs/modules/ROOT/pages/configuration/maven.adoc   |  33 +-
 .../pages/configuration/multi-architecture.adoc    |  81 ++++
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  48 ++-
 docs/modules/ROOT/partials/apis/kamelets-crds.adoc |  14 +
 .../files/promote-route.groovy}                    |   6 +-
 e2e/common/cli/promote_test.go                     | 132 +++++++
 examples/amqp/AmqpConnectionBeanConsumer.java      |  30 --
 examples/amqp/AmqpConnectionBeanProducer.java      |  32 --
 examples/amqp/README.md                            |   5 -
 examples/amqp/amqp.groovy                          |  39 --
 examples/amqp/amqp.js                              |  31 --
 examples/amqp/amqp.properties                      |   4 -
 examples/amqp/artemis/README.md                    |  26 --
 examples/amqp/artemis/artemis-amqp.yaml            |  31 --
 examples/amqp/artemis/artemis-service.yaml         |  35 --
 examples/cron/README.md                            |   3 -
 examples/cron/cron.groovy                          |  22 --
 examples/maven/README.md                           |  17 +
 examples/maven/ip.yaml                             |  15 +
 go.mod                                             |  18 +-
 go.sum                                             | 107 ++++--
 helm/camel-k/crds/crd-build.yaml                   |  47 +++
 helm/camel-k/crds/crd-integration-platform.yaml    |  84 ++++
 pkg/apis/camel/go.sum                              | 104 +----
 pkg/apis/camel/v1/build_types.go                   |   2 +
 pkg/apis/camel/v1/maven_types.go                   |   3 +
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |   1 +
 pkg/{util/config/config.go => builder/buildah.go}  |   4 +-
 pkg/builder/project.go                             |   8 +
 pkg/builder/project_test.go                        | 142 +++++++
 pkg/builder/quarkus.go                             |   2 +
 pkg/builder/spectrum.go                            |   5 +
 pkg/builder/types.go                               |  11 +-
 pkg/client/camel/go.mod                            |   1 -
 pkg/client/camel/go.sum                            | 141 +------
 pkg/cmd/promote.go                                 | 426 +++++++++++++++++++++
 pkg/cmd/promote_test.go                            |  60 +++
 pkg/cmd/root.go                                    |   1 +
 pkg/cmd/util_commands.go                           |   3 +-
 pkg/cmd/version.go                                 |   1 +
 pkg/controller/build/build_pod.go                  |  18 +-
 pkg/kamelet/repository/github_repository_test.go   |  10 +-
 pkg/kamelet/repository/go.mod                      |   1 -
 pkg/kamelet/repository/go.sum                      | 384 +------------------
 pkg/kamelet/repository/repository_test.go          |   8 +-
 pkg/resources/resources.go                         |   8 +-
 pkg/resources/resources_support.go                 |  16 +-
 pkg/trait/affinity.go                              |  17 +-
 pkg/trait/affinity_test.go                         |  13 +-
 pkg/trait/builder.go                               |  14 +-
 pkg/trait/builder_test.go                          |   3 +-
 pkg/trait/camel.go                                 |   3 +-
 pkg/trait/camel_test.go                            |   5 +-
 pkg/trait/container.go                             |   9 +-
 pkg/trait/cron.go                                  |  19 +-
 pkg/trait/dependencies.go                          |   4 +-
 pkg/trait/deployer.go                              |   7 +-
 pkg/trait/deployment.go                            |   5 +-
 pkg/trait/deployment_test.go                       |   5 +-
 pkg/trait/environment.go                           |  10 +-
 pkg/trait/error_handler.go                         |   4 +-
 pkg/trait/gc.go                                    |   3 +-
 pkg/trait/gc_test.go                               |   5 +-
 pkg/trait/health.go                                |  17 +-
 pkg/trait/ingress.go                               |   5 +-
 pkg/trait/ingress_test.go                          |   9 +-
 pkg/trait/init.go                                  |   4 +-
 pkg/trait/istio.go                                 |   3 +-
 pkg/trait/jolokia.go                               |   3 +-
 pkg/trait/jolokia_test.go                          |   7 +-
 pkg/trait/jvm.go                                   |  13 +-
 pkg/trait/jvm_test.go                              |  11 +-
 pkg/trait/kamelets.go                              |  29 +-
 pkg/trait/knative.go                               |  19 +-
 pkg/trait/knative_service.go                       |   5 +-
 pkg/trait/logging.go                               |  10 +-
 pkg/trait/mount.go                                 |   5 +-
 pkg/trait/openapi.go                               |   3 +-
 pkg/trait/owner.go                                 |   3 +-
 pkg/trait/pdb.go                                   |   3 +-
 pkg/trait/pdb_test.go                              |   3 +-
 pkg/trait/platform.go                              |   9 +-
 pkg/trait/platform_test.go                         |   9 +-
 pkg/trait/pod.go                                   |   3 +-
 pkg/trait/pod_test.go                              |   3 +-
 pkg/trait/prometheus.go                            |   7 +-
 pkg/trait/pull_secret.go                           |   9 +-
 pkg/trait/pull_secret_test.go                      |   8 +-
 pkg/trait/quarkus.go                               |   5 +-
 pkg/trait/quarkus_test.go                          |   6 +-
 pkg/trait/registry.go                              |   7 +-
 pkg/trait/route.go                                 |   3 +-
 pkg/trait/service.go                               |   7 +-
 pkg/trait/service_binding.go                       |   7 +-
 pkg/trait/toleration.go                            |   3 +-
 pkg/trait/toleration_test.go                       |   3 +-
 pkg/trait/util.go                                  |  29 --
 pkg/trait/util_test.go                             |  45 ---
 pkg/util/defaults/defaults.go                      |   4 +-
 pkg/util/kamelets/util.go                          |  56 +++
 pkg/util/maven/maven_command.go                    |   7 +
 script/Makefile                                    |  41 +-
 108 files changed, 1738 insertions(+), 1178 deletions(-)
 copy build/{Dockerfile => Dockerfile.arch} (96%)
 create mode 100644 
docs/modules/ROOT/pages/configuration/multi-architecture.adoc
 copy e2e/common/{config/files/config-configmap-route.groovy => 
cli/files/promote-route.groovy} (88%)
 create mode 100644 e2e/common/cli/promote_test.go
 delete mode 100644 examples/amqp/AmqpConnectionBeanConsumer.java
 delete mode 100644 examples/amqp/AmqpConnectionBeanProducer.java
 delete mode 100644 examples/amqp/README.md
 delete mode 100644 examples/amqp/amqp.groovy
 delete mode 100644 examples/amqp/amqp.js
 delete mode 100644 examples/amqp/amqp.properties
 delete mode 100644 examples/amqp/artemis/README.md
 delete mode 100644 examples/amqp/artemis/artemis-amqp.yaml
 delete mode 100644 examples/amqp/artemis/artemis-service.yaml
 delete mode 100644 examples/cron/README.md
 delete mode 100644 examples/cron/cron.groovy
 create mode 100644 examples/maven/README.md
 create mode 100644 examples/maven/ip.yaml
 copy pkg/{util/config/config.go => builder/buildah.go} (92%)
 create mode 100644 pkg/cmd/promote.go
 create mode 100644 pkg/cmd/promote_test.go
 delete mode 100644 pkg/trait/util_test.go
 create mode 100644 pkg/util/kamelets/util.go

Reply via email to