Skip to content

Commit 9f6dff2

Browse files
committed
Version 0.3.0
1 parent e8d266e commit 9f6dff2

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to CrowdSieve will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.0] - 2026-02-04
9+
10+
### Added
11+
12+
#### OIDC Authentication
13+
14+
- **Optional OIDC authentication for dashboard**: Protect the dashboard with OpenID Connect authentication via any OIDC-compliant provider
15+
- **JWE support**: Handle encrypted ID tokens from OIDC providers
16+
- **`private_key_jwt` authentication**: Support `private_key_jwt` client authentication method for back-channel logout
17+
- **Key rotation**: Automatic rotation of cryptographic keys used for OIDC
18+
19+
### Changed
20+
21+
- **Alert download optimization**: Skip downloading alerts when no changes detected
22+
- **Dependencies update**: Update project dependencies
23+
824
## [0.2.0] - 2026-02-01
925

1026
### Added

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crowdsieve-dashboard",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

helm/crowdsieve/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: crowdsieve
33
description: A Helm chart for deploying CrowdSieve with CrowdSec - filtering proxy for CrowdSec CAPI
44
type: application
5-
version: 0.2.0
6-
appVersion: "0.2.0"
5+
version: 0.3.0
6+
appVersion: "0.3.0"
77

88
home: https://github.com/linagora/crowdsieve
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crowdsieve",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "CrowdSieve - CrowdSec CAPI filtering proxy with dashboard",
55
"license": "AGPL-3.0-only",
66
"type": "module",

0 commit comments

Comments
 (0)