This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-2.0.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 9c504450caef97b57a76856a9c92fb42b1035c23 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Jul 26 23:45:12 2023 +0000 chore: autogenerated project resource update --- docs/antora.yml | 4 ++-- pkg/resources/resources.go | 4 ++-- script/Makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 19c9ee92e..7ddc0758b 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -28,8 +28,8 @@ asciidoc: attributes: requires: "'util=camel-website-util,ck=xref:js/ck.js'" prerelease: true - camel-kamelets-version: '3.20.1.1' - camel-kamelets-docs-version: 3.20.x + camel-kamelets-version: '4.0.0-RC1' + camel-kamelets-docs-version: 4.0.x camel-k-runtime-version: 2.16.0 camel-api-versions: camel.apache.org/v1 camel.apache.org/v1alpha1 # from Makefile BUNDLE_CAMEL_APIS camel-version: 3.20.1 diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go index 5659a244c..2528befbd 100644 --- a/pkg/resources/resources.go +++ b/pkg/resources/resources.go @@ -177,9 +177,9 @@ var assets = func() http.FileSystem { "/manager/operator-deployment.yaml": &vfsgen۰CompressedFileInfo{ name: "operator-deployment.yaml", modTime: time.Time{}, - uncompressedSize: 2723, + uncompressedSize: 2750, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x4d\x8f\xe2\x38\x10\xbd\xe7\x57\x3c\x91\xcb\x8c\xd4\x0d\x74\x9f\x46\xd9\x53\xb6\xa1\x77\xd0\xf6\x02\x22\xcc\xb6\xe6\xb4\x32\x4e\x41\x2c\x1c\x3b\x6b\x57\x60\xd8\x5f\xbf\x72\x20\x34\xd0\x1f\x3b\xb3\x6a\x69\x72\x22\xae\xf2\xab\xf7\x5e\x95\x1d\x62\x5c\xbf\xdf\x13\xc5\x78\x50\x92\x8c\xa7\x1c\x6c\xc1\x05\x21\xad\x84\x2c\x08\x99\x5d\xf2\x56\x38\xc2\xbd\xad\x4d\x2e\x58\x59\x83\x0f\x69\x76\xff\x11\xb5\xc9\xc9\xc1\x1a\x [...] + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x4d\x8f\xe2\x46\x10\xbd\xfb\x57\x3c\xe1\xcb\xae\x34\x98\x99\x3d\xad\x9c\x93\x33\x30\x19\x2b\x13\x83\x30\x9b\xd1\x9e\xa2\xa6\x5d\xd8\x2d\xda\xdd\x4e\x77\x1b\x96\xfc\xfa\xa8\x0d\x66\x80\xf9\x48\x26\x1a\x29\x3e\x61\x57\xd5\xab\x57\xef\x55\xdb\x84\x18\x7e\xdc\x15\x84\x78\x10\x9c\x94\xa5\x02\x4e\xc3\x55\x84\xa4\x61\xbc\x22\xe4\x7a\xe5\xb6\xcc\x10\xee\x74\xab\x0a\xe6\x84\x56\xf8\x94\xe4\x77\x9f\xd1\xaa\x82\x0c\xb4\x [...] }, "/manager/operator-service-account.yaml": &vfsgen۰CompressedFileInfo{ name: "operator-service-account.yaml", diff --git a/script/Makefile b/script/Makefile index 76d1ca08f..7b1b24775 100644 --- a/script/Makefile +++ b/script/Makefile @@ -86,7 +86,7 @@ STAGING_RUNTIME_REPO := INSTALL_DEFAULT_KAMELETS ?= true KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git # Make sure to use a released tag or empty if you want to get the latest development bits -KAMELET_CATALOG_REPO_TAG := v3.20.1.1 +KAMELET_CATALOG_REPO_TAG := v4.0.0-RC1 # When performing integration tests, it is not necessary to always execute build, especially # in e2e tests when lots of tests are being executed sequentially & the build has already taken place.