This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new d56e8814 Fix docs for website build
d56e8814 is described below
commit d56e88143a22c4e939de0fef394706caf8b589fe
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Apr 17 21:42:41 2024 +0200
Fix docs for website build
---
content/blog/2023/07/camel-k-2-0/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/blog/2023/07/camel-k-2-0/index.md
b/content/blog/2023/07/camel-k-2-0/index.md
index 7fe683c6..3757310a 100644
--- a/content/blog/2023/07/camel-k-2-0/index.md
+++ b/content/blog/2023/07/camel-k-2-0/index.md
@@ -35,7 +35,7 @@ WARNING: make sure not to downgrade to Camel K version 1 once
you have upgraded
The old `v1alpha1.KameletBinding` will still be supported in this release in
order to give you the time to make the needed change and move all your
KameletBindings to
[`v1.Pipe`](/camel-k/next/apis/camel-k.html#_camel_apache_org_v1_Pipe). Try to
give priority to this operation because the `v1alpha1` is now deprecated and
will be removed within the next versions of Camel K.
-There is no other important concern about the compatibility with the previous
Camel K version. You can follow the [documentation provided for Camel K
upgrade](/camel-k/next/contributing/upgrade.html) as usual.
+There is no other important concern about the compatibility with the previous
Camel K version.
We suggest to take the opportunity of this major upgrade to detect any usage
of deprecated parameters in the [Camel K API](/camel-k/next/apis/camel-k.html)
and do the switch accordingly.