Skip to content

Commit

Permalink
chore(release): update chart files
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
  • Loading branch information
distro-ci[bot] authored and aabouzaid committed Jul 25, 2024
1 parent 14814cf commit 4a931bb
Show file tree
Hide file tree
Showing 69 changed files with 211 additions and 279 deletions.
45 changes: 0 additions & 45 deletions .chglog/CHANGELOG.tpl.md

This file was deleted.

25 changes: 0 additions & 25 deletions .chglog/config.yml

This file was deleted.

79 changes: 79 additions & 0 deletions .github/config/cliff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# git-cliff ~ default configuration file
# https://git-cliff.org/docs/configuration
#
# Lines starting with "#" are comments.
# Configuration options are organized into tables and keys.
# See documentation for more information on available options.

[changelog]
# template for the changelog footer
header = """
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
"""
# template for the changelog body
# https://keats.github.io/tera/docs/#introduction
body = """
{% if version %}\
## [{{ version | trim_start_matches(pat="v") }}](https://github.com/camunda/camunda-platform-helm/releases/tag/{{ version }}) ({{ timestamp | date(format="%Y-%m-%d") }})
{% else %}\
## [unreleased]
{% endif %}\
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | striptags | trim | upper_first }}
{% for commit in commits %}
- {% if commit.breaking %}**⚠ BREAKING CHANGE** {% endif %}\
{{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}\n
"""
# template for the changelog footer
footer = """
<!-- generated by git-cliff -->
"""
# remove the leading and trailing s
trim = true
# postprocessors
postprocessors = [
# { pattern = '<REPO>', replace = "https://github.com/orhun/git-cliff" }, # replace repository URL
]

[git]
# parse the commits based on https://www.conventionalcommits.org
conventional_commits = true
# filter out the commits that are not conventional
filter_unconventional = true
# process each line of a commit as an individual commit
split_commits = false
# regex for preprocessing the commit messages
commit_preprocessors = [
# Replace issue numbers
#{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))"},
# Check spelling of the commit with https://github.com/crate-ci/typos
# If the spelling is incorrect, it will be automatically fixed.
#{ pattern = '.*', replace_command = 'typos --write-changes -' },
]
# regex for parsing and grouping commits
commit_parsers = [
{ message = "^feat:", group = "<!-- 0 -->Features" },
{ message = "^refactor:", group = "<!-- 1 -->Refactor" },
{ message = "^fix:", group = "<!-- 2 -->Fixes" },
{ message = "^doc:", group = "<!-- 3 -->Documentation" },
{ message = "^revert:", group = "<!-- 4 -->Revert" },
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits = false
# filter out the commits that are not matched by commit parsers
filter_commits = true
# regex for matching git tags
# tag_pattern = "v[0-9].*"
# regex for skipping tags
# skip_tags = ""
# regex for ignoring tags
# ignore_tags = ""
# sort the tags topologically
topo_order = false
# sort the commits inside sections by oldest/newest order
sort_commits = "oldest"
# limit the number of commits included in the changelog.
# limit_commits = 42
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git-chglog 0.15.4
git-cliff 2.4.0
golang 1.22.5
gomplate v4.1.0
helm 3.15.3
Expand Down
9 changes: 0 additions & 9 deletions charts/camunda-platform-8.2/CHANGELOG.md

This file was deleted.

4 changes: 3 additions & 1 deletion charts/camunda-platform-8.2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: fixed
description: "added recreate strategy to all Operate deployments"
- kind: changed
description: "remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4"
- kind: changed
description: "update zeebe gateway readiness probe endpoint"
camunda.io/helmCLIVersion: 3.15.2
camunda.io/helmCLIVersion: 3.15.3
20 changes: 12 additions & 8 deletions charts/camunda-platform-8.2/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ 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.29"></a>
## [camunda-platform-8.2.29](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-8.2.29) (2024-06-28)
<a name="camunda-platform-8.2.30"></a>
## [camunda-platform-8.2.30](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-10.2.0...camunda-platform-8.2.30) (2024-07-25)

### Ci

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

### Fix

* added recreate strategy to all Operate deployments ([#2143](https://github.com/camunda/camunda-platform-helm/issues/2143))

### Refactor

* remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4 ([#2080](https://github.com/camunda/camunda-platform-helm/issues/2080))
Expand All @@ -19,13 +23,13 @@ and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.
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)
- Helm values: [8.2.30](https://artifacthub.io/packages/helm/camunda/camunda-platform/8.2.30#parameters)
- Helm CLI: [3.15.3](https://github.com/helm/helm/releases/tag/v3.15.3)

Camunda images:

- docker.io/camunda/connectors-bundle:0.23.2
- docker.io/camunda/identity:8.2.29
- docker.io/camunda/identity:8.2.30
- docker.io/camunda/operate:8.2.28
- docker.io/camunda/optimize:8.2.12
- docker.io/camunda/tasklist:8.2.29
Expand All @@ -47,8 +51,8 @@ Non-Camunda images:
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 \
cosign verify-blob camunda-platform-8.2.30.tgz \
--bundle camunda-platform-8.2.30.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"
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2149/merge"
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/version: "8.2.30"
app.kubernetes.io/component: connectors
annotations:
{}
Expand All @@ -32,7 +32,7 @@ spec:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/version: "8.2.30"
app.kubernetes.io/component: connectors
spec:
imagePullSecrets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/version: "8.2.30"
app.kubernetes.io/component: connectors
annotations:
ingress.kubernetes.io/rewrite-target: /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/version: "8.2.30"
app.kubernetes.io/component: connectors
annotations:
ingress.kubernetes.io/rewrite-target: /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/version: "8.2.30"
app.kubernetes.io/component: connectors
annotations:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/version: "8.2.30"
app.kubernetes.io/component: connectors
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/version: "8.2.30"
data:
action_file.yml: |-
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/version: "8.2.30"
spec:
schedule: "0 0 * * *"
successfulJobsHistoryLimit: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/version: "8.2.30"
release: metrics
spec:
selector:
Expand Down
9 changes: 0 additions & 9 deletions charts/camunda-platform-8.3/CHANGELOG.md

This file was deleted.

4 changes: 3 additions & 1 deletion charts/camunda-platform-8.3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: fixed
description: "added recreate strategy to all Operate deployments"
- kind: changed
description: "remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4"
camunda.io/helmCLIVersion: 3.15.2
camunda.io/helmCLIVersion: 3.15.3
20 changes: 12 additions & 8 deletions charts/camunda-platform-8.3/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ 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.14"></a>
## [camunda-platform-8.3.14](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-8.3.14) (2024-06-28)
<a name="camunda-platform-8.3.15"></a>
## [camunda-platform-8.3.15](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-10.2.0...camunda-platform-8.3.15) (2024-07-25)

### Ci

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

### Fix

* added recreate strategy to all Operate deployments ([#2143](https://github.com/camunda/camunda-platform-helm/issues/2143))

### Refactor

* remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4 ([#2080](https://github.com/camunda/camunda-platform-helm/issues/2080))
Expand All @@ -18,13 +22,13 @@ and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.
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)
- Helm values: [8.3.15](https://artifacthub.io/packages/helm/camunda/camunda-platform/8.3.15#parameters)
- Helm CLI: [3.15.3](https://github.com/helm/helm/releases/tag/v3.15.3)

Camunda images:

- docker.io/camunda/connectors-bundle:8.3.13
- docker.io/camunda/identity:8.3.13
- docker.io/camunda/identity:8.3.14
- docker.io/camunda/operate:8.3.13
- docker.io/camunda/optimize:8.3.11
- docker.io/camunda/tasklist:8.3.14
Expand All @@ -47,8 +51,8 @@ Non-Camunda images:
To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):

```shell
cosign verify-blob camunda-platform-8.3.14.tgz \
--bundle camunda-platform-8.3.14.cosign.bundle \
cosign verify-blob camunda-platform-8.3.15.tgz \
--bundle camunda-platform-8.3.15.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"
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2149/merge"
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.3.14"
app.kubernetes.io/version: "8.3.15"
release: metrics
spec:
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.3.14"
app.kubernetes.io/version: "8.3.15"
release: metrics
spec:
selector:
Expand Down
Loading

0 comments on commit 4a931bb

Please sign in to comment.