Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): Camunda Platform Helm Chart 12.0.0-alpha4 - Camunda Alpha #2811

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"charts/camunda-platform-8.4": "9.4.6",
"charts/camunda-platform-8.5": "10.4.8",
"charts/camunda-platform-8.6": "11.1.1",
"charts/camunda-platform-alpha": "8.7.0-alpha2"
"charts/camunda-platform-alpha": "12.0.0-alpha4"
}
53 changes: 10 additions & 43 deletions .github/config/release-please/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
{
"group-pull-request-title-pattern": "chore(release): Camunda Platform Helm Chart",
"skip-github-release": true,
"separate-pull-requests": false,
"separate-pull-requests": true,
"bump-minor-pre-major": false,
"prerelease": false,
"draft": false,
"bootstrap-sha": "bddfa98ced4aead3212b2a22e872fd0406da4590",
"last-release-sha": "bddfa98ced4aead3212b2a22e872fd0406da4590",
"packages": {
"charts/camunda-platform-alpha": {
"pull-request-title-pattern": "chore(release): Camunda Platform Helm Chart ${version} - Camunda Alpha",
"release-type": "helm",
"extra-label": "version/alpha,version/8.7,automation/release-please,release/pr,kind/chore,chart/camunda-platform",
"versioning": "prerelease",
"extra-label": "version/8.7,version/alpha,automation/release-please,release/pr,kind/chore,chart/camunda-platform",
"component": "camunda-platform-alpha",
"include-v-in-tag": false
},
"charts/camunda-platform-8.6": {
"pull-request-title-pattern": "chore(release): Camunda Platform Helm Chart ${version} - Camunda 8.6",
"release-type": "helm",
"extra-label": "version/8.6,automation/release-please,release/pr,kind/chore,chart/camunda-platform",
"component": "camunda-platform-8.6",
"include-v-in-tag": false
"include-v-in-tag": false,
"packageName": "camunda-platform"
},
"charts/camunda-platform-8.5": {
"pull-request-title-pattern": "chore(release): Camunda Platform Helm Chart ${version} - Camunda 8.5",
"release-type": "helm",
"extra-label": "version/8.5,automation/release-please,release/pr,kind/chore,chart/camunda-platform",
"component": "camunda-platform-8.5",
"include-v-in-tag": false
},
"charts/camunda-platform-8.4": {
"pull-request-title-pattern": "chore(release): Camunda Platform Helm Chart ${version} - Camunda 8.4",
"release-type": "helm",
"extra-label": "version/8.4,automation/release-please,release/pr,kind/chore,chart/camunda-platform",
"component": "camunda-platform-8.4",
Expand All @@ -40,6 +44,7 @@
]
},
"charts/camunda-platform-8.3": {
"pull-request-title-pattern": "chore(release): Camunda Platform Helm Chart ${version} - Camunda 8.3",
"release-type": "helm",
"extra-label": "version/8.3,automation/release-please,release/pr,kind/chore,chart/camunda-platform",
"component": "camunda-platform-8.3",
Expand All @@ -51,44 +56,6 @@
"jsonpath": "$.version"
}
]
},
"charts/camunda-platform-8.2": {
"release-type": "helm",
"extra-label": "version/8.2,automation/release-please,release/pr,kind/chore,chart/camunda-platform",
"component": "camunda-platform-8.2",
"include-v-in-tag": false,
"extra-files": [
{
"type": "yaml",
"path": "charts/identity/Chart.yaml",
"jsonpath": "$.version"
},
{
"type": "yaml",
"path": "charts/operate/Chart.yaml",
"jsonpath": "$.version"
},
{
"type": "yaml",
"path": "charts/optimize/Chart.yaml",
"jsonpath": "$.version"
},
{
"type": "yaml",
"path": "charts/tasklist/Chart.yaml",
"jsonpath": "$.version"
},
{
"type": "yaml",
"path": "charts/zeebe/Chart.yaml",
"jsonpath": "$.version"
},
{
"type": "yaml",
"path": "charts/zeebe-gateway/Chart.yaml",
"jsonpath": "$.version"
}
]
}
},
"changelog-sections": [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chart-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Chart - Release - PR"
on:
push:
branches:
- main
- distro-378-aa-refactor-release-workflow

permissions:
contents: write
Expand All @@ -30,4 +30,4 @@ jobs:
# Config docs: https://github.com/googleapis/release-please/blob/main/docs/manifest-releaser.md
config-file: "${{ env.RELEASE_PLEASE_CONFIG_FILE }}"
manifest-file: "${{ env.RELEASE_PLEASE_MANIFEST_FILE }}"
# target-branch: "release-candidate"
target-branch: "${{ github.ref_name }}"
50 changes: 0 additions & 50 deletions .github/workflows/chart-release-update-config.yml

This file was deleted.

18 changes: 18 additions & 0 deletions charts/camunda-platform-alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [12.0.0-alpha4](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-alpha-v12.0.0-alpha3...camunda-platform-alpha-12.0.0-alpha4) (2025-01-24)


### Features

* configure web-modeler restapi JWK Set URI ([#2704](https://github.com/camunda/camunda-platform-helm/issues/2704)) ([0be3045](https://github.com/camunda/camunda-platform-helm/commit/0be304587c72c25644f08e3520089065eff55a8a))


### Bug Fixes

* added support for optimize env vars for migration initcontainer ([#2710](https://github.com/camunda/camunda-platform-helm/issues/2710)) ([8fc1265](https://github.com/camunda/camunda-platform-helm/commit/8fc1265feba2e9ab5b2d386b53e54e6e0cea47b5))


### Refactors

* switch 8.7 to 8.6 chart structure ([#2790](https://github.com/camunda/camunda-platform-helm/issues/2790)) ([24e9c1a](https://github.com/camunda/camunda-platform-helm/commit/24e9c1a2d57025dcd08a14fb2a324c4af4cdcbac))
2 changes: 1 addition & 1 deletion charts/camunda-platform-alpha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 8.7.0-alpha3
version: 12.0.0-alpha4
appVersion: 8.7.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down
Loading