Skip to content

Commit

Permalink
chore(release): update chart files
Browse files Browse the repository at this point in the history
  • Loading branch information
distro-ci[bot] committed Jun 24, 2024
1 parent ba70bc0 commit e2de315
Show file tree
Hide file tree
Showing 13 changed files with 183 additions and 70 deletions.
11 changes: 0 additions & 11 deletions charts/camunda-platform-8.2/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: ""
camunda.io/helmCLIVersion: 3.15.1
camunda.io/helmCLIVersion: 3.15.2
46 changes: 44 additions & 2 deletions charts/camunda-platform-8.2/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,48 @@ 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-8.2.27"></a>
## [camunda-platform-8.2.27](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.2.26...camunda-platform-8.2.27) (2024-05-13)
<a name="camunda-platform-8.2.29"></a>
## [camunda-platform-8.2.29](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-8.2.29) (2024-06-24)

### Ci

* automate release chores ([#2013](https://github.com/camunda/camunda-platform-helm/issues/2013))

### Release Info

Supported versions:

- Camunda applications: [8.2](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.2&expanded=true)
- Helm values: [8.2.29](https://artifacthub.io/packages/helm/camunda/camunda-platform/8.2.29#parameters)
- Helm CLI: [3.15.2](https://github.com/helm/helm/releases/tag/v3.15.2)

Camunda images:

- docker.io/camunda/connectors-bundle:0.23.2
- docker.io/camunda/identity:8.2.28
- docker.io/camunda/operate:8.2.27
- docker.io/camunda/optimize:8.2.10
- docker.io/camunda/tasklist:8.2.28
- docker.io/camunda/zeebe:8.2.28
- registry.camunda.cloud/console/console-sm:latest
- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.2.15
- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.2.15
- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.2.15

Non-Camunda images:

- docker.elastic.co/elasticsearch/elasticsearch:7.17.22
- docker.io/bitnami/keycloak:19.0.3
- docker.io/bitnami/postgresql:14.5.0-debian-11-r35
- docker.io/bitnami/postgresql:15.4.0

### Verification

To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):

```shell
cosign verify-blob camunda-platform-8.2.29.tgz \
--bundle camunda-platform-8.2.29.cosign.bundle \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2014/merge"
```
10 changes: 0 additions & 10 deletions charts/camunda-platform-8.3/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion charts/camunda-platform-8.3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: ""
camunda.io/helmCLIVersion: 3.15.1
camunda.io/helmCLIVersion: 3.15.2
45 changes: 39 additions & 6 deletions charts/camunda-platform-8.3/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,49 @@ 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-8.3.12"></a>
## [camunda-platform-8.3.12](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.3.11...camunda-platform-8.3.12) (2024-05-13)
<a name="camunda-platform-8.3.14"></a>
## [camunda-platform-8.3.14](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-8.3.14) (2024-06-24)

### Ci

* automate release chores ([#2013](https://github.com/camunda/camunda-platform-helm/issues/2013))

### Release Info

Supported versions:

- Camunda applications: [8.3](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.3&expanded=true)
- Helm values: [8.3.14](https://artifacthub.io/packages/helm/camunda/camunda-platform/8.3.14#parameters)
- Helm CLI: [3.15.2](https://github.com/helm/helm/releases/tag/v3.15.2)

Camunda images:

- docker.io/camunda/connectors-bundle:8.3.12
- docker.io/camunda/identity:8.3.12
- docker.io/camunda/operate:8.3.12
- docker.io/camunda/optimize:8.3.10
- docker.io/camunda/tasklist:8.3.12
- docker.io/camunda/zeebe:8.3.12
- registry.camunda.cloud/console/console-sm:latest
- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.3.8
- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.3.8
- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.3.8

Non-Camunda images:

- docker.io/bitnami/elasticsearch:8.8.2
- docker.io/bitnami/keycloak:22.0.5
- docker.io/bitnami/os-shell:11-debian-11-r92
- docker.io/bitnami/postgresql:14.5.0-debian-11-r35
- docker.io/bitnami/postgresql:15.5.0

### Verification

To verify integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):
To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):

```shell
cosign verify-blob camunda-platform-8.3.12.tgz \
--bundle camunda-platform-8.3.12.cosign.bundle \
cosign verify-blob camunda-platform-8.3.14.tgz \
--bundle camunda-platform-8.3.14.cosign.bundle \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
--certificate-identity "https://github.com/_GITHUB_WORKFLOW_REF_"
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2014/merge"
```
9 changes: 0 additions & 9 deletions charts/camunda-platform-8.4/CHANGELOG.md

This file was deleted.

6 changes: 2 additions & 4 deletions charts/camunda-platform-8.4/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,5 @@ annotations:
- name: Camunda 8 Self-Managed Helm charts
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: fixed
description: "operate should be 8.4.8 in helm 9.3.4"
camunda.io/helmCLIVersion: 3.15.1
artifacthub.io/changes: ""
camunda.io/helmCLIVersion: 3.15.2
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `optimize.image` | configuration to configure the Optimize image specifics | |
| `optimize.image.registry` | can be used to set container image registry | `""` |
| `optimize.image.repository` | defines which image repository to use | `camunda/optimize` |
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.4` |
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.5` |
| `optimize.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `optimize.migration` | configuration for Optimize migration | |
| `optimize.migration.enabled` | if true, run Optimize migration script as an init container | `true` |
Expand Down
47 changes: 43 additions & 4 deletions charts/camunda-platform-8.4/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,49 @@ 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-9.3.5"></a>
## [camunda-platform-9.3.5](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-9.3.4...camunda-platform-9.3.5) (2024-05-22)
<a name="camunda-platform-9.3.7"></a>
## [camunda-platform-9.3.7](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-9.3.7) (2024-06-24)

### Fix
### Ci

* operate should be 8.4.8 in helm 9.3.4 ([#1835](https://github.com/camunda/camunda-platform-helm/issues/1835))
* automate release chores ([#2013](https://github.com/camunda/camunda-platform-helm/issues/2013))

### Release Info

Supported versions:

- Camunda applications: [8.4](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.4&expanded=true)
- Helm values: [9.3.7](https://artifacthub.io/packages/helm/camunda/camunda-platform/9.3.7#parameters)
- Helm CLI: [3.15.2](https://github.com/helm/helm/releases/tag/v3.15.2)

Camunda images:

- docker.io/camunda/connectors-bundle:8.4.8
- docker.io/camunda/identity:8.4.8
- docker.io/camunda/operate:8.4.9
- docker.io/camunda/optimize:8.4.5
- docker.io/camunda/tasklist:8.4.8
- docker.io/camunda/zeebe:8.4.8
- registry.camunda.cloud/console/console-sm:8.4.60
- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.4.6
- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.4.6
- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.4.6

Non-Camunda images:

- docker.io/bitnami/elasticsearch:8.9.2
- docker.io/bitnami/keycloak:22.0.5
- docker.io/bitnami/os-shell:12-debian-12-r16
- docker.io/bitnami/postgresql:14.5.0-debian-11-r35
- docker.io/bitnami/postgresql:15.7.0

### Verification

To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):

```shell
cosign verify-blob camunda-platform-9.3.7.tgz \
--bundle camunda-platform-9.3.7.cosign.bundle \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2014/merge"
```
14 changes: 0 additions & 14 deletions charts/camunda-platform-latest/CHANGELOG.md

This file was deleted.

6 changes: 5 additions & 1 deletion charts/camunda-platform-latest/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ maintainers:
email: [email protected]
annotations:
dummy: dummy
camunda.io/helmCLIVersion: "3.15.1"
camunda.io/helmCLIVersion: "3.15.2"
artifacthub.io/links: |
- name: Camunda 8 docs
url: https://docs.camunda.io/
Expand All @@ -61,5 +61,9 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: added
description: "support dnsPolicy and dnsConfig for all components"
- kind: added
description: "add console auth vars"
- kind: fixed
description: "unauthenticated external elasticsearch no longer forces password…"
53 changes: 47 additions & 6 deletions charts/camunda-platform-latest/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,59 @@ 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.1.1"></a>
## [camunda-platform-10.1.1](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-9.3.6...camunda-platform-10.1.1) (2024-06-17)
<a name="camunda-platform-10.2.0"></a>
## [camunda-platform-10.2.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-10.2.0) (2024-06-24)

### Ci

* automate release chores ([#2013](https://github.com/camunda/camunda-platform-helm/issues/2013))

### Feat

* support dnsPolicy and dnsConfig for all components ([#2009](https://github.com/camunda/camunda-platform-helm/issues/2009))
* add console auth vars ([#1782](https://github.com/camunda/camunda-platform-helm/issues/1782))

### Fix

* unauthenticated external elasticsearch no longer forces password… ([#1990](https://github.com/camunda/camunda-platform-helm/issues/1990))

### Release Info

Supported versions:

- Camunda applications: [8.5](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.5&expanded=true)
- Helm values: [10.2.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/10.2.0#parameters)
- Helm CLI: [3.15.2](https://github.com/helm/helm/releases/tag/v3.15.2)

Camunda images:

- docker.io/camunda/connectors-bundle:8.5.3
- docker.io/camunda/identity:8.5.2
- docker.io/camunda/identity:latest
- docker.io/camunda/operate:8.5.4
- docker.io/camunda/optimize:8.5.2
- docker.io/camunda/tasklist:8.5.2
- docker.io/camunda/zeebe:8.5.3
- registry.camunda.cloud/console/console-sm:8.5.57
- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.3
- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.3
- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.3

Non-Camunda images:

<a name="camunda-platform-9.3.6"></a>
## [camunda-platform-9.3.6](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-10.1.0...camunda-platform-9.3.6) (2024-06-11)
- docker.io/bitnami/elasticsearch:8.12.2
- docker.io/bitnami/keycloak:23.0.7
- docker.io/bitnami/os-shell:12-debian-12-r18
- docker.io/bitnami/postgresql:14.12.0
- docker.io/bitnami/postgresql:15.7.0

### Verification

<a name="camunda-platform-10.1.0"></a>
## [camunda-platform-10.1.0](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.2.28...camunda-platform-10.1.0) (2024-06-11)
To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):

```shell
cosign verify-blob camunda-platform-10.2.0.tgz \
--bundle camunda-platform-10.2.0.cosign.bundle \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2014/merge"
```

0 comments on commit e2de315

Please sign in to comment.