Skip to content

Commit 3132810

Browse files
bojtospeterCopilot
andcommitted
docs(downloads): promote Getting Started bundle to Camunda 8.10.0-alpha5
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 2598c03 commit 3132810

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/pages/build-with-camunda.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ function BuildWithCamunda() {
810810
></span>
811811
</p>
812812
<TerminalWindow copyable>
813-
{`$ c8ctl cluster start 8.10.0-alpha3`}
813+
{`$ c8ctl cluster start 8.10.0-alpha5`}
814814
</TerminalWindow>
815815

816816
<p className={clsx(styles.cliInfoNote, styles.cliInfoNoteCentered)}>
@@ -917,25 +917,25 @@ function BuildWithCamunda() {
917917
<div className={styles.downloadButtons}>
918918
<a
919919
className={styles.downloadButton}
920-
href="https://github.com/camunda/camunda/releases/download/8.9.19/camunda8-getting-started-bundle-8.9.19-darwin-aarch64.zip"
920+
href="https://github.com/camunda/camunda/releases/download/8.10.0-alpha5/camunda8-getting-started-bundle-8.10.0-alpha5-darwin-aarch64.zip"
921921
>
922922
<DownloadBtnIcon /> macOS (Apple Silicon)
923923
</a>
924924
<a
925925
className={styles.downloadButton}
926-
href="https://github.com/camunda/camunda/releases/download/8.9.19/camunda8-getting-started-bundle-8.9.19-darwin-x86_64.zip"
926+
href="https://github.com/camunda/camunda/releases/download/8.10.0-alpha5/camunda8-getting-started-bundle-8.10.0-alpha5-darwin-x86_64.zip"
927927
>
928928
<DownloadBtnIcon /> macOS (Intel)
929929
</a>
930930
<a
931931
className={styles.downloadButton}
932-
href="https://github.com/camunda/camunda/releases/download/8.9.19/camunda8-getting-started-bundle-8.9.19-windows-x86_64.zip"
932+
href="https://github.com/camunda/camunda/releases/download/8.10.0-alpha5/camunda8-getting-started-bundle-8.10.0-alpha5-windows-x86_64.zip"
933933
>
934934
<DownloadBtnIcon /> Windows
935935
</a>
936936
<a
937937
className={styles.downloadButton}
938-
href="https://github.com/camunda/camunda/releases/download/8.9.19/camunda8-getting-started-bundle-8.9.19-linux-x86_64.tar.gz"
938+
href="https://github.com/camunda/camunda/releases/download/8.10.0-alpha5/camunda8-getting-started-bundle-8.10.0-alpha5-linux-x86_64.tar.gz"
939939
>
940940
<DownloadBtnIcon /> Linux
941941
</a>

src/pages/downloads.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -379,29 +379,29 @@ function OSTabs({ activeOS, onSelect }) {
379379
/* ─── Download data ─── */
380380

381381
const GETTING_STARTED = {
382-
version: "8.9.19",
382+
version: "8.10.0-alpha5",
383383
date: "Sep 11, 2026",
384384
links: {
385385
mac: [
386386
{
387387
label: "Apple Silicon",
388-
url: "https://github.com/camunda/camunda/releases/download/8.9.19/camunda8-getting-started-bundle-8.9.19-darwin-aarch64.zip",
388+
url: "https://github.com/camunda/camunda/releases/download/8.10.0-alpha5/camunda8-getting-started-bundle-8.10.0-alpha5-darwin-aarch64.zip",
389389
},
390390
{
391391
label: "Intel",
392-
url: "https://github.com/camunda/camunda/releases/download/8.9.19/camunda8-getting-started-bundle-8.9.19-darwin-x86_64.zip",
392+
url: "https://github.com/camunda/camunda/releases/download/8.10.0-alpha5/camunda8-getting-started-bundle-8.10.0-alpha5-darwin-x86_64.zip",
393393
},
394394
],
395395
windows: [
396396
{
397397
label: "Windows (x64)",
398-
url: "https://github.com/camunda/camunda/releases/download/8.9.19/camunda8-getting-started-bundle-8.9.19-windows-x86_64.zip",
398+
url: "https://github.com/camunda/camunda/releases/download/8.10.0-alpha5/camunda8-getting-started-bundle-8.10.0-alpha5-windows-x86_64.zip",
399399
},
400400
],
401401
linux: [
402402
{
403403
label: "Linux (x64)",
404-
url: "https://github.com/camunda/camunda/releases/download/8.9.19/camunda8-getting-started-bundle-8.9.19-linux-x86_64.tar.gz",
404+
url: "https://github.com/camunda/camunda/releases/download/8.10.0-alpha5/camunda8-getting-started-bundle-8.10.0-alpha5-linux-x86_64.tar.gz",
405405
},
406406
],
407407
},

0 commit comments

Comments
 (0)