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:
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Docsfor documentation only changes.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
- Add support for Worker differentiation
- Add default deployments for each worker, unless overridden
- Add support for loadbalancers to work with http
- Switch to bitnami legacy chart override
- Redis cert is only mounted when used. #82
- Add support for Redis SSL CA certificates via a new
fides.configuration.redisCaSecretNamevalue #81
- Upgrade Fides version to
2.64.0#81 - Convert configuration variables to use named templates to improve consistency #81
test-connectionpod did not use security context defined in the values file #80
- Ability to set replica count for Fides Webservers and Fides Privacy Center #79
- Upgrade Fides version to
2.36.0#77 - Synchronize chart versions between
fidesandfides-minimal#77 - Move CHANGELOG.md to root of directory #77
- Add Kubernetes annotations to services #76
- Upgrade Fides version to
2.20.1#73 - Allow Fides Worker resources to be allocated separately from Fides Webserver resources #73
- Breaking Resources now specified at the fides and privacyCenter level. #68
- Add privacy center configuration options to values.yaml #58
- Add CHANGELOG.md to .helmignore file #58
- Update
aws/aws-load-balancer-controllersub-chart to1.5.3#58 - Update
bitnami/postgresqlsub-chart to12.5.6#58 - Update
bitnami/redissub-chart to17.11.3#58
- Fixed the
LivenessProbefor the worker, following a code change in Fides #56