squakez commented on code in PR #1169:
URL: https://github.com/apache/camel-website/pull/1169#discussion_r1549826491


##########
content/blog/2024/04/camel-k-2-3/index.md:
##########
@@ -0,0 +1,66 @@
+---
+title: "Camel K 2.3.0"
+date: 2024-04-08
+draft: false
+authors: [squakez]
+categories: ["Releases", "Camel K", "Roadmap"]
+preview: "What's new in Camel K 2.3.0!"
+---
+© Sir John Soane’s Museum London
+
+Apache Camel community is happy to announce the general availability of 
**Camel K 2.3.0**. This release version contains several fix which are 
increasing the operator stability and a few hidden changes which are making the 
software more modular, therefore future feature development quicker and 
independent from the Camel runtime chosen.
+
+First of all, we have changed the default runtime to Camel K Runtime version 
3.8.1 which is based on same Camel Quarkus version (and Camel 4.4.1 version). 
It follows a list of the most important features you'll be able to use from now 
on.
+
+## Multi architecture manifest (ARM64)
+The possibility to run an ARM64 based platform was already available since 
version 2.0. However, the procedure to run the new architecture platform was a 
bit clumsy as you had to declare most of the things manually. In this version 
we have published a manifest that will contain the various architecture we 
support (AMD64 and ARM64). Your cloud provider will be able to pick the right 
platform from the manifest, freeing you up from specifying the platform.
+
+In order to maintain backward compatibility we still had to let the user 
declare which is the platform to use introducing the `builder.platform` trait 
configuration. Configure this parameter either in each Integration or in 
general into the IntegrationPlatform in order to specify which platform you 
want to run for all your Integrations.
+```
+kamel run test.yaml -t builder.platforms=linux/arm64 -t 
builder.platforms=linux/amd64

Review Comment:
   Yes, that's how it works. Thanks.



-- 
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-unsubscr...@camel.apache.org

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

Reply via email to