Skip to content

Releases: RADAR-base/RADAR-Kubernetes

v1.2.1

09 May 07:31
f4a8f06

Choose a tag to compare

This release does not include any functional changes, but merely changes that aim to fix detected software vulnerabilities as part of the March 2025 security review.

Notable Features

  • Fix for NGINX vulnerability CVE-2025-1974.
  • Fix for various software vulnerabilities in RADAR-base components.

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

22 Jan 13:49
ef5ae91

Choose a tag to compare

This release in addition to updates and bug fixes to RADAR components adds lots of changes to Helm charts, installation and maintenance of the platform:

Notable Features

  • Added network policies. Every application is now only allowed to connect or connected by applications that are whitelisted.
  • Added option to specify extra environment variables to all RADAR-Base Helm charts.
  • Added data dashboard backend service.
  • Added Kratos components in preparation to new authentication system and addition of 2FA.
  • Refactored the ksql-server and jdbc-connector service configuration for reuse between grafana, realtime analysis and data dashboard backend services. See the Upgrade instructions for migrating an existing deployment.
  • Added helmfile configuration that allows for deployment in localhost with minimum resource usage and not TLS.

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3

19 Jul 10:20
e9ae623

Choose a tag to compare

Fixed critical vulnerability in Minio
https://cve.report/CVE-2023-28432

What's Changed

  • Updated Minio version by @K1Hyve in #240

Full Changelog: v1.1.2...v1.1.3

v1.1.2

18 Apr 15:18
fccb33b

Choose a tag to compare

What's Changed

  • Added upgrade instructions to 1.1.x by @K1Hyve in #236

Full Changelog: v1.1.1...v1.1.2

v1.1.1

17 Apr 11:43
0d654c8

Choose a tag to compare

What's Changed

  • Fixed helmfile hook error & updated applications versions in CI by @K1Hyve in #234

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 Mar 13:39
3cc0653

Choose a tag to compare

Changes since version 1.0.0:

  • Added home page app
  • Added realtime analytics component
  • Generate secrets from a separate secrets file
  • Added Github action to test RADAR-Kubernetes deployment
  • Added initialisation scripts

What's Changed

Full Changelog: v1.0.0...v1.1.0

RADAR-Kubernetes 1.0.0

03 Nov 10:31

Choose a tag to compare

RADAR-Kubernetes 1.0.0 is the first release to use proper semantic versioning.

Compared to earlier versions, all helm charts being used are now hosted on either [RADAR-base/radar-helm-charts] and [RADAR-base/cp-helm-charts] using proper release management.

The values files in etc have been minimised to only contain values that deviate from the default value or that are likely to change.

What's Changed

Full Changelog: v0.1.0...v1.0.0

First production release

27 Aug 13:31

Choose a tag to compare

Merge pull request #36 from RADAR-base/dev

Sync working and updated versions of charts for various components.