Skip to content

Latest commit

 

History

History
158 lines (87 loc) · 6.51 KB

File metadata and controls

158 lines (87 loc) · 6.51 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

To view the Changelog for the Fides code, see the CHANGELOG.md of the ethyca/fides repository.

The types of changes are:

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Docs for documentation only changes.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

Added

  • Add support for Worker differentiation
  • Add default deployments for each worker, unless overridden
  • Add support for loadbalancers to work with http

Fixed

  • Switch to bitnami legacy chart override

Fixed

  • Redis cert is only mounted when used. #82

Added

  • Add support for Redis SSL CA certificates via a new fides.configuration.redisCaSecretName value #81

Changed

  • Upgrade Fides version to 2.64.0 #81
  • Convert configuration variables to use named templates to improve consistency #81

Fixed

  • test-connection pod did not use security context defined in the values file #80

Added

  • Ability to set replica count for Fides Webservers and Fides Privacy Center #79

Changed

Changed

  • Upgrade Fides version to 2.36.0 #77
  • Synchronize chart versions between fides and fides-minimal #77
  • Move CHANGELOG.md to root of directory #77
  • Add Kubernetes annotations to services #76

Changed

  • Upgrade Fides version to 2.20.1 #73
  • Allow Fides Worker resources to be allocated separately from Fides Webserver resources #73

Changed

Changed

  • Breaking Resources now specified at the fides and privacyCenter level. #68

Changed

Changed

Changed

Changed

Changed

Changed

Changed

Changed

Added

Fixed

Changed

  • Update aws/aws-load-balancer-controller sub-chart to 1.5.3 #58
  • Update bitnami/postgresql sub-chart to 12.5.6 #58
  • Update bitnami/redis sub-chart to 17.11.3 #58

Fixed

  • Fixed the LivenessProbe for the worker, following a code change in Fides #56