You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/10/26 13:09:02 UTC

[camel-k] 04/07: chore: bumping runtime version

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 4e7dae4062a66176272d36503082e792122dc0af
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Oct 21 14:58:24 2022 +0200

    chore: bumping runtime version
---
 pkg/resources/resources.go                                        | 8 ++++----
 pkg/util/defaults/defaults.go                                     | 2 +-
 ...og-1.15.1-SNAPSHOT.yaml => camel-catalog-1.16.0-SNAPSHOT.yaml} | 6 +++---
 script/get_catalog.sh                                             | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 69aff6d85..e60919b40 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -594,12 +594,12 @@ var assets = func() http.FileSystem {
 
 			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x14\xbc\xf3\x2b\x06\xd6\x25\x01\xd6\x72\xdb\x53\xe1\x9e\xdc\xcd\x6e\x2b\x34\xb0\x81\x95\xd3\x20\xc7\x67\xe9\x59\x7a\x58\x8a\x54\x1f\xa9\x55\xb6\x5f\x5f\x90\x96\xbb\x0e\xda\x63\x78\xb1\x05\x8d\xe6\xcd\xbc\x19\x16\x58\x7f\xbf\x63\x0a\x7c\x94\x86\x5d\xe0\x16\xd1\x23\xf6\x8c\xdd\x48\x4d\xcf\xa8\xfd\x39\xce\xa4\x8c\x47\x3f\xb9\x96\xa2\x78\x87\x77\xbb\xfa\xf1\x3d\x26\xd7\xb2\xc2\x3b\x86\x57\x0c\x5e\x [...]
 		},
-		"/camel-catalog-1.15.1-SNAPSHOT.yaml": &vfsgen۰CompressedFileInfo{
-			name:             "camel-catalog-1.15.1-SNAPSHOT.yaml",
+		"/camel-catalog-1.16.0-SNAPSHOT.yaml": &vfsgen۰CompressedFileInfo{
+			name:             "camel-catalog-1.16.0-SNAPSHOT.yaml",
 			modTime:          time.Time{},
 			uncompressedSize: 86320,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x5b\x77\xdb\x38\x92\xff\xbb\x3f\x05\x4f\xe7\x65\xf7\xfc\x47\x98\xee\x64\x76\x7b\x4f\xff\x9f\x6c\x39\x4e\xec\xd8\x8e\x13\x79\xd2\x99\x79\xe9\x03\x91\x90\x04\x8b\x24\x68\x00\x94\xe5\x7c\xfa\x3d\x00\xc1\xab\x94\xe2\xc5\x05\xaf\x1f\x4c\x8a\x28\xfc\x0a\xf5\xc3\x85\xb8\xb1\xf0\x26\x98\xe1\xfd\x9d\xbc\x09\xae\x79\xc8\x52\xc5\xa2\x40\x8b\x40\x6f\x58\x70\x9a\xd1\x70\xc3\x82\x85\x58\xe9\x27\x2a\x59\x70\x21\xf2\x34\xa2\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x5b\x77\xdb\x38\xb2\xee\xbb\x7f\x05\x57\xe7\x65\xef\x75\x46\x98\xee\x64\xce\xf4\x5e\x7d\x9e\x6c\x39\x4e\xec\xd8\x8e\x13\x79\xd2\x99\x79\xe9\x05\x91\x90\x04\x8b\x24\x68\x00\x94\xe5\xfc\xfa\xb3\x00\x82\x57\x29\xc5\x8b\x0b\xde\x7e\x30\x29\xa2\xf0\x15\xea\xc3\x85\xb8\xb1\xf0\x26\x98\xe1\xfd\x9d\xbc\x09\xae\x79\xc8\x52\xc5\xa2\x40\x8b\x40\x6f\x58\x70\x9a\xd1\x70\xc3\x82\x85\x58\xe9\x27\x2a\x59\x70\x21\xf2\x34\xa2\x [...]
 		},
 		"/traits.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "traits.yaml",
@@ -612,7 +612,7 @@ var assets = func() http.FileSystem {
 	fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
 		fs["/addons"].(os.FileInfo),
 		fs["/builder"].(os.FileInfo),
-		fs["/camel-catalog-1.15.1-SNAPSHOT.yaml"].(os.FileInfo),
+		fs["/camel-catalog-1.16.0-SNAPSHOT.yaml"].(os.FileInfo),
 		fs["/crd"].(os.FileInfo),
 		fs["/manager"].(os.FileInfo),
 		fs["/prometheus"].(os.FileInfo),
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index eb76c5562..a2141f4a5 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -26,7 +26,7 @@ const (
 	Version = "1.11.0-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
-	DefaultRuntimeVersion = "1.15.1-SNAPSHOT"
+	DefaultRuntimeVersion = "1.16.0-SNAPSHOT"
 
 	// BuildahVersion --
 	BuildahVersion = "1.23.3"
diff --git a/resources/camel-catalog-1.15.1-SNAPSHOT.yaml b/resources/camel-catalog-1.16.0-SNAPSHOT.yaml
similarity index 99%
rename from resources/camel-catalog-1.15.1-SNAPSHOT.yaml
rename to resources/camel-catalog-1.16.0-SNAPSHOT.yaml
index 9db55d578..e20a77432 100644
--- a/resources/camel-catalog-1.15.1-SNAPSHOT.yaml
+++ b/resources/camel-catalog-1.16.0-SNAPSHOT.yaml
@@ -18,15 +18,15 @@
 apiVersion: camel.apache.org/v1
 kind: CamelCatalog
 metadata:
-  name: camel-catalog-1.15.1-snapshot
+  name: camel-catalog-1.16.0-snapshot
   labels:
     app: camel-k
     camel.apache.org/catalog.loader.version: 3.18.2
     camel.apache.org/catalog.version: 3.18.2
-    camel.apache.org/runtime.version: 1.15.1-SNAPSHOT
+    camel.apache.org/runtime.version: 1.16.0-SNAPSHOT
 spec:
   runtime:
-    version: 1.15.1-SNAPSHOT
+    version: 1.16.0-SNAPSHOT
     provider: quarkus
     applicationClass: io.quarkus.bootstrap.runner.QuarkusEntryPoint
     metadata:
diff --git a/script/get_catalog.sh b/script/get_catalog.sh
index 60c4195ff..fe6487531 100755
--- a/script/get_catalog.sh
+++ b/script/get_catalog.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with