Skip to content

Commit

Permalink
Prepare release 1.14.1 (#631)
Browse files Browse the repository at this point in the history
Co-authored-by: bianchi2 <[email protected]>
  • Loading branch information
github-actions[bot] and bianchi2 authored Jul 26, 2023
1 parent d7f6455 commit 8b835b4
Show file tree
Hide file tree
Showing 24 changed files with 137 additions and 80 deletions.
10 changes: 10 additions & 0 deletions src/main/charts/bamboo-agent/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.14.1

**Release date:** 2023-7-26

![AppVersion: 9.3.1](https://img.shields.io/static/v1?label=AppVersion&message=9.3.1&color=success&logo=)
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

* Update Helm chart version

## 1.14.0

**Release date:** 2023-7-25
Expand Down
6 changes: 2 additions & 4 deletions src/main/charts/bamboo-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bamboo-agent
description: A chart for installing Bamboo Data Center remote agents on Kubernetes
type: application
version: 1.14.0
version: 1.14.1
appVersion: 9.3.1
kubeVersion: ">=1.21.x-0"
keywords:
Expand All @@ -20,9 +20,7 @@ deprecated: false
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |-
- "Add liveness probes, make readinessProbes configurable (#626)"
- "Add additionalFiles to bamboo-agent Helm chart (#625)"
- "Add additionalVolumes and additionalVolumeMounts to bamboo-agent (#619)"
- "Update Helm chart version"
dependencies:
- name: common
version: 1.2.3
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/bamboo-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bamboo-agent

![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.3.1](https://img.shields.io/badge/AppVersion-9.3.1-informational?style=flat-square)
![Version: 1.14.1](https://img.shields.io/badge/Version-1.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.3.1](https://img.shields.io/badge/AppVersion-9.3.1-informational?style=flat-square)

A chart for installing Bamboo Data Center remote agents on Kubernetes

Expand Down
10 changes: 10 additions & 0 deletions src/main/charts/bamboo/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.14.1

**Release date:** 2023-7-26

![AppVersion: 9.3.1](https://img.shields.io/static/v1?label=AppVersion&message=9.3.1&color=success&logo=)
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

* Disable liveness probes by default, make timeoutSeconds configurable (#630)

## 1.14.0

**Release date:** 2023-7-25
Expand Down
5 changes: 2 additions & 3 deletions src/main/charts/bamboo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bamboo
description: A chart for installing Bamboo Data Center on Kubernetes
type: application
version: 1.14.0
version: 1.14.1
appVersion: 9.3.1
kubeVersion: ">=1.21.x-0"
keywords:
Expand All @@ -20,8 +20,7 @@ deprecated: false
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |-
- "Add liveness probes, make readinessProbes configurable (#626)"
- "make sharedHome.permissionFix.command helper to be per-product (#622)"
- "Disable liveness probes by default, make timeoutSeconds configurable (#630)"
dependencies:
- name: common
version: 1.2.3
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/bamboo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bamboo

![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.3.1](https://img.shields.io/badge/AppVersion-9.3.1-informational?style=flat-square)
![Version: 1.14.1](https://img.shields.io/badge/Version-1.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.3.1](https://img.shields.io/badge/AppVersion-9.3.1-informational?style=flat-square)

A chart for installing Bamboo Data Center on Kubernetes

Expand Down
10 changes: 10 additions & 0 deletions src/main/charts/bitbucket/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.14.1

**Release date:** 2023-7-26

![AppVersion: 8.9.3](https://img.shields.io/static/v1?label=AppVersion&message=8.9.3&color=success&logo=)
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

* Disable liveness probes by default, make timeoutSeconds configurable (#630)

## 1.14.0

**Release date:** 2023-7-25
Expand Down
5 changes: 2 additions & 3 deletions src/main/charts/bitbucket/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bitbucket
description: A chart for installing Bitbucket Data Center on Kubernetes
type: application
version: 1.14.0
version: 1.14.1
appVersion: 8.9.3
kubeVersion: ">=1.21.x-0"
keywords:
Expand All @@ -20,8 +20,7 @@ deprecated: false
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |-
- "Add liveness probes, make readinessProbes configurable (#626)"
- "make sharedHome.permissionFix.command helper to be per-product (#622)"
- "Disable liveness probes by default, make timeoutSeconds configurable (#630)"
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/bitbucket/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bitbucket

![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.9.3](https://img.shields.io/badge/AppVersion-8.9.3-informational?style=flat-square)
![Version: 1.14.1](https://img.shields.io/badge/Version-1.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.9.3](https://img.shields.io/badge/AppVersion-8.9.3-informational?style=flat-square)

A chart for installing Bitbucket Data Center on Kubernetes

Expand Down
10 changes: 10 additions & 0 deletions src/main/charts/confluence/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log


## 1.14.1

**Release date:** 2023-7-26

![AppVersion: 7.19.11](https://img.shields.io/static/v1?label=AppVersion&message=7.19.11&color=success&logo=)
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

* Disable liveness probes by default, make timeoutSeconds configurable (#630)

## 1.14.0

**Release date:** 2023-7-25
Expand Down
8 changes: 2 additions & 6 deletions src/main/charts/confluence/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: confluence
description: A chart for installing Confluence Data Center on Kubernetes
type: application
version: 1.14.0
version: 1.14.1
appVersion: 7.19.11
kubeVersion: ">=1.21.x-0"
keywords:
Expand All @@ -20,11 +20,7 @@ deprecated: false
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |-
- "Add liveness probes, make readinessProbes configurable (#626)"
- "Support running Jira and Confluence containers as non root (incl running in OpenShift) (#623)"
- "make sharedHome.permissionFix.command helper to be per-product (#622)"
- "Unset default limits for Confluence (#616)"
- "Synchrony missing container limits (#615)"
- "Disable liveness probes by default, make timeoutSeconds configurable (#630)"
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/confluence/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# confluence

![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.19.11](https://img.shields.io/badge/AppVersion-7.19.11-informational?style=flat-square)
![Version: 1.14.1](https://img.shields.io/badge/Version-1.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.19.11](https://img.shields.io/badge/AppVersion-7.19.11-informational?style=flat-square)

A chart for installing Confluence Data Center on Kubernetes

Expand Down
10 changes: 10 additions & 0 deletions src/main/charts/crowd/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log


## 1.14.1

**Release date:** 2023-7-26

![AppVersion: 5.1.3](https://img.shields.io/static/v1?label=AppVersion&message=5.1.3&color=success&logo=)
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

* Disable liveness probes by default, make timeoutSeconds configurable (#630)

## 1.14.0

**Release date:** 2023-7-25
Expand Down
5 changes: 2 additions & 3 deletions src/main/charts/crowd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: crowd
description: A chart for installing Crowd Data Center on Kubernetes
type: application
version: 1.14.0
version: 1.14.1
appVersion: 5.1.3
kubeVersion: ">=1.21.x-0"
keywords:
Expand All @@ -20,8 +20,7 @@ deprecated: false
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |-
- "Add liveness probes, make readinessProbes configurable (#626)"
- "make sharedHome.permissionFix.command helper to be per-product (#622)"
- "Disable liveness probes by default, make timeoutSeconds configurable (#630)"
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/crowd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# crowd

![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.3](https://img.shields.io/badge/AppVersion-5.1.3-informational?style=flat-square)
![Version: 1.14.1](https://img.shields.io/badge/Version-1.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.3](https://img.shields.io/badge/AppVersion-5.1.3-informational?style=flat-square)

A chart for installing Crowd Data Center on Kubernetes

Expand Down
10 changes: 10 additions & 0 deletions src/main/charts/jira/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.14.1

**Release date:** 2023-7-26

![AppVersion: 9.4.8](https://img.shields.io/static/v1?label=AppVersion&message=9.4.8&color=success&logo=)
![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

* Disable liveness probes by default, make timeoutSeconds configurable (#630)

## 1.14.0

**Release date:** 2023-7-25
Expand Down
6 changes: 2 additions & 4 deletions src/main/charts/jira/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: jira
description: A chart for installing Jira Data Center on Kubernetes
type: application
version: 1.14.0
version: 1.14.1
appVersion: 9.4.8
kubeVersion: ">=1.21.x-0"
keywords:
Expand All @@ -21,9 +21,7 @@ deprecated: false
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |-
- "Add liveness probes, make readinessProbes configurable (#626)"
- "Support running Jira and Confluence containers as non root (incl running in OpenShift) (#623)"
- "make sharedHome.permissionFix.command helper to be per-product (#622)"
- "Disable liveness probes by default, make timeoutSeconds configurable (#630)"
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/jira/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jira

![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.8](https://img.shields.io/badge/AppVersion-9.4.8-informational?style=flat-square)
![Version: 1.14.1](https://img.shields.io/badge/Version-1.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.8](https://img.shields.io/badge/AppVersion-9.4.8-informational?style=flat-square)

A chart for installing Jira Data Center on Kubernetes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: ServiceAccount
metadata:
name: unittest-bamboo-agent
labels:
helm.sh/chart: bamboo-agent-1.14.0
helm.sh/chart: bamboo-agent-1.14.1
app.kubernetes.io/name: bamboo-agent
app.kubernetes.io/instance: unittest-bamboo-agent
app.kubernetes.io/version: "9.3.1"
Expand All @@ -17,7 +17,7 @@ kind: ConfigMap
metadata:
name: unittest-bamboo-agent-jvm-config
labels:
helm.sh/chart: bamboo-agent-1.14.0
helm.sh/chart: bamboo-agent-1.14.1
app.kubernetes.io/name: bamboo-agent
app.kubernetes.io/instance: unittest-bamboo-agent
app.kubernetes.io/version: "9.3.1"
Expand All @@ -32,7 +32,7 @@ kind: Deployment
metadata:
name: unittest-bamboo-agent
labels:
helm.sh/chart: bamboo-agent-1.14.0
helm.sh/chart: bamboo-agent-1.14.1
app.kubernetes.io/name: bamboo-agent
app.kubernetes.io/instance: unittest-bamboo-agent
app.kubernetes.io/version: "9.3.1"
Expand All @@ -46,6 +46,7 @@ spec:
template:
metadata:
annotations:
checksum/config-jvm: 8a2a74983d07ed588cd918ef7333bc6250c4d4ae16d447e3b687ab7ef06f17c4
labels:
app.kubernetes.io/name: bamboo-agent
app.kubernetes.io/instance: unittest-bamboo-agent
Expand Down
19 changes: 10 additions & 9 deletions src/test/resources/expected_helm_output/bamboo/output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: ServiceAccount
metadata:
name: unittest-bamboo
labels:
helm.sh/chart: bamboo-1.14.0
helm.sh/chart: bamboo-1.14.1
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "9.3.1"
Expand All @@ -17,7 +17,7 @@ kind: ConfigMap
metadata:
name: unittest-bamboo-jvm-config
labels:
helm.sh/chart: bamboo-1.14.0
helm.sh/chart: bamboo-1.14.1
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "9.3.1"
Expand All @@ -35,7 +35,7 @@ kind: ConfigMap
metadata:
name: unittest-bamboo-jmx-config
labels:
helm.sh/chart: bamboo-1.14.0
helm.sh/chart: bamboo-1.14.1
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "9.3.1"
Expand Down Expand Up @@ -63,7 +63,7 @@ kind: Service
metadata:
name: unittest-bamboo-jms
labels:
helm.sh/chart: bamboo-1.14.0
helm.sh/chart: bamboo-1.14.1
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "9.3.1"
Expand All @@ -86,7 +86,7 @@ kind: Service
metadata:
name: unittest-bamboo-jmx
labels:
helm.sh/chart: bamboo-1.14.0
helm.sh/chart: bamboo-1.14.1
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "9.3.1"
Expand All @@ -108,7 +108,7 @@ kind: Service
metadata:
name: unittest-bamboo
labels:
helm.sh/chart: bamboo-1.14.0
helm.sh/chart: bamboo-1.14.1
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "9.3.1"
Expand All @@ -132,7 +132,7 @@ kind: StatefulSet
metadata:
name: unittest-bamboo
labels:
helm.sh/chart: bamboo-1.14.0
helm.sh/chart: bamboo-1.14.1
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "9.3.1"
Expand All @@ -147,6 +147,7 @@ spec:
template:
metadata:
annotations:
checksum/config-jvm: 72ccf4eb585dff75f716af47f0e4e7ab84cc454126e45ebc44473a433657241d
labels:
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
Expand Down Expand Up @@ -309,7 +310,7 @@ metadata:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
labels:
helm.sh/chart: bamboo-1.14.0
helm.sh/chart: bamboo-1.14.1
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "9.3.1"
Expand Down Expand Up @@ -353,7 +354,7 @@ metadata:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
labels:
helm.sh/chart: bamboo-1.14.0
helm.sh/chart: bamboo-1.14.1
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "9.3.1"
Expand Down
Loading

0 comments on commit 8b835b4

Please sign in to comment.