Skip to content

Commit

Permalink
chore: upgrade fides, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKeyser committed May 22, 2024
1 parent f95f2d5 commit d019a30
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 90 deletions.
8 changes: 8 additions & 0 deletions fides/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ The types of changes are:

### Changed

## [0.15.1](https://github.com/ethyca/fides-helm/compare/fides-0.15.0...fides-0.15.1)

### Changed
- Upgrade Fides version to [`2.36.0`](https://github.com/ethyca/fides/releases/tag/2.36.0) [#77](https://github.com/ethyca/fides-helm/pull/77)
- Synchronize chart versions between `fides` and `fides-minimal` [#77](https://github.com/ethyca/fides-helm/pull/77)
- Move CHANGELOG.md to root of directory [#77](https://github.com/ethyca/fides-helm/pull/77)
- Add Kubernetes annotations to services [#76](https://github.com/ethyca/fides-helm/pull/76)

## [0.15.0](https://github.com/ethyca/fides-helm/compare/fides-0.14.1...fides-0.15.0)

### Changed
Expand Down
1 change: 0 additions & 1 deletion fides-minimal/.helmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
CHANGELOG.md
.DS_Store
# Common VCS dirs
.git/
Expand Down
84 changes: 0 additions & 84 deletions fides-minimal/CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions fides-minimal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: fides-minimal
version: 0.13.9
appVersion: "2.19.1"
version: 0.15.1
appVersion: "2.36.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. 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
keywords:
Expand Down
1 change: 1 addition & 0 deletions fides-minimal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ fides:
service:
type: NodePort
port: 8080
annotations: {}
# fides.startupTimeSeconds configures the delay before liveness and readiness probes begin.
# For local kubernetes clusters, such as minikube & kind, you may need to increase this value to 60 seconds.
startupTimeSeconds: 30
Expand Down
1 change: 0 additions & 1 deletion fides/.helmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
CHANGELOG.md
.DS_Store
# Common VCS dirs
.git/
Expand Down
4 changes: 2 additions & 2 deletions fides/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: fides
version: 0.15.0
appVersion: "2.20.1"
version: 0.15.1
appVersion: "2.36.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
keywords:
Expand Down
2 changes: 2 additions & 0 deletions fides/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ fides:
service:
type: NodePort
port: 8080
annotations: {}

# fides.startupTimeSeconds configures the delay before liveness and readiness probes begin.
# For local kubernetes clusters, such as minikube & kind, you may need to increase this value to 60 seconds.
startupTimeSeconds: 30
Expand Down

0 comments on commit d019a30

Please sign in to comment.