Skip to content

Commit 0947638

Browse files
github-actions[bot]bianchi2
andauthoredFeb 18, 2025
Prepare release 1.22.5 (#962)
Co-authored-by: bianchi2 <bianchi2@users.noreply.github.com>
1 parent 9c054e5 commit 0947638

File tree

24 files changed

+167
-87
lines changed

24 files changed

+167
-87
lines changed
 

‎src/main/charts/bamboo-agent/Changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
* Update appVersions for DC apps (#762)
1313
* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)
1414

15+
## 1.22.5
16+
17+
**Release date:** 2025-2-18
18+
19+
![AppVersion: 10.2.1](https://img.shields.io/static/v1?label=AppVersion&message=10.2.1&color=success&logo=)
20+
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
21+
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
22+
23+
* Add tunnel config for Jira, hostNamespaces in all charts (#958)
24+
1525
## 1.22.4
1626

1727
**Release date:** 2025-1-30

‎src/main/charts/bamboo-agent/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: bamboo-agent
33
description: A chart for installing Bamboo Data Center remote agents on Kubernetes
44
type: application
5-
version: '1.22.4'
5+
version: '1.22.5'
66
appVersion: 10.2.1
77
kubeVersion: ">=1.21.x-0"
88
keywords:
@@ -20,7 +20,7 @@ deprecated: false
2020
annotations:
2121
artifacthub.io/containsSecurityUpdates: "false"
2222
artifacthub.io/changes: |-
23-
- "Update Helm chart version"
23+
- "Add tunnel config for Jira, hostNamespaces in all charts (#958)"
2424
dependencies:
2525
- name: common
2626
version: 1.2.7

‎src/main/charts/bamboo-agent/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bamboo-agent
22

3-
![Version: 1.22.4](https://img.shields.io/badge/Version-1.22.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.2.1](https://img.shields.io/badge/AppVersion-10.2.1-informational?style=flat-square)
3+
![Version: 1.22.5](https://img.shields.io/badge/Version-1.22.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.2.1](https://img.shields.io/badge/AppVersion-10.2.1-informational?style=flat-square)
44

55
A chart for installing Bamboo Data Center remote agents on Kubernetes
66

‎src/main/charts/bamboo/Changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@
1515
* Relabel instance name on jmx service monitor (#757)
1616
* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)
1717

18+
## 1.22.5
19+
20+
**Release date:** 2025-2-18
21+
22+
![AppVersion: 10.2.1](https://img.shields.io/static/v1?label=AppVersion&message=10.2.1&color=success&logo=)
23+
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
24+
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
25+
26+
* Add tunnel config for Jira, hostNamespaces in all charts (#958)
27+
* Allow setting subPath for local-home volumes (#947)
28+
1829
## 1.22.4
1930

2031
**Release date:** 2025-1-30

‎src/main/charts/bamboo/Chart.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: bamboo
33
description: A chart for installing Bamboo Data Center on Kubernetes
44
type: application
5-
version: '1.22.4'
5+
version: '1.22.5'
66
appVersion: 10.2.1
77
kubeVersion: ">=1.21.x-0"
88
keywords:
@@ -20,7 +20,8 @@ deprecated: false
2020
annotations:
2121
artifacthub.io/containsSecurityUpdates: "false"
2222
artifacthub.io/changes: |-
23-
- "Round up fractional cpu values for ActiveProcessorsCount (#944)"
23+
- "Add tunnel config for Jira, hostNamespaces in all charts (#958)"
24+
- "Allow setting subPath for local-home volumes (#947)"
2425
dependencies:
2526
- name: common
2627
version: 1.2.7

‎src/main/charts/bamboo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bamboo
22

3-
![Version: 1.22.4](https://img.shields.io/badge/Version-1.22.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.2.1](https://img.shields.io/badge/AppVersion-10.2.1-informational?style=flat-square)
3+
![Version: 1.22.5](https://img.shields.io/badge/Version-1.22.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.2.1](https://img.shields.io/badge/AppVersion-10.2.1-informational?style=flat-square)
44

55
A chart for installing Bamboo Data Center on Kubernetes
66

‎src/main/charts/bitbucket/Changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
* Relabel instance name on jmx service monitor (#757)
1616
* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)
1717

18+
## 1.22.5
19+
20+
**Release date:** 2025-2-18
21+
22+
![AppVersion: 9.4.3](https://img.shields.io/static/v1?label=AppVersion&message=9.4.3&color=success&logo=)
23+
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
24+
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
25+
26+
* Update appVersions for DC apps (#959)
27+
* Add tunnel config for Jira, hostNamespaces in all charts (#958)
28+
* Allow setting subPath for local-home volumes (#947)
29+
1830
## 1.22.4
1931

2032
**Release date:** 2025-1-30

‎src/main/charts/bitbucket/Chart.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: bitbucket
33
description: A chart for installing Bitbucket Data Center on Kubernetes
44
type: application
5-
version: '1.22.4'
5+
version: '1.22.5'
66
appVersion: 9.4.3
77
kubeVersion: ">=1.21.x-0"
88
keywords:
@@ -20,7 +20,9 @@ deprecated: false
2020
annotations:
2121
artifacthub.io/containsSecurityUpdates: "false"
2222
artifacthub.io/changes: |-
23-
- "Round up fractional cpu values for ActiveProcessorsCount (#944)"
23+
- "Update appVersions for DC apps (#959)"
24+
- "Add tunnel config for Jira, hostNamespaces in all charts (#958)"
25+
- "Allow setting subPath for local-home volumes (#947)"
2426
2527
dependencies:
2628
- name: common

‎src/main/charts/bitbucket/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bitbucket
22

3-
![Version: 1.22.4](https://img.shields.io/badge/Version-1.22.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.3](https://img.shields.io/badge/AppVersion-9.4.3-informational?style=flat-square)
3+
![Version: 1.22.5](https://img.shields.io/badge/Version-1.22.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.3](https://img.shields.io/badge/AppVersion-9.4.3-informational?style=flat-square)
44

55
A chart for installing Bitbucket Data Center on Kubernetes
66

‎src/main/charts/confluence/Changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
1717
* Relabel instance name on jmx service monitor (#757)
1818
* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)
1919

20+
## 1.22.5
21+
22+
**Release date:** 2025-2-18
23+
24+
![AppVersion: 9.2.1](https://img.shields.io/static/v1?label=AppVersion&message=9.2.1&color=success&logo=)
25+
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
26+
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
27+
28+
* Make access log pattern configurable for Jira and Confluence when running as non root (#961)
29+
* Add tunnel config for Jira, hostNamespaces in all charts (#958)
30+
* Make it possible to enable tunneliing (#954)
31+
* Allow setting subPath for local-home volumes (#947)
32+
2033
## 1.22.4
2134

2235
**Release date:** 2025-1-30

‎src/main/charts/confluence/Chart.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: confluence
33
description: A chart for installing Confluence Data Center on Kubernetes
44
type: application
5-
version: '1.22.4'
5+
version: '1.22.5'
66
appVersion: 9.2.1
77
kubeVersion: ">=1.21.x-0"
88
keywords:
@@ -20,7 +20,10 @@ deprecated: false
2020
annotations:
2121
artifacthub.io/containsSecurityUpdates: "true"
2222
artifacthub.io/changes: |-
23-
- "Round up fractional cpu values for ActiveProcessorsCount (#944)"
23+
- "Make access log pattern configurable for Jira and Confluence when running as non root (#961)"
24+
- "Add tunnel config for Jira, hostNamespaces in all charts (#958)"
25+
- "Make it possible to enable tunneliing (#954)"
26+
- "Allow setting subPath for local-home volumes (#947)"
2427
2528
dependencies:
2629
- name: common

‎src/main/charts/confluence/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# confluence
22

3-
![Version: 1.22.4](https://img.shields.io/badge/Version-1.22.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.2.1](https://img.shields.io/badge/AppVersion-9.2.1-informational?style=flat-square)
3+
![Version: 1.22.5](https://img.shields.io/badge/Version-1.22.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.2.1](https://img.shields.io/badge/AppVersion-9.2.1-informational?style=flat-square)
44

55
A chart for installing Confluence Data Center on Kubernetes
66

‎src/main/charts/crowd/Changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
* Relabel instance name on jmx service monitor (#757)
1717
* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)
1818

19+
## 1.22.5
20+
21+
**Release date:** 2025-2-18
22+
23+
![AppVersion: 6.2.2](https://img.shields.io/static/v1?label=AppVersion&message=6.2.2&color=success&logo=)
24+
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
25+
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
26+
27+
* Update appVersions for DC apps (#959)
28+
* Add tunnel config for Jira, hostNamespaces in all charts (#958)
29+
* Allow setting subPath for local-home volumes (#947)
30+
1931
## 1.22.4
2032

2133
**Release date:** 2025-1-30

‎src/main/charts/crowd/Chart.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: crowd
33
description: A chart for installing Crowd Data Center on Kubernetes
44
type: application
5-
version: '1.22.4'
5+
version: '1.22.5'
66
appVersion: 6.2.2
77
kubeVersion: ">=1.21.x-0"
88
keywords:
@@ -20,7 +20,9 @@ deprecated: false
2020
annotations:
2121
artifacthub.io/containsSecurityUpdates: "false"
2222
artifacthub.io/changes: |-
23-
- "Round up fractional cpu values for ActiveProcessorsCount (#944)"
23+
- "Update appVersions for DC apps (#959)"
24+
- "Add tunnel config for Jira, hostNamespaces in all charts (#958)"
25+
- "Allow setting subPath for local-home volumes (#947)"
2426
2527
dependencies:
2628
- name: common

‎src/main/charts/crowd/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# crowd
22

3-
![Version: 1.22.4](https://img.shields.io/badge/Version-1.22.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.2](https://img.shields.io/badge/AppVersion-6.2.2-informational?style=flat-square)
3+
![Version: 1.22.5](https://img.shields.io/badge/Version-1.22.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.2](https://img.shields.io/badge/AppVersion-6.2.2-informational?style=flat-square)
44

55
A chart for installing Crowd Data Center on Kubernetes
66

‎src/main/charts/jira/Changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
* Relabel instance name on jmx service monitor (#757)
1616
* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)
1717

18+
## 1.22.5
19+
20+
**Release date:** 2025-2-18
21+
22+
![AppVersion: 10.3.3](https://img.shields.io/static/v1?label=AppVersion&message=10.3.3&color=success&logo=)
23+
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
24+
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
25+
26+
* Make access log pattern configurable for Jira and Confluence when running as non root (#961)
27+
* Add tunnel config for Jira, hostNamespaces in all charts (#958)
28+
* Allow setting subPath for local-home volumes (#947)
29+
1830
## 1.22.4
1931

2032
**Release date:** 2025-1-30

‎src/main/charts/jira/Chart.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: jira
33
description: A chart for installing Jira Data Center on Kubernetes
44
type: application
5-
version: '1.22.4'
5+
version: '1.22.5'
66
appVersion: 10.3.3
77
kubeVersion: ">=1.21.x-0"
88
keywords:
@@ -21,7 +21,9 @@ deprecated: false
2121
annotations:
2222
artifacthub.io/containsSecurityUpdates: "false"
2323
artifacthub.io/changes: |-
24-
- "Round up fractional cpu values for ActiveProcessorsCount (#944)"
24+
- "Make access log pattern configurable for Jira and Confluence when running as non root (#961)"
25+
- "Add tunnel config for Jira, hostNamespaces in all charts (#958)"
26+
- "Allow setting subPath for local-home volumes (#947)"
2527
2628
dependencies:
2729
- name: common

‎src/main/charts/jira/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jira
22

3-
![Version: 1.22.4](https://img.shields.io/badge/Version-1.22.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.3.3](https://img.shields.io/badge/AppVersion-10.3.3-informational?style=flat-square)
3+
![Version: 1.22.5](https://img.shields.io/badge/Version-1.22.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.3.3](https://img.shields.io/badge/AppVersion-10.3.3-informational?style=flat-square)
44

55
A chart for installing Jira Data Center on Kubernetes
66

‎src/test/resources/expected_helm_output/bamboo-agent/output.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: ServiceAccount
55
metadata:
66
name: unittest-bamboo-agent
77
labels:
8-
helm.sh/chart: bamboo-agent-1.22.4
8+
helm.sh/chart: bamboo-agent-1.22.5
99
app.kubernetes.io/name: bamboo-agent
1010
app.kubernetes.io/instance: unittest-bamboo-agent
1111
app.kubernetes.io/version: "10.2.1"
@@ -17,7 +17,7 @@ kind: ConfigMap
1717
metadata:
1818
name: unittest-bamboo-agent-jvm-config
1919
labels:
20-
helm.sh/chart: bamboo-agent-1.22.4
20+
helm.sh/chart: bamboo-agent-1.22.5
2121
app.kubernetes.io/name: bamboo-agent
2222
app.kubernetes.io/instance: unittest-bamboo-agent
2323
app.kubernetes.io/version: "10.2.1"
@@ -32,7 +32,7 @@ kind: Deployment
3232
metadata:
3333
name: unittest-bamboo-agent
3434
labels:
35-
helm.sh/chart: bamboo-agent-1.22.4
35+
helm.sh/chart: bamboo-agent-1.22.5
3636
app.kubernetes.io/name: bamboo-agent
3737
app.kubernetes.io/instance: unittest-bamboo-agent
3838
app.kubernetes.io/version: "10.2.1"
@@ -46,7 +46,7 @@ spec:
4646
template:
4747
metadata:
4848
annotations:
49-
checksum/config-jvm: de530580cf7daee133d23f176176265f7c9ba314ed428c66e498acfd21479f50
49+
checksum/config-jvm: f0064b2ef1e0d22e467bdbf9c5ee8310638be990544d4f918a4189fa848a43b1
5050
labels:
5151
app.kubernetes.io/name: bamboo-agent
5252
app.kubernetes.io/instance: unittest-bamboo-agent

0 commit comments

Comments
 (0)
Failed to load comments.