You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "squakez (via GitHub)" <gi...@apache.org> on 2023/12/15 10:14:43 UTC

[PR] chore(ci): bump default runtime to 3.6.0 [camel-k]

squakez opened a new pull request, #4989:
URL: https://github.com/apache/camel-k/pull/4989

   <!-- Description -->
   
   
   
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   chore(ci): bump default runtime to 3.6.0
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] chore(ci): bump default runtime to 3.6.0 [camel-k]

Posted by "gansheer (via GitHub)" <gi...@apache.org>.
gansheer commented on code in PR #4989:
URL: https://github.com/apache/camel-k/pull/4989#discussion_r1430157368


##########
resources/camel-catalog-3.6.0.yaml:
##########
@@ -18,22 +18,24 @@
 apiVersion: camel.apache.org/v1
 kind: CamelCatalog
 metadata:
-  name: camel-catalog-3.2.0
+  name: camel-catalog-3.6.0
   labels:
     app: camel-k
-    camel.apache.org/catalog.loader.version: 4.0.0
-    camel.apache.org/catalog.version: 4.0.0
-    camel.apache.org/runtime.version: 3.2.0
+    camel.apache.org/catalog.loader.version: 4.2.0
+    camel.apache.org/catalog.version: 4.2.0
+    camel.apache.org/runtime.version: 3.6.0
 spec:
   runtime:
-    version: 3.2.0
+    version: 3.6.0
     provider: quarkus
     applicationClass: io.quarkus.bootstrap.runner.QuarkusEntryPoint
     metadata:
-      camel-quarkus.version: 3.2.0
-      camel.version: 4.0.0
+      camel-quarkus.version: 3.6.0
+      camel.version: 4.2.0
+      jib.layer-filter-extension-maven.version: 0.3.0
+      jib.maven-plugin.version: 3.4.0

Review Comment:
   LGTM.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] chore(ci): bump default runtime to 3.6.0 [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez merged PR #4989:
URL: https://github.com/apache/camel-k/pull/4989


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] chore(ci): bump default runtime to 3.6.0 [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on PR #4989:
URL: https://github.com/apache/camel-k/pull/4989#issuecomment-1863085211

   Checks failures unrelated


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] chore(ci): bump default runtime to 3.6.0 [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on code in PR #4989:
URL: https://github.com/apache/camel-k/pull/4989#discussion_r1427800539


##########
resources/camel-catalog-3.6.0.yaml:
##########
@@ -18,22 +18,24 @@
 apiVersion: camel.apache.org/v1
 kind: CamelCatalog
 metadata:
-  name: camel-catalog-3.2.0
+  name: camel-catalog-3.6.0
   labels:
     app: camel-k
-    camel.apache.org/catalog.loader.version: 4.0.0
-    camel.apache.org/catalog.version: 4.0.0
-    camel.apache.org/runtime.version: 3.2.0
+    camel.apache.org/catalog.loader.version: 4.2.0
+    camel.apache.org/catalog.version: 4.2.0
+    camel.apache.org/runtime.version: 3.6.0
 spec:
   runtime:
-    version: 3.2.0
+    version: 3.6.0
     provider: quarkus
     applicationClass: io.quarkus.bootstrap.runner.QuarkusEntryPoint
     metadata:
-      camel-quarkus.version: 3.2.0
-      camel.version: 4.0.0
+      camel-quarkus.version: 3.6.0
+      camel.version: 4.2.0
+      jib.layer-filter-extension-maven.version: 0.3.0
+      jib.maven-plugin.version: 3.4.0

Review Comment:
   @gansheer I think this was introduced in order to remove some coupling on the operator code. Can you please check?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org