This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 0d523af05 feat(ctrl): leverage core error handler vs trait
new 84191249c chore(ci): remove crds
new 19091aded chore(ci): add staging instructions
The 2 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/java-build/action.yml | 45 -------
.github/actions/release-nightly/action.yml | 9 +-
.github/asf-deploy-settings.xml | 31 -----
.github/workflows/java.yml | 57 --------
java/crds/LICENSE | 1 -
java/crds/NOTICE | 1 -
java/crds/pom.xml | 204 -----------------------------
java/crds/src/main/resources | 1 -
release.adoc | 182 +++++++++----------------
script/Makefile | 7 +-
script/git_tag.sh | 4 +
script/prepare-operators.sh | 33 ++++-
12 files changed, 101 insertions(+), 474 deletions(-)
delete mode 100644 .github/actions/java-build/action.yml
delete mode 100644 .github/asf-deploy-settings.xml
delete mode 100644 .github/workflows/java.yml
delete mode 120000 java/crds/LICENSE
delete mode 120000 java/crds/NOTICE
delete mode 100644 java/crds/pom.xml
delete mode 120000 java/crds/src/main/resources