This is an automated email from the ASF dual-hosted git repository.
acosentino 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 0c99b1f8 Added Website section for Camel-upgrade-recipes in download
and release (#1244)
0c99b1f8 is described below
commit 0c99b1f8ed8eeaeedfa60e82eafe3be101c802d2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Sep 30 18:49:55 2024 +0200
Added Website section for Camel-upgrade-recipes in download and release
(#1244)
Signed-off-by: Andrea Cosentino <[email protected]>
---
content/releases/upgrade-recipes/release-4.8.0.md | 11 +++++++++++
data/release-categories.yaml | 12 ++++++++++++
layouts/partials/releases/camel-upgrade-recipes.html | 11 +++++++++++
3 files changed, 34 insertions(+)
diff --git a/content/releases/upgrade-recipes/release-4.8.0.md
b/content/releases/upgrade-recipes/release-4.8.0.md
new file mode 100644
index 00000000..2c371832
--- /dev/null
+++ b/content/releases/upgrade-recipes/release-4.8.0.md
@@ -0,0 +1,11 @@
+---
+url: "/releases/upgrade-recipes-4.8.0/"
+date: 2024-09-30
+type: release-note
+version: "4.8.0"
+title: "Upgrade Recipes 4.8.0"
+preview: ""
+changelog: ""
+category: "camel-upgrade-recipes"
+jdk: [17,21]
+---
diff --git a/data/release-categories.yaml b/data/release-categories.yaml
index c06d077f..7f88b137 100644
--- a/data/release-categories.yaml
+++ b/data/release-categories.yaml
@@ -119,3 +119,15 @@ camel-quarkus:
- name: 'SBOM, CycloneDX JSON'
path_format:
'camel/camel-quarkus/{version}/apache-camel-quarkus-{version}-sbom.json'
filename_format: 'apache-camel-quarkus-{version}-sbom.json'
+camel-upgrade-recipes:
+ id: 'camel-upgrade-recipes'
+ name: 'Apache Camel Upgrade Recipes'
+ order: 7
+ kinds:
+ - name: 'latest'
+ filter: 'latest'
+ downloads:
+ - name: 'Sources'
+ path_format:
'camel/camel-upgrade-recipes/{version}/camel-upgrade-recipes-sources-{version}.tar.gz'
+ filename_format: 'camel-upgrade-recipes-sources-{version}.tar.gz'
+
diff --git a/layouts/partials/releases/camel-upgrade-recipes.html
b/layouts/partials/releases/camel-upgrade-recipes.html
new file mode 100644
index 00000000..0cf6fd41
--- /dev/null
+++ b/layouts/partials/releases/camel-upgrade-recipes.html
@@ -0,0 +1,11 @@
+{{ partial "releases/downloads.html" (dict "Category" (index (index
$.Site.Data "release-categories") "camel-upgrade-recipes") "Pages" $.Site.Pages
"Version" .Params.version) }}
+
+<h2 id="git"><a class="anchor" href="#git"></a>Git tag checkout</h2>
+<p>
+ Release is tagged with <code>{{ .Params.version }}</code> in the Git, to
fetch it use:
+</p>
+<pre>
+git clone https://git-wip-us.apache.org/repos/asf/camel-upgrade-recipes.git
+cd camel-upgrade-recipes
+git checkout {{ .Params.version }}</pre>
+