From 07c74c3927e4e4c964f5462ec0ccf5dac496cb67 Mon Sep 17 00:00:00 2001 From: tina-zimnicki Date: Fri, 21 Nov 2025 12:11:58 -0600 Subject: [PATCH] Bump versions and update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- fides-minimal/Chart.yaml | 2 +- fides/Chart.yaml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 845d53f..01f6b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,13 @@ The types of changes are: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fides-helm/compare/fides-0.17.1...main) +## [Unreleased](https://github.com/ethyca/fides-helm/compare/fides-0.18.0...main) + +### Added + +### Fixed + +## [0.18.0](https://github.com/ethyca/fides-helm/compare/fides-0.17.1...fides-0.18.0) ### Added diff --git a/fides-minimal/Chart.yaml b/fides-minimal/Chart.yaml index 6dd56b2..6db89fc 100644 --- a/fides-minimal/Chart.yaml +++ b/fides-minimal/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: fides-minimal -version: 0.16.1 +version: 0.17.0 appVersion: "2.48.1" description: Fides is an open-source privacy engineering platform for managing the fulfillment of data privacy requests in your runtime environment, and the enforcement of privacy regulations in your code. This version of the Helm chart removes some excess features such as the lookup function which may not be available in all cases. type: application diff --git a/fides/Chart.yaml b/fides/Chart.yaml index 0252698..1b60462 100644 --- a/fides/Chart.yaml +++ b/fides/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: fides -version: 0.17.1 +version: 0.18.0 appVersion: "2.67.0" description: Fides is an open-source privacy engineering platform for managing the fulfillment of data privacy requests in your runtime environment, and the enforcement of privacy regulations in your code. type: application