Skip to content

Commit

Permalink
Update Release documentation for 252 and 261 and add explanatory blog…
Browse files Browse the repository at this point in the history
… post (#165)

* Updte docker yaml to override https default setting

Signed-off-by: Aindriu Lavelle <[email protected]>

* Release notes and blog post for releases 252 and 261

Signed-off-by: Aindriu Lavelle <[email protected]>

* Update to remove the slug as it is not needed.

Signed-off-by: Aindriu Lavelle <[email protected]>

* Correct slug

Signed-off-by: Aindriu Lavelle <[email protected]>

* Remove special character

Signed-off-by: Aindriu Lavelle <[email protected]>

* Resolve some vale issues

Signed-off-by: Aindriu Lavelle <[email protected]>

* Update aposthraphe check

Signed-off-by: Aindriu Lavelle <[email protected]>

* Switch Vale off for blog post

Signed-off-by: Aindriu Lavelle <[email protected]>

* Fix typo in tag

Signed-off-by: Aindriu Lavelle <[email protected]>

* Add link so the community can easily contact us with queries

Signed-off-by: Aindriu Lavelle <[email protected]>

* Bold line headings for increased readability

Signed-off-by: Aindriu Lavelle <[email protected]>

---------

Signed-off-by: Aindriu Lavelle <[email protected]>
  • Loading branch information
aindriu-aiven authored Nov 22, 2023
1 parent cf5ebc5 commit 74e0eaa
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/vale/styles/Klaw/extraneous-apostrophes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ message: Did you mean "%[1]ss" instead of "%[1]s's"?
tokens:
- tag: NN
- pattern: "'s"
- pattern: are
- pattern: "are"
level: error
action:
name: edit
Expand Down
3 changes: 2 additions & 1 deletion .github/vale/styles/Klaw/spelling-klaw-vocabulary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ truststore
truststores
Tst
uncomment
cluster-api
cluster-api
gtag
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
slug: important-community-update-klaws-latest-actions-to-enhance-transparency
title: Important community update Klaw's latest actions to enhance transparency
authors: klawteam
tags: [2.6.1, 2.5.2, transparency]
date: Nov 22, 2023
---

## Important community update: Klaw's latest actions to enhance transparency

<!-- vale off -->

We, as an integral part of the Klaw open-source project, are committed to upholding the true spirit of open-source values. To ensure transparency and foster trust within our community, we have an important update to share.

**Discovery of legacy tracking code:**
We recently identified a piece of legacy, non-functional tracking code within our codebase. This code, originating from a previous version of our project, used Google tag (gtag) for analytics purposes. It was designed to track various user interactions on our site, including page views, scrolls, outbound link clicks, file downloads, video plays, site searches, and form interactions.

**Scope and deactivation of the tracker:**
This tracking code was specifically configured to gather data from kafkawize.com. We want to reassure our community that this means that no data from any other host has been or is being collected, accepted or stored by this code. As of February 2022, this configuration has been completely removed.

**Impact on users:**
We are pleased to inform you that the legacy code has not affected our newer Coral React UI. This interface, representing the latest development of our platform, remains free from any impact of this outdated tracking code.

In commitment to our community's transparency, we are releasing software updates 2.5.2 and 2.6.1. These versions aim to completely remove this legacy code, allowing our users to transition to a version where their privacy and trust are further safeguarded.

Your feedback is important. Stay updated and reach out to us via [GitHub](https://github.com/Aiven-Open/klaw/issues/new/choose) for any queries or suggestions.

<!-- vale on -->
5 changes: 5 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ muralibasani:
title: Maintainer of Klaw
url: https://github.com/muralibasani
image_url: https://github.com/muralibasani.png
klawteam:
name: Klaw Team
title: Maintainers of Klaw
url: https://github.com/Aiven-Open/klaw
image_url: https://www.klaw-project.io/images/logo-dark.png
32 changes: 32 additions & 0 deletions docs/Releases/release252.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
sidebar_position: 99.91
---

# Release 2.5.2

Date: 22nd of November, 2023

## Overview

Klaw version 2.5.2 is a patch release which removes some unused analytics code, please see out blog post on this release.

## Download

### Binaries

- [`klaw-2.5.2.jar` ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.5.2/klaw-2.5.2.jar)

- [`cluster-api-2.5.2.jar`](https://github.com/Aiven-Open/klaw/releases/download/v2.5.2/cluster-api-2.5.2.jar)

### Sources

- [`klaw-2.5.2.zip`](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.5.2.zip)

### Docker

- [`Klaw-core`](https://hub.docker.com/r/aivenoy/klaw-core)
- [`Klaw-cluster-API`](https://hub.docker.com/r/aivenoy/klaw-cluster-api)

:::note
For a complete list of improvements, changelog, and to download the release,
see <https://github.com/aiven/klaw/releases/tag/v2.5.2>
32 changes: 32 additions & 0 deletions docs/Releases/release261.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
sidebar_position: 99.90
---

# Release 2.6.1

Date: 22nd of November, 2023

## Overview

Klaw version 2.6.1 is a patch release which removes some unused analytics code, please see out blog post on this release.

## Download

### Binaries

[`klaw-2.6.1.jar` ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.6.1/klaw-2.6.1.jar)

[`cluster-api-2.6.1.jar`](https://github.com/Aiven-Open/klaw/releases/download/v2.6.1/cluster-api-2.6.1.jar)

### Sources

[`klaw-2.6.1.zip`](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.6.1.zip)

### Docker

[`Klaw-core`](https://hub.docker.com/r/aivenoy/klaw-core)
[`Klaw-cluster-API`](https://hub.docker.com/r/aivenoy/klaw-cluster-api)

:::note
For a complete list of improvements, changelog, and to download the
release, see <https://github.com/aiven/klaw/releases/tag/v2.6.1>

0 comments on commit 74e0eaa

Please sign in to comment.