Skip to content

Commit

Permalink
chore: update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Jun 10, 2024
1 parent 226baea commit 198378c
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 15 deletions.
1 change: 1 addition & 0 deletions charts/camunda-platform-8.2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: ""
helm.sh/cliVersion: 3.15.1
1 change: 1 addition & 0 deletions charts/camunda-platform-8.3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: ""
helm.sh/cliVersion: 3.15.1
1 change: 1 addition & 0 deletions charts/camunda-platform-8.4/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: "- kind: fixed\n description: \"operate should be 8.4.8 in helm 9.3.4\"\n"
helm.sh/cliVersion: 3.15.1
18 changes: 17 additions & 1 deletion charts/camunda-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ maintainers:
- name: aabouzaid
email: ahmed.abouzaid@camunda.com
annotations:
helm.sh/cliVersion: "3.14.4"
helm.sh/cliVersion: "3.15.1"
artifacthub.io/links: |
- name: Camunda 8 docs
url: https://docs.camunda.io/
Expand All @@ -60,6 +60,20 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: added
description: "warning and error for not setting existingSecrets for all components"
- kind: added
description: "support envFrom reference in all components"
- kind: added
description: "adding a constraint for identity existingSecret"
- kind: fixed
description: "release info did not respect the context path"
- kind: fixed
description: "update livenessProbe endpoint of zeebe"
- kind: fixed
description: "re-added the postgresql secret"
- kind: fixed
description: "Delete multi-region review comment in values.yaml"
- kind: fixed
description: "use component service account"
- kind: fixed
Expand All @@ -68,5 +82,7 @@ annotations:
description: "set zeebe exporters empty map when disabled"
- kind: fixed
description: "add constraints for when identity is disabled and keycloak is enabled"
- kind: changed
description: "add support for seccomp profiles in all components"
- kind: changed
description: "update identity application yaml to match upstream"
15 changes: 13 additions & 2 deletions charts/camunda-platform/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ The changelog is automatically generated using [git-chglog](https://github.com/g
and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.


<a name="camunda-platform-10.0.5"></a>
## [camunda-platform-10.0.5](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-10.0.4...camunda-platform-10.0.5) (2024-05-14)
<a name="camunda-platform-10.1.0"></a>
## [camunda-platform-10.1.0](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-10.0.4...camunda-platform-10.1.0) (2024-06-10)

### Ci

Expand All @@ -13,14 +13,25 @@ and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.

* enhance version matrix structure ([#1742](https://github.com/camunda/camunda-platform-helm/issues/1742))

### Feat

* warning and error for not setting existingSecrets for all components ([#1876](https://github.com/camunda/camunda-platform-helm/issues/1876))
* support envFrom reference in all components ([#1949](https://github.com/camunda/camunda-platform-helm/issues/1949))
* adding a constraint for identity existingSecret ([#1969](https://github.com/camunda/camunda-platform-helm/issues/1969))

### Fix

* release info did not respect the context path ([#1908](https://github.com/camunda/camunda-platform-helm/issues/1908))
* update livenessProbe endpoint of zeebe ([#1858](https://github.com/camunda/camunda-platform-helm/issues/1858))
* re-added the postgresql secret ([#1845](https://github.com/camunda/camunda-platform-helm/issues/1845))
* Delete multi-region review comment in values.yaml ([#1819](https://github.com/camunda/camunda-platform-helm/issues/1819))
* use component service account ([#1753](https://github.com/camunda/camunda-platform-helm/issues/1753))
* handle type of es url correctly ([#1752](https://github.com/camunda/camunda-platform-helm/issues/1752))
* set zeebe exporters empty map when disabled ([#1743](https://github.com/camunda/camunda-platform-helm/issues/1743))
* add constraints for when identity is disabled and keycloak is enabled ([#1717](https://github.com/camunda/camunda-platform-helm/issues/1717))

### Refactor

* add support for seccomp profiles in all components ([#1973](https://github.com/camunda/camunda-platform-helm/issues/1973))
* update identity application yaml to match upstream ([#1737](https://github.com/camunda/camunda-platform-helm/issues/1737))

2 changes: 1 addition & 1 deletion charts/web-modeler-postgresql/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
annotations:
category: Database
helm.sh/cliVersion: 3.14.4
helm.sh/cliVersion: 3.15.1
artifacthub.io/changes: |
- kind: fixed
description: "embed web-modeler postregsql chart in camunda chart"
Expand Down
11 changes: 0 additions & 11 deletions charts/web-modeler-postgresql/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
The changelog is automatically generated using [git-chglog](https://github.com/git-chglog/git-chglog)
and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.


<a name="web-modeler-postgresql-11.9.13"></a>
## web-modeler-postgresql-11.9.13 (2024-05-14)

### Fix

* embed web-modeler postregsql chart in camunda chart ([#1590](https://github.com/camunda/camunda-platform-helm/issues/1590))

0 comments on commit 198378c

Please sign in to comment.