This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/knative.dev/serving-0.42.2
in repository https://gitbox.apache.org/repos/asf/camel-k.git
discard 34a2edb48 chore(deps): bump knative.dev/serving from 0.42.1 to 0.42.2
add 53f500ee4 chore(ci): 2.4.0 helm release
add 9c237b775 chore(release): bump next version to 2.5.0-SNAPSHOT
add 426bdca5a chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0
add 3a90ba09c chore(deps): bump golang.org/x/term from 0.22.0 to 0.23.0
add d8811710c chore: nightly automatic updates
add f3748c808 chore(deps): bump github.com/container-tools/spectrum
add cd3fbf2d5 chore: nightly automatic updates
add 15e708d4d chore: nightly automatic updates
add 5066aed32 chore(deps): bump fabric8-version from 6.13.1 to 6.13.2 in
/java/crds
add b16064e94 chore: nightly automatic updates
add 1e0d4bd18 feat(ci): minikube usage
add d5c298ee0 chore(e2e): upgrade test independent from install method
add 573e993e6 fix(ci): OLM test refactoring
add e6f63825b chore(ci): simplify OLM testing
add db7148ca4 chore(ci): use operator-sdk to test OLM
add d3efe3cab chore(ci): Helm CRDs refactoring
add e039e22e0 chore(ci): move OLM test as nightly
add 919335563 chore(deps): bump knative.dev/serving from 0.42.1 to 0.42.2
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 (34a2edb48)
\
N -- N -- N
refs/heads/dependabot/go_modules/knative.dev/serving-0.42.2 (919335563)
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-build => build}/action.yml | 20 +-
.github/actions/e2e-common/action.yml | 80 -
.github/actions/e2e-common/exec-tests.sh | 166 -
.github/actions/e2e-install/action.yml | 96 -
.github/actions/e2e-install/exec-tests.sh | 130 -
.github/actions/e2e-knative/action.yml | 73 -
.github/actions/e2e-knative/exec-tests.sh | 142 -
.github/actions/e2e-native/action.yml | 69 -
.github/actions/e2e-native/exec-tests.sh | 135 -
.github/actions/e2e-telemetry/action.yml | 76 -
.github/actions/e2e-telemetry/exec-tests.sh | 145 -
.github/actions/infra-setting/action.yml | 56 +
.../action.yml | 0
.github/actions/kamel-build-binary/action.yml | 56 -
.github/actions/kamel-build-binary/build-binary.sh | 124 -
.github/actions/kamel-build-bundle/action.yaml | 101 -
.../kamel-build-bundle/build-bundle-image.sh | 137 -
.../kamel-build-bundle/build-image-catalog.sh | 94 -
.../kamel-build-bundle/build-index-image.sh | 262 -
.github/actions/kamel-build/action.yml | 82 -
.../actions/kamel-config-cluster-custom/action.yml | 131 -
.../kamel-config-cluster-custom/connect-cluster.sh | 144 -
.../actions/kamel-config-cluster-kind/action.yml | 75 -
.../kamel-config-cluster-kind/extract-config.sh | 53 -
.github/actions/kamel-config-cluster/action.yaml | 198 -
.../actions/kamel-config-cluster/change-context.sh | 53 -
.../actions/kamel-config-cluster/output-config.sh | 93 -
.github/actions/kamel-install-knative/action.yml | 26 -
.github/actions/kamel-prepare-env/action.yml | 120 -
.github/actions/release-nightly/action.yml | 2 +-
.github/workflows/build.yml | 2 +-
.github/workflows/common.yml | 45 +-
.github/workflows/install.yml | 17 +-
.github/workflows/knative.yml | 24 +-
.github/workflows/native.yml | 24 +-
.github/workflows/nightly-install-olm.yml | 78 +
.github/workflows/nightly-latest-runtime.yml | 21 +-
.github/workflows/nightly-native-test.yml | 56 -
.github/workflows/nightly-release.yml | 1 -
.github/workflows/telemetry.yml | 23 +-
CHANGELOG.md | 64 +-
docs/charts/camel-k-2.4.0.tgz | Bin 0 -> 289745 bytes
docs/charts/index.yaml | 29 +-
e2e/install/helm/setup_test.go | 30 +-
e2e/install/kustomize/setup_test.go | 14 +-
e2e/install/olm/olm_install_test.go | 97 +-
e2e/install/upgrade/olm_upgrade_test.go | 251 -
.../{kustomize_upgrade_test.go => upgrade_test.go} | 121 +-
e2e/support/csv.go | 120 -
e2e/support/test_support.go | 11 -
e2e/support/test_util.go | 19 +-
go.mod | 8 +-
go.sum | 16 +-
helm/camel-k/Chart.yaml | 2 +-
helm/camel-k/crds/camel-k-crds.yaml | 38387 +++++++++++++++++++
helm/camel-k/crds/crd-build.yaml | 2075 -
helm/camel-k/crds/crd-camel-catalog.yaml | 544 -
helm/camel-k/crds/crd-integration-kit.yaml | 572 -
helm/camel-k/crds/crd-integration-platform.yaml | 4241 --
helm/camel-k/crds/crd-integration-profile.yaml | 3995 --
helm/camel-k/crds/crd-integration.yaml | 8318 ----
helm/camel-k/crds/crd-kamelet-binding.yaml | 8923 -----
helm/camel-k/crds/crd-kamelet.yaml | 1386 -
helm/camel-k/crds/crd-pipe.yaml | 8453 ----
helm/camel-k/values.yaml | 2 +-
java/crds/pom.xml | 4 +-
java/maven-logging/pom.xml | 2 +-
.../config/manager/operator-deployment.yaml | 6 +-
.../bases/camel-k.clusterserviceversion.yaml | 10 +-
pkg/resources/config/manifests/kustomization.yaml | 2 +-
pkg/util/defaults/defaults.go | 2 +-
script/Makefile | 24 +-
script/gen_crd.sh | 7 +-
73 files changed, 38929 insertions(+), 42036 deletions(-)
rename .github/actions/{e2e-build => build}/action.yml (84%)
delete mode 100644 .github/actions/e2e-common/action.yml
delete mode 100755 .github/actions/e2e-common/exec-tests.sh
delete mode 100644 .github/actions/e2e-install/action.yml
delete mode 100755 .github/actions/e2e-install/exec-tests.sh
delete mode 100644 .github/actions/e2e-knative/action.yml
delete mode 100755 .github/actions/e2e-knative/exec-tests.sh
delete mode 100644 .github/actions/e2e-native/action.yml
delete mode 100755 .github/actions/e2e-native/exec-tests.sh
delete mode 100644 .github/actions/e2e-telemetry/action.yml
delete mode 100755 .github/actions/e2e-telemetry/exec-tests.sh
create mode 100644 .github/actions/infra-setting/action.yml
rename .github/actions/{kamel-install-otlp-collector =>
install-otlp-collector}/action.yml (100%)
delete mode 100644 .github/actions/kamel-build-binary/action.yml
delete mode 100755 .github/actions/kamel-build-binary/build-binary.sh
delete mode 100644 .github/actions/kamel-build-bundle/action.yaml
delete mode 100755 .github/actions/kamel-build-bundle/build-bundle-image.sh
delete mode 100755 .github/actions/kamel-build-bundle/build-image-catalog.sh
delete mode 100755 .github/actions/kamel-build-bundle/build-index-image.sh
delete mode 100644 .github/actions/kamel-build/action.yml
delete mode 100644 .github/actions/kamel-config-cluster-custom/action.yml
delete mode 100755
.github/actions/kamel-config-cluster-custom/connect-cluster.sh
delete mode 100644 .github/actions/kamel-config-cluster-kind/action.yml
delete mode 100755 .github/actions/kamel-config-cluster-kind/extract-config.sh
delete mode 100644 .github/actions/kamel-config-cluster/action.yaml
delete mode 100755 .github/actions/kamel-config-cluster/change-context.sh
delete mode 100755 .github/actions/kamel-config-cluster/output-config.sh
delete mode 100644 .github/actions/kamel-install-knative/action.yml
delete mode 100644 .github/actions/kamel-prepare-env/action.yml
create mode 100644 .github/workflows/nightly-install-olm.yml
delete mode 100644 .github/workflows/nightly-native-test.yml
create mode 100644 docs/charts/camel-k-2.4.0.tgz
delete mode 100644 e2e/install/upgrade/olm_upgrade_test.go
rename e2e/install/upgrade/{kustomize_upgrade_test.go => upgrade_test.go} (65%)
create mode 100644 helm/camel-k/crds/camel-k-crds.yaml
delete mode 100644 helm/camel-k/crds/crd-build.yaml
delete mode 100644 helm/camel-k/crds/crd-camel-catalog.yaml
delete mode 100644 helm/camel-k/crds/crd-integration-kit.yaml
delete mode 100644 helm/camel-k/crds/crd-integration-platform.yaml
delete mode 100644 helm/camel-k/crds/crd-integration-profile.yaml
delete mode 100644 helm/camel-k/crds/crd-integration.yaml
delete mode 100644 helm/camel-k/crds/crd-kamelet-binding.yaml
delete mode 100644 helm/camel-k/crds/crd-kamelet.yaml
delete mode 100644 helm/camel-k/crds/crd-pipe.yaml