This is an automated email from the ASF dual-hosted git repository.
piotr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git
The following commit(s) were added to refs/heads/main by this push:
new f545f3f6 Add 0.6.0 release download info
f545f3f6 is described below
commit f545f3f681ca31048a869549d7b1147c5e44c393
Author: spetz <[email protected]>
AuthorDate: Tue Dec 9 08:48:22 2025 +0100
Add 0.6.0 release download info
---
blog/2025-08-10-release-0.5.0.md | 2 +-
src/pages/downloads.md | 15 ++++++++-------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/blog/2025-08-10-release-0.5.0.md b/blog/2025-08-10-release-0.5.0.md
index 02097dce..8fa8e3c3 100644
--- a/blog/2025-08-10-release-0.5.0.md
+++ b/blog/2025-08-10-release-0.5.0.md
@@ -1,7 +1,7 @@
---
title: Apache Iggy 0.5.0 Release
authors: [piotr]
-tags: []
+tags: ["release", "0.5.0", "announcement"]
hide_table_of_contents: false
date: 2025-08-10
---
diff --git a/src/pages/downloads.md b/src/pages/downloads.md
index 528da470..fbd379f5 100644
--- a/src/pages/downloads.md
+++ b/src/pages/downloads.md
@@ -14,7 +14,8 @@ The Apache Iggy project publishes source‑code releases as
compressed archives
| Version | Date (UTC) | Source archive |
Signatures & checksums |
|---------|-----------------|----------------|--------------------------------------|
-| **0.5.0-incubating** *(latest)* | 2025-08-10 |
[`iggy-0.5.0-incubating-src.tar.gz`](https://downloads.apache.org/incubator/iggy/0.5.0/iggy-0.5.0-incubating-src.tar.gz)
|
[`asc`](https://downloads.apache.org/incubator/iggy/0.5.0/iggy-0.5.0-incubating-src.tar.gz.asc),
[`sha512`](https://downloads.apache.org/incubator/iggy/0.5.0/iggy-0.5.0-incubating-src.tar.gz.sha512)
|
+| **0.6.0-incubating** *(latest)* | 2025-12-09 |
[`iggy-0.6.0-incubating-src.tar.gz`](https://downloads.apache.org/incubator/iggy/0.6.0/iggy-0.6.0-incubating-src.tar.gz)
|
[`asc`](https://downloads.apache.org/incubator/iggy/0.6.0/iggy-0.6.0-incubating-src.tar.gz.asc),
[`sha512`](https://downloads.apache.org/incubator/iggy/0.6.0/iggy-0.6.0-incubating-src.tar.gz.sha512)
|
+| **0.5.0-incubating** | 2025-08-10 |
[`iggy-0.5.0-incubating-src.tar.gz`](https://downloads.apache.org/incubator/iggy/0.5.0/iggy-0.5.0-incubating-src.tar.gz)
|
[`asc`](https://downloads.apache.org/incubator/iggy/0.5.0/iggy-0.5.0-incubating-src.tar.gz.asc),
[`sha512`](https://downloads.apache.org/incubator/iggy/0.5.0/iggy-0.5.0-incubating-src.tar.gz.sha512)
|
| **0.4.300-incubating** | 2025-04-15 |
[`iggy-0.4.300-incubating-src.tar.gz`](https://downloads.apache.org/incubator/iggy/0.4.300/iggy-0.4.300-incubating-src.tar.gz)
|
[`asc`](https://downloads.apache.org/incubator/iggy/0.4.300/iggy-0.4.300-incubating-src.tar.gz.asc),
[`sha512`](https://downloads.apache.org/incubator/iggy/0.4.300/iggy-0.4.300-incubating-src.tar.gz.sha512)
|
Older incubating releases will appear in the same [downloads
directory](https://downloads.apache.org/incubator/iggy/) after they are
approved by the Apache Incubator PMC. Permanent archives are kept at
[archive.apache.org](https://archive.apache.org/); none exist yet because there
are no older releases.
@@ -34,14 +35,14 @@ Older incubating releases will appear in the same
[downloads directory](https://
```bash
# Download artifact, matching .asc file and KEYS
curl -O https://downloads.apache.org/incubator/iggy/KEYS
-curl -O
https://downloads.apache.org/incubator/iggy/0.5.0/iggy-0.5.0-incubating-src.tar.gz
-curl -O
https://downloads.apache.org/incubator/iggy/0.5.0/iggy-0.5.0-incubating-src.tar.gz.asc
+curl -O
https://downloads.apache.org/incubator/iggy/0.6.0/iggy-0.6.0-incubating-src.tar.gz
+curl -O
https://downloads.apache.org/incubator/iggy/0.6.0/iggy-0.6.0-incubating-src.tar.gz.asc
# Import Iggy release keys
gpg --import KEYS
# Verify signature
-gpg --verify iggy-0.5.0-incubating-src.tar.gz.asc
iggy-0.5.0-incubating-src.tar.gz
+gpg --verify iggy-0.6.0-incubating-src.tar.gz.asc
iggy-0.6.0-incubating-src.tar.gz
```
A successful verification prints **"Good signature from …"** and the
fingerprint of an Iggy committer’s key.
@@ -51,14 +52,14 @@ A successful verification prints **"Good signature from
…"** and the fingerpri
### Verify the checksum
```bash
-curl -O
https://downloads.apache.org/incubator/iggy/0.5.0/iggy-0.5.0-incubating-src.tar.gz.sha512
-shasum -a 512 -c iggy-0.5.0-incubating-src.tar.gz.sha512
+curl -O
https://downloads.apache.org/incubator/iggy/0.6.0/iggy-0.6.0-incubating-src.tar.gz.sha512
+shasum -a 512 -c iggy-0.6.0-incubating-src.tar.gz.sha512
```
The command should output:
```
-iggy-0.5.0-incubating-src.tar.gz: OK
+iggy-0.6.0-incubating-src.tar.gz: OK
```
---