This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to tag v2.11.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.11.0-nightly was modified! ***
from 55da45597 (commit)
to 7db3aed20 (commit)
discard 55da45597 chore(ci): v2.11.0-nightly release updates
add 18d1f1d65 fix(ci): kubectl pinned version
add aed5f91cc fix(affinity): implement filtering of node affinity labels
based on allowed keys
add 9994e44f0 feat(builder): deprecate custom tasks
add 38aa87044 feat(install): multi namespace watching
add 57163ed7f chore(install): multi namespace support
add a35c75dcb chore(e2e): removing unused code
add 97c4bd858 chore: nightly automatic updates
new 7db3aed20 chore(ci): v2.11.0-nightly release updates
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag 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 (55da45597)
\
N -- N -- N refs/tags/v2.11.0-nightly (7db3aed20)
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 1 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:
.github/actions/infra-setting/action.yml | 2 +-
.github/actions/release-nightly/action.yml | 6 +-
.github/workflows/common.yml | 2 +-
.github/workflows/nightly-multi.yml | 4 +-
README.adoc | 2 +-
docs/charts/camel-k-2.11.0-nightly.tgz | Bin 279958 -> 280485 bytes
docs/charts/index.yaml | 6 +-
docs/modules/ROOT/pages/contributing/e2e.adoc | 7 -
.../pages/installation/advanced/jdk-version.adoc | 2 +-
docs/modules/ROOT/pages/installation/builds.adoc | 8 +-
.../ROOT/pages/installation/installation.adoc | 18 +-
docs/modules/ROOT/pages/installation/upgrade.adoc | 4 +-
docs/modules/ROOT/pages/pipeline/pipeline.adoc | 8 +-
docs/modules/ROOT/pages/pipes/bind-cli.adoc | 2 -
docs/modules/ROOT/pages/running/running-cli.adoc | 2 -
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 7 +-
docs/modules/traits/pages/affinity.adoc | 2 +
docs/modules/traits/pages/builder.adoc | 9 +-
e2e/README.md | 56 --
e2e/advanced/operator_id_filtering_test.go | 2 +-
e2e/common/misc/maven_repository_test.go | 12 +-
e2e/common/misc/pipe_test.go | 47 --
e2e/common/misc/structured_logs_test.go | 3 +-
e2e/common/traits/builder_test.go | 97 +--
.../{setup_test.go => all_namespaces_test.go} | 68 +-
e2e/install/kustomize/multi_namespace_test.go | 98 +++
e2e/install/kustomize/own_namespace_test.go | 83 +++
e2e/install/kustomize/single_namespace_test.go | 87 +++
e2e/install/upgrade/upgrade_test.go | 2 +-
e2e/native/native_test.go | 18 +-
e2e/support/test_support.go | 730 ++-------------------
helm/camel-k/crds/camel-k-crds.yaml | 99 ++-
.../descoped => all-namespaces}/kustomization.yaml | 4 +-
.../patch-operator-id.yaml | 0
.../patch-watch-namespace-global.yaml | 0
.../kustomization.yaml | 4 +-
.../multi-namespace/operator}/kustomization.yaml | 14 +-
.../operator}/operator-role-binding-events.yaml | 8 +-
.../operator}/operator-role-events.yaml | 6 +-
.../operator/patch-envvars.yaml} | 8 +-
.../tenant-a-ns-rbac}/kustomization.yaml | 11 +-
.../patch-rolebinding-subjects.yaml | 5 +-
.../tenant-b-ns-rbac}/kustomization.yaml | 11 +-
.../patch-rolebinding-subjects.yaml | 5 +-
.../kustomization.yaml | 4 +-
.../patch-log-level.yaml | 0
.../patch-node-selector.yaml | 0
.../patch-operator-id.yaml | 0
.../namespaced => own-namespace}/patch-ports.yaml | 0
.../patch-resource-requirements.yaml | 0
.../patch-toleration.yaml | 0
.../kustomization.yaml | 3 +-
.../single-namespace/operator}/kustomization.yaml | 12 +-
.../operator/patch-envvars.yaml} | 16 +-
.../single-namespace/operator/remove-watch-ns.yaml | 3 +-
.../tenant-a-ns-rbac}/kustomization.yaml | 11 +-
.../patch-rolebinding-subjects.yaml | 5 +-
pkg/apis/camel/v1/common_types.go | 2 +
pkg/apis/camel/v1/trait/builder.go | 7 +-
pkg/cmd/bind.go | 24 +-
pkg/cmd/bind_test.go | 18 +-
pkg/cmd/operator/operator.go | 54 +-
pkg/cmd/operator/operator_test.go | 150 +++++
pkg/cmd/promote_test.go | 12 +-
pkg/cmd/run.go | 10 +-
pkg/cmd/run_test.go | 14 -
pkg/controller/integration/build.go | 1 +
.../integration/integration_controller.go | 38 +-
pkg/controller/integrationkit/build.go | 1 +
.../integrationkit/integrationkit_controller.go | 1 +
pkg/install/common.go | 50 --
pkg/install/optional.go | 2 +-
pkg/platform/defaults.go | 13 +-
pkg/platform/env_platform.go | 23 +-
pkg/platform/env_platform_test.go | 32 +-
pkg/platform/operator.go | 15 +-
.../bases/camel.apache.org_integrationkits.yaml | 11 +-
.../camel.apache.org_integrationplatforms.yaml | 22 +-
.../camel.apache.org_integrationprofiles.yaml | 22 +-
.../crd/bases/camel.apache.org_integrations.yaml | 22 +-
.../config/crd/bases/camel.apache.org_pipes.yaml | 22 +-
pkg/resources/config/manager/kustomization.yaml | 10 +
.../config/manager/operator-deployment.yaml | 6 +
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
pkg/trait/affinity.go | 39 ++
pkg/trait/affinity_test.go | 59 ++
pkg/trait/builder.go | 124 ++--
pkg/trait/builder_test.go | 12 +-
pkg/util/gitops/gitops.go | 4 +
release.adoc | 6 +-
script/Makefile | 6 +-
91 files changed, 1104 insertions(+), 1353 deletions(-)
rename e2e/install/kustomize/{setup_test.go => all_namespaces_test.go} (59%)
create mode 100644 e2e/install/kustomize/multi_namespace_test.go
create mode 100644 e2e/install/kustomize/own_namespace_test.go
create mode 100644 e2e/install/kustomize/single_namespace_test.go
rename install/overlays/{kubernetes/descoped =>
all-namespaces}/kustomization.yaml (95%)
rename install/overlays/{kubernetes/descoped =>
all-namespaces}/patch-operator-id.yaml (100%)
rename install/overlays/{kubernetes/descoped =>
all-namespaces}/patch-watch-namespace-global.yaml (100%)
copy install/overlays/{platform => multi-namespace}/kustomization.yaml (95%)
copy {pkg/resources/config/manager =>
install/overlays/multi-namespace/operator}/kustomization.yaml (85%)
copy {pkg/resources/config/rbac/namespaced =>
install/overlays/multi-namespace/operator}/operator-role-binding-events.yaml
(89%)
copy {pkg/resources/config/rbac/namespaced =>
install/overlays/multi-namespace/operator}/operator-role-events.yaml (93%)
rename
install/overlays/{kubernetes/namespaced/patch-install-default-kamelets.yaml =>
multi-namespace/operator/patch-envvars.yaml} (86%)
copy {pkg/resources/config/helm/common =>
install/overlays/multi-namespace/tenant-a-ns-rbac}/kustomization.yaml (86%)
copy {pkg/resources/config/helm/common =>
install/overlays/multi-namespace/tenant-a-ns-rbac}/patch-rolebinding-subjects.yaml
(91%)
copy {pkg/resources/config/helm/common =>
install/overlays/multi-namespace/tenant-b-ns-rbac}/kustomization.yaml (86%)
copy {pkg/resources/config/helm/common =>
install/overlays/multi-namespace/tenant-b-ns-rbac}/patch-rolebinding-subjects.yaml
(91%)
rename install/overlays/{kubernetes/namespaced =>
own-namespace}/kustomization.yaml (94%)
rename install/overlays/{kubernetes/namespaced =>
own-namespace}/patch-log-level.yaml (100%)
copy install/overlays/{kubernetes/namespaced =>
own-namespace}/patch-node-selector.yaml (100%)
rename install/overlays/{kubernetes/namespaced =>
own-namespace}/patch-operator-id.yaml (100%)
rename install/overlays/{kubernetes/namespaced =>
own-namespace}/patch-ports.yaml (100%)
rename install/overlays/{kubernetes/namespaced =>
own-namespace}/patch-resource-requirements.yaml (100%)
rename install/overlays/{kubernetes/namespaced =>
own-namespace}/patch-toleration.yaml (100%)
copy install/overlays/{platform => single-namespace}/kustomization.yaml (97%)
copy {pkg/resources/config/helm/common =>
install/overlays/single-namespace/operator}/kustomization.yaml (86%)
rename install/overlays/{kubernetes/namespaced/patch-node-selector.yaml =>
single-namespace/operator/patch-envvars.yaml} (78%)
copy pkg/resources/config/scorecard/.vfsignore =>
install/overlays/single-namespace/operator/remove-watch-ns.yaml (94%)
copy {pkg/resources/config/helm/common =>
install/overlays/single-namespace/tenant-a-ns-rbac}/kustomization.yaml (86%)
copy {pkg/resources/config/helm/common =>
install/overlays/single-namespace/tenant-a-ns-rbac}/patch-rolebinding-subjects.yaml
(91%)
create mode 100644 pkg/cmd/operator/operator_test.go
delete mode 100644 pkg/install/common.go