Skip to content

Commit 8e1cc25

Browse files
Copilotjessesimpson36distro-ci[bot]
authored
chore: update 8.9 Helm chart to alpha release candidate images (#4598)
Signed-off-by: Jesse Simpson <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jessesimpson36 <[email protected]> Co-authored-by: distro-ci[bot] <122795778+distro-ci[bot]@users.noreply.github.com> Co-authored-by: Jesse Simpson <[email protected]>
1 parent 715f133 commit 8e1cc25

38 files changed

+140
-74
lines changed

.github/COPILOT_INSTRUCTIONS.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# GitHub Copilot Instructions
2+
3+
## Commit Message Format
4+
5+
All commits in this repository **MUST** follow the [Conventional Commits](https://www.conventionalcommits.org/) standard.
6+
7+
### Format
8+
9+
```
10+
<type>[optional scope]: <description>
11+
12+
[optional body]
13+
14+
[optional footer(s)]
15+
```
16+
17+
### Types
18+
19+
- **feat**: A new feature
20+
- **fix**: A bug fix
21+
- **chore**: Changes that don't modify src or test files (e.g., updating dependencies, configurations)
22+
- **docs**: Documentation only changes
23+
- **style**: Changes that do not affect the meaning of the code (white-space, formatting, etc.)
24+
- **refactor**: A code change that neither fixes a bug nor adds a feature
25+
- **perf**: A code change that improves performance
26+
- **test**: Adding missing tests or correcting existing tests
27+
- **build**: Changes that affect the build system or external dependencies
28+
- **ci**: Changes to CI configuration files and scripts
29+
30+
### Examples
31+
32+
```
33+
feat: add support for Kubernetes 1.28
34+
fix: correct memory allocation for optimize pod
35+
chore: update camunda 8.9 chart to alpha1-rc1 images
36+
docs: update installation instructions
37+
```
38+
39+
## Pull Request Titles
40+
41+
Pull request titles **MUST** also follow the Conventional Commits format. The PR title should summarize the overall change in the PR.
42+
43+
### Examples
44+
45+
```
46+
feat: add multitenancy support for identity
47+
fix: resolve database connection timeout issue
48+
chore: update all component images to 8.9.0
49+
```
50+
51+
## Additional Guidelines
52+
53+
1. **Commit Scope**: Use scope when it helps clarify which part of the codebase is affected (e.g., `feat(identity): add OIDC support`)
54+
2. **Breaking Changes**: If a commit introduces a breaking change, add `!` after the type/scope (e.g., `feat!: remove deprecated API`) and explain in the footer with `BREAKING CHANGE:`
55+
3. **Multiple Changes**: If making multiple unrelated changes, create separate commits for each logical change
56+
4. **Commit Body**: Provide additional context in the commit body when the description alone is not sufficient
57+
5. **References**: Reference related issues in the commit footer (e.g., `Fixes #123`, `Closes #456`)
58+
59+
## Why Conventional Commits?
60+
61+
- Automatically generate CHANGELOGs
62+
- Automatically determine semantic version bumps
63+
- Communicate the nature of changes to teammates and stakeholders
64+
- Trigger build and publish processes
65+
- Make it easier for people to contribute by allowing them to explore a more structured commit history

charts/camunda-platform-8.8/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ annotations:
7272
url: https://github.com/camunda/camunda-platform-helm
7373
artifacthub.io/containsSecurityUpdates: "false"
7474
artifacthub.io/changes: ""
75+

charts/camunda-platform-8.8/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5243,7 +5243,7 @@
52435243
"tag": {
52445244
"type": "string",
52455245
"description": "can be set to overwrite the global tag, which should be used in that chart",
5246-
"default": "8.8.1"
5246+
"default": "8.8.2"
52475247
},
52485248
"digest": {
52495249
"type": "string",

charts/camunda-platform-8.9/README.md

Lines changed: 17 additions & 17 deletions
Large diffs are not rendered by default.

charts/camunda-platform-8.9/test/unit/connectors/golden/configmap.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: connectors
14-
app.kubernetes.io/version: "8.8.1"
14+
app.kubernetes.io/version: "SNAPSHOT"
1515
data:
1616
application.yaml: |
1717
server:

charts/camunda-platform-8.9/test/unit/connectors/golden/deployment.golden.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: connectors
14-
app.kubernetes.io/version: "8.8.1"
14+
app.kubernetes.io/version: "SNAPSHOT"
1515
annotations:
1616
{}
1717
spec:
@@ -35,7 +35,7 @@ spec:
3535
app.kubernetes.io/managed-by: Helm
3636
app.kubernetes.io/part-of: camunda-platform
3737
app.kubernetes.io/component: connectors
38-
app.kubernetes.io/version: "8.8.1"
38+
app.kubernetes.io/version: "SNAPSHOT"
3939
annotations:
4040
spec:
4141
imagePullSecrets:
@@ -44,7 +44,7 @@ spec:
4444
[]
4545
containers:
4646
- name: connectors
47-
image: camunda/connectors-bundle:8.8.1
47+
image: camunda/connectors-bundle:SNAPSHOT
4848
imagePullPolicy: Always
4949
securityContext:
5050
allowPrivilegeEscalation: false

charts/camunda-platform-8.9/test/unit/connectors/golden/service.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: connectors
14-
app.kubernetes.io/version: "8.8.1"
14+
app.kubernetes.io/version: "SNAPSHOT"
1515
annotations:
1616
spec:
1717
type: ClusterIP

charts/camunda-platform-8.9/test/unit/connectors/golden/serviceaccount.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: connectors
14-
app.kubernetes.io/version: "8.8.1"
14+
app.kubernetes.io/version: "SNAPSHOT"
1515
automountServiceAccountToken: false

charts/camunda-platform-8.9/test/unit/console/golden/configmap.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.8.17"
14+
app.kubernetes.io/version: "8.9-SNAPSHOT"
1515
data:
1616
application.yaml: |-
1717
# https://docs.camunda.io/docs/self-managed/console-deployment/configuration/

charts/camunda-platform-8.9/test/unit/console/golden/deployment.golden.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.8.17"
14+
app.kubernetes.io/version: "8.9-SNAPSHOT"
1515
annotations:
1616
{}
1717
spec:
@@ -49,7 +49,7 @@ spec:
4949
type: RuntimeDefault
5050
containers:
5151
- name: camunda-platform
52-
image: camunda/console:8.8.17
52+
image: camunda/console:8.9-SNAPSHOT
5353
imagePullPolicy: Always
5454
securityContext:
5555
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)