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

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


    from efa72a4  fix: Nil pointer on build failure recovery
     new 1a5ca8c  fix #692: add version information to all resources
     new bca754d  fix #692: add version to describe command
     new aee4b46  fix #692: add rebuild command and other options
     new aec9f6f  fix #692: fix lint
     new 621b3ea  fix #692: fix test
     new 72e6e6c  fix #692: fix namespace deletion condition
     new 8d6fdda  fix lint

The 7 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:
 e2e/test_support.go                                | 205 +++++++++++++++++++++
 e2e/upgrade_test.go                                |  96 ++++++++++
 go.mod                                             |   4 +-
 go.sum                                             |  12 +-
 pkg/apis/camel/v1alpha1/integration_types.go       |   1 +
 pkg/apis/camel/v1alpha1/integrationkit_types.go    |   1 +
 .../camel/v1alpha1/integrationplatform_types.go    |   4 +-
 pkg/cmd/describe_integration.go                    |   8 +-
 pkg/cmd/describe_kit.go                            |   1 +
 pkg/cmd/describe_platform.go                       |   1 +
 pkg/cmd/rebuild.go                                 | 106 +++++++++++
 pkg/cmd/reset.go                                   |  26 ++-
 pkg/cmd/root.go                                    |   1 +
 pkg/controller/integration/build_kit.go            |   6 +-
 pkg/controller/integration/initialize.go           |   2 +
 pkg/controller/integration/monitor.go              |   2 +
 pkg/controller/integration/util.go                 |   3 +
 pkg/controller/integrationkit/initialize.go        |   2 +
 pkg/controller/integrationplatform/initialize.go   |   1 +
 .../integrationplatform_controller.go              |   1 +
 .../monitor.go                                     |  29 ++-
 testing                                            | Bin 0 -> 49965398 bytes
 22 files changed, 478 insertions(+), 34 deletions(-)
 create mode 100644 e2e/upgrade_test.go
 create mode 100644 pkg/cmd/rebuild.go
 copy pkg/controller/{integrationkit => integrationplatform}/monitor.go (57%)
 create mode 100755 testing

Reply via email to