Skip to content

Commit

Permalink
Merge 22c2581 into a83a975
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid authored Dec 14, 2022
2 parents a83a975 + 22c2581 commit 27fa073
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 28 deletions.
22 changes: 10 additions & 12 deletions charts/camunda-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 8.1.2
version: 8.1.3
appVersion: 8.1.x
description: |
Camunda Platform 8 Self-Managed Helm charts.
Expand All @@ -20,7 +20,7 @@ keywords:
dependencies:
# Camunda Platform charts.
- name: identity
version: 8.1.2
version: 8.1.3
condition: "identity.enabled"
# NOTE: This is used to share Identity image details with its subchart Keycloak.
# It should be part of Identity but Helm 3 missing this option currently (v3.10.x).
Expand All @@ -30,19 +30,19 @@ dependencies:
- child: image
parent: global.identity.image
- name: operate
version: 8.1.2
version: 8.1.3
condition: "operate.enabled"
- name: optimize
version: 8.1.2
version: 8.1.3
condition: "optimize.enabled"
- name: tasklist
version: 8.1.2
version: 8.1.3
condition: "tasklist.enabled"
- name: zeebe
version: 8.1.2
version: 8.1.3
condition: "zeebe.enabled"
- name: zeebe-gateway
version: 8.1.2
version: 8.1.3
condition: "zeebe.enabled"
# Dependency charts.
- name: elasticsearch
Expand All @@ -68,9 +68,7 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: added
description: "use identity theme in keycloak login page"
- kind: added
description: "support customizing container image registry"
- kind: fixed
description: "correct optimize spring uri env var name"
- kind: changed
description: "rename ccms-service-monitor to use the release name"
description: "use external keycloak host directly"
17 changes: 7 additions & 10 deletions charts/camunda-platform/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@ 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.1.2"></a>
## [camunda-platform-8.1.2](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.1.1...camunda-platform-8.1.2) (2022-11-28)
<a name="camunda-platform-8.1.3"></a>
## [camunda-platform-8.1.3](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.1.2...camunda-platform-8.1.3) (2022-12-14)

### Docs
### Ci

* tidy up keycloak ingress config details
* add note about identity access over http
* added dependencies section for better visibility
* enhance k8s/gke integration tests ([#497](https://github.com/camunda/camunda-platform-helm/issues/497))

### Feat
### Fix

* use identity theme in keycloak login page
* support customizing container image registry
* correct optimize spring uri env var name ([#505](https://github.com/camunda/camunda-platform-helm/issues/505))

### Refactor

* rename ccms-service-monitor to use the release name
* use external keycloak host directly

2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/identity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Identity Helm Chart for Kubernetes
name: identity
version: 8.1.2
version: 8.1.3
type: application
icon: https://helm.camunda.io/imgs/camunda.svg
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/operate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Operate Helm Chart for Kubernetes
name: operate
version: 8.1.2
version: 8.1.3
type: application
icon: https://helm.camunda.io/imgs/camunda.svg
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/optimize/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Optimize Helm Chart for Kubernetes
name: optimize
version: 8.1.2
version: 8.1.3
icon: https://helm.camunda.io/imgs/camunda.svg
annotations:
artifacthub.io/changes: |
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/tasklist/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Zeebe TaskList Helm Chart for Kubernetes
name: tasklist
version: 8.1.2
version: 8.1.3
icon: https://helm.camunda.io/imgs/camunda.svg
annotations:
artifacthub.io/changes: |
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/zeebe-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Zeebe Gateway Helm Chart for Kubernetes
name: zeebe-gateway
type: application
version: 8.1.2
version: 8.1.3
icon: https://helm.camunda.io/imgs/camunda.svg
annotations:
artifacthub.io/changes: |
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/zeebe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Zeebe Helm Chart for Kubernetes
name: zeebe
type: application
version: 8.1.2
version: 8.1.3
icon: https://helm.camunda.io/imgs/camunda.svg
annotations:
artifacthub.io/changes: |
Expand Down

0 comments on commit 27fa073

Please sign in to comment.