This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 3e9d6bd78fa93b955ca46e4a0b77ce67ee18c975 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Fri Jun 25 15:23:07 2021 +0200 Regen resources --- pkg/resources/resources.go | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go index e688088..b09c5ea 100644 --- a/pkg/resources/resources.go +++ b/pkg/resources/resources.go @@ -467,9 +467,16 @@ var assets = func() http.FileSystem { "/camel-catalog-1.8.0-SNAPSHOT.yaml": &vfsgen۰CompressedFileInfo{ name: "camel-catalog-1.8.0-SNAPSHOT.yaml", modTime: time.Time{}, - uncompressedSize: 89728, + uncompressedSize: 89975, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\x38\xb6\xee\x3c\xbf\x82\xab\x32\x39\x67\xdd\x16\xba\x2a\xd5\xf7\xd4\x59\x75\x47\x8e\x1c\x27\x76\x2c\xc7\x89\xdc\x49\xba\x27\xb5\x20\x12\x92\x60\x91\x04\x0d\x80\xb2\x9c\x5f\x7f\x17\x40\xf0\x29\x65\xf3\xe1\x0d\xb7\x06\xe2\x03\x1b\xdf\xc6\xfe\xf0\x20\xde\x78\x1d\xcc\xf0\x7e\xaf\x5e\x07\xd7\x3c\x64\xa9\x62\x51\xa0\x45\xa0\xb7\x2c\x38\xcb\x68\xb8\x65\xc1\x52\xac\xf5\x23\x95\x2c\xb8\x10\x79\x1a\x51\xcd\x [...] + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\x38\xb6\xee\x3c\xbf\x82\xab\x32\x39\x67\xdd\x16\xba\x2a\xd5\xf7\xd4\x59\x75\x47\x8e\x1c\x27\x76\x2c\xc7\x89\xdc\x49\xba\x27\xb5\x20\x12\x92\x60\x91\x04\x0d\x80\xb2\x9c\x5f\x7f\x17\x40\xf0\x29\x65\xf3\xe1\x0d\xb7\x06\xe2\x03\x1b\xdf\xc6\xfe\xf0\x20\xde\x78\x1d\xcc\xf0\x7e\xaf\x5e\x07\xd7\x3c\x64\xa9\x62\x51\xa0\x45\xa0\xb7\x2c\x38\xcb\x68\xb8\x65\xc1\x52\xac\xf5\x23\x95\x2c\xb8\x10\x79\x1a\x51\xcd\x [...] + }, + "/camel-catalog-1.9.0-SNAPSHOT.yaml": &vfsgen۰CompressedFileInfo{ + name: "camel-catalog-1.9.0-SNAPSHOT.yaml", + modTime: time.Time{}, + uncompressedSize: 89736, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x5b\x77\xdb\x38\xb6\xe6\xbb\x7f\x05\x57\xe5\xe5\x9c\x35\x2d\x74\x55\xaa\xe7\xd4\x4c\xcd\x93\x2d\xc7\x89\x1d\xdb\x71\x22\x77\x92\xee\x97\x5a\x10\x09\x49\xb0\x48\x82\x06\x40\x59\xce\xaf\x9f\x05\x10\xbc\x4a\xd9\xbc\x78\xc3\xad\x07\xf1\x82\x8d\x6f\x63\x7f\xb8\x10\x77\xbc\x09\x66\x78\xbf\x93\x37\xc1\x35\x0f\x59\xaa\x58\x14\x68\x11\xe8\x0d\x0b\x4e\x33\x1a\x6e\x58\xb0\x10\x2b\xfd\x44\x25\x0b\x2e\x44\x9e\x46\x54\x73\x [...] }, "/traits.yaml": &vfsgen۰CompressedFileInfo{ name: "traits.yaml", @@ -483,6 +490,7 @@ var assets = func() http.FileSystem { fs["/addons"].(os.FileInfo), fs["/camel-catalog-1.7.0.yaml"].(os.FileInfo), fs["/camel-catalog-1.8.0-SNAPSHOT.yaml"].(os.FileInfo), + fs["/camel-catalog-1.9.0-SNAPSHOT.yaml"].(os.FileInfo), fs["/crd"].(os.FileInfo), fs["/default"].(os.FileInfo), fs["/manager"].(os.FileInfo),
