Skip to content

Commit

Permalink
chore: set release date and links
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jul 24, 2023
1 parent c987d0d commit 68a9231
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion content/blog/2023/07/camel-k-2-0/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Camel K 2.0"
date: 2023-07-13
date: 2023-07-24
draft: false
authors: [squakez]
categories: ["Releases", "Camel K", "Roadmap"]
Expand All @@ -14,6 +14,17 @@ This is the first important milestone reached, and we thought that the work done

Let's look at one by one the main new features or updates that Camel K 2.0 is introducing. We plan to work on more blogs and documentation dedicated to each of the new features introduced during next months.

# Release details

You can find all the CLIs and detailed changelog information in the [Camel K 2.0.0 release page](https://github.com/apache/camel-k/releases/tag/v2.0.0). Download the CLI for your operating system and architecture, `kamel install` and be ready to use the latest features available.

As usual, we acknowledge the great work done in Apache Camel community. Camel K default runtime is based on the following projects:

* Apache Camel K Runtime 2.16.0
* Apache Camel Quarkus 2.16.0
* Apache Camel 3.20.1
* Apache Camel Kamelets 3.20.1.1

# Upgrade from V1

The first concern you may have is about compatibility to Camel K version 1 and how to upgrade: we have worked to make this process as smooth as possible. We introduced some important change in the Kubernetes API and we tried to make this in a backward compatible manner. In particular we have promoted the `v1alpha1.Kamelet/KameletBinding` API to `v1` as we now feel it's mature enough and we have renamed the `v1alpha1.KameletBinding` to `v1.Pipe`.
Expand Down

0 comments on commit 68a9231

Please sign in to comment.