Skip to content

Commit

Permalink
chore: update changlog (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriys94 authored Nov 27, 2020
1 parent b9baef8 commit a303eb5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## v4.0.0 (2020-11-27)

### 🆕 Features
* Add Prometheus and Grafana stack in the deployment, including standard dashboards.
* Reorganized folder structure and group helmfiles to deploy Observability, Vault and Orchestrate stack in a single command

### 🛠 Bug fixes
* For a better stability of Kafka we updated the following values:
* `logRetentionHours` from 168 to 24
* `resources.requests.memory` 1Gi from to 4Gi
* `resources.limits.memory` 1.5Gi from to 8Gi
* `resources.limits.cpu` 300m from to 500m

### ⚠ BREAKING CHANGES
* New helmfile structure where Observability and Vault deployments are part of a single root Helmfile. Vault folder and its manual deployment has been deleted.
* `TARGET_NAMESPACE` environment variable is deprecated for the following environment variables:
* `ORCHESTRATE_NAMESPACE` namespace where Orchestrate stack will be deployed
* `VAULT_OPERATOR_NAMESPACE` namespace where the Vault Operator will be deployed
* `VAULT_NAMESPACE` namespace where Vault servers will be deployed
* `OBSERVABILITY_NAMESPACE` namespace where Prometheus and Grafana stack will be deployed (optional)

## v3.1.0 (2020-10-20)

### 🛠 Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion values/kafka.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resources:
memory: 4Gi
cpu: 100m
limits:
memory: 16Gi
memory: 8Gi
cpu: 500m
affinity:
podAntiAffinity:
Expand Down

0 comments on commit a303eb5

Please sign in to comment.