This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag v2.9.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.9.0-nightly was modified! ***
from 8f26bfef5 (commit)
to 4d6009a3e (commit)
from 8f26bfef5 Update action.yml
add c787755ee chore(ci): simpler pr template
add b7cce7812 chore: simpler features
add eb38dcdc4 fix: feature requirement
add a6a031195 fix: feature
add 5ef4d7062 chore: simpler feature
add 59bb39517 chore: format issue
add 1a62640e9 chore: format bug issues
add e455cee12 fix(ci): golang vuln
add ffc2ffed3 fix(ci): golang vuln
add 867599ba2 chore(deps): bump knative.dev/serving from 0.46.7 to 0.47.0
add 891955062 chore(deps): bump knative.dev/eventing from 0.46.8 to 0.47.0
add b3afe09ef chore: nightly automatic updates
add 6334a4661 chore(cmd): cleaning and deprecations
add 7c47e879e chore: nightly automatic updates
add 85e2dac28 refactor: move knative types out of API package (#6300)
add 35351da49 fix: gofmt formatting
add 5504c3ab2 chore(deps): bump github.com/operator-framework/api
add 0bb3e01e0 fix(ci): don't recreate nightly release
new 4d6009a3e chore(ci): v2.9.0-nightly release updates
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/ISSUE_TEMPLATE/bug_report.yaml | 42 +-
.github/ISSUE_TEMPLATE/feature_request.yaml | 34 +-
.github/actions/release-nightly/action.yml | 83 ++--
.github/pull_request_template.md | 11 +-
README.adoc | 2 +-
docs/antora.yml | 2 +-
docs/charts/camel-k-2.9.0-nightly.tgz | Bin 0 -> 271107 bytes
docs/charts/index.yaml | 29 +-
e2e/advanced/operator_id_filtering_test.go | 8 +-
e2e/common/cli/get_test.go | 77 ----
e2e/common/cli/offline_commands_test.go | 58 ---
go.mod | 22 +-
go.sum | 102 +++--
helm/camel-k/Chart.yaml | 2 +-
helm/camel-k/values.yaml | 2 +-
pkg/cmd/bind.go | 2 -
pkg/cmd/completion.go | 40 --
pkg/cmd/completion_bash.go | 446 ---------------------
pkg/cmd/completion_zsh.go | 65 ---
pkg/cmd/debug.go | 16 +-
pkg/cmd/delete.go | 7 +-
pkg/cmd/get.go | 11 +-
pkg/cmd/kit.go | 7 +-
pkg/cmd/kit_create.go | 3 -
pkg/cmd/log.go | 3 -
pkg/cmd/root.go | 12 +-
pkg/cmd/run.go | 94 ++---
pkg/cmd/run_test.go | 19 -
pkg/cmd/version.go | 10 +-
pkg/cmd/version_test.go | 4 +-
pkg/{apis/camel/v1 => internal}/knative/types.go | 0
.../camel/v1 => internal}/knative/types_support.go | 0
.../v1 => internal}/knative/types_support_test.go | 0
.../config/manager/operator-deployment.yaml | 6 +-
.../bases/camel-k.clusterserviceversion.yaml | 8 +-
pkg/resources/config/manifests/kustomization.yaml | 3 +
pkg/trait/knative.go | 2 +-
pkg/trait/knative_test.go | 2 +-
pkg/util/bindings/binding_support_test.go | 2 +-
pkg/util/bindings/knative_ref.go | 2 +-
pkg/util/bindings/knative_uri.go | 2 +-
pkg/util/defaults/defaults.go | 6 +-
pkg/util/knative/apis.go | 2 +-
pkg/util/knative/apis_test.go | 2 +-
pkg/util/knative/uri.go | 2 +-
pkg/util/knative/uri_test.go | 2 +-
46 files changed, 252 insertions(+), 1002 deletions(-)
create mode 100644 docs/charts/camel-k-2.9.0-nightly.tgz
delete mode 100644 e2e/common/cli/get_test.go
delete mode 100644 e2e/common/cli/offline_commands_test.go
delete mode 100644 pkg/cmd/completion.go
delete mode 100644 pkg/cmd/completion_bash.go
delete mode 100644 pkg/cmd/completion_zsh.go
rename pkg/{apis/camel/v1 => internal}/knative/types.go (100%)
rename pkg/{apis/camel/v1 => internal}/knative/types_support.go (100%)
rename pkg/{apis/camel/v1 => internal}/knative/types_support_test.go (100%)