Skip to content

Commit

Permalink
Prepare release 1.21.0 (#859)
Browse files Browse the repository at this point in the history
Co-authored-by: yzha645 <[email protected]>
  • Loading branch information
github-actions[bot] and yzha645 authored Aug 13, 2024
1 parent 0b8d625 commit b0dd5f9
Show file tree
Hide file tree
Showing 24 changed files with 660 additions and 92 deletions.
11 changes: 11 additions & 0 deletions src/main/charts/bamboo-agent/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
* Update appVersions for DC apps (#762)
* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)

## 1.21.0

**Release date:** 2024-8-13

![AppVersion: 9.6.4](https://img.shields.io/static/v1?label=AppVersion&message=9.6.4&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 appVersions for DC apps (#858)
* Make shared home pvc access mode configurable (#855)

## 1.20.1

**Release date:** 2024-7-7
Expand Down
5 changes: 3 additions & 2 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.20.1'
version: '1.21.0'
appVersion: 9.6.4
kubeVersion: ">=1.21.x-0"
keywords:
Expand All @@ -20,7 +20,8 @@ deprecated: false
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |-
- "Update appVersions for DC apps (#823)"
- "Update appVersions for DC apps (#858)"
- "Make shared home pvc access mode configurable (#855)"
dependencies:
- name: common
version: 1.2.6
Expand Down
4 changes: 2 additions & 2 deletions 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.20.1](https://img.shields.io/badge/Version-1.20.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.6.4](https://img.shields.io/badge/AppVersion-9.6.4-informational?style=flat-square)
![Version: 1.21.0](https://img.shields.io/badge/Version-1.21.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.6.4](https://img.shields.io/badge/AppVersion-9.6.4-informational?style=flat-square)

A chart for installing Bamboo Data Center remote agents on Kubernetes

Expand Down Expand Up @@ -72,4 +72,4 @@ Kubernetes: `>=1.21.x-0`
| volumes | object | `{"additional":null}` | Defines additional volumes that should be applied to all Bamboo agent pods. Note that this will not create any corresponding volume mounts which need to be defined in bamboo.additionalVolumeMounts |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
19 changes: 19 additions & 0 deletions src/main/charts/bamboo/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,25 @@
* Relabel instance name on jmx service monitor (#757)
* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)

## 1.21.0

**Release date:** 2024-8-13

![AppVersion: 9.6.4](https://img.shields.io/static/v1?label=AppVersion&message=9.6.4&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)

* Added annotations to the StatefulSets (#857)
* Update appVersions for DC apps (#858)
* Make shared home pvc access mode configurable (#855)
* Allow referencing multiple secrets in additionalCertificates (#852)
* Make it possible to define resources for import-certs init container (#851)
* Move update strategy to root level (#849)
* Add helm value for custom jmx jar location when using other jmx init container images (#846)
* feat: add appProtocol for service meshes (#847)
* Make StatefulSet updateStrategy configurable (#845)
* Fix default for acceptCount (#832)

## 1.20.1

**Release date:** 2024-7-7
Expand Down
14 changes: 11 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.20.1'
version: '1.21.0'
appVersion: 9.6.4
kubeVersion: ">=1.21.x-0"
keywords:
Expand All @@ -20,8 +20,16 @@ deprecated: false
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |-
- "Make it possible to override proxy settings (#822)"
- "Update appVersions for DC apps (#823)"
- "Added annotations to the StatefulSets (#857)"
- "Update appVersions for DC apps (#858)"
- "Make shared home pvc access mode configurable (#855)"
- "Allow referencing multiple secrets in additionalCertificates (#852)"
- "Make it possible to define resources for import-certs init container (#851)"
- "Move update strategy to root level (#849)"
- "Add helm value for custom jmx jar location when using other jmx init container images (#846)"
- "feat: add appProtocol for service meshes (#847)"
- "Make StatefulSet updateStrategy configurable (#845)"
- "Fix default for acceptCount (#832)"
dependencies:
- name: common
version: 1.2.6
Expand Down
5 changes: 3 additions & 2 deletions src/main/charts/bamboo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bamboo

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

A chart for installing Bamboo Data Center on Kubernetes

Expand Down Expand Up @@ -33,6 +33,7 @@ Kubernetes: `>=1.21.x-0`
| atlassianAnalyticsAndSupport.helmValues.enabled | bool | `true` | Mount ConfigMap with selected Helm chart values as a YAML file which can be optionally including to support.zip |
| bamboo.accessLog.localHomeSubPath | string | `"log"` | The subdirectory within the local-home volume where access logs should be stored. |
| bamboo.accessLog.mountPath | string | `"/opt/atlassian/bamboo/logs"` | The path within the Bamboo container where the local-home volume should be mounted in order to capture access logs. |
| bamboo.additionalAnnotations | object | `{}` | Defines additional annotations to the Bamboo StateFulSet. This might be required when deploying using a GitOps approach |
| bamboo.additionalBundledPlugins | list | `[]` | Specifies a list of additional Bamboo plugins that should be added to the Bamboo container. Note plugins installed via this method will appear as bundled plugins rather than user plugins. These should be specified in the same manner as the 'additionalLibraries' property. Additional details: https://atlassian.github.io/data-center-helm-charts/examples/external_libraries/EXTERNAL_LIBS/ NOTE: only .jar files can be loaded using this approach. OBR's can be extracted (unzipped) to access the associated .jar An alternative to this method is to install the plugins via "Manage Apps" in the product system administration UI. |
| bamboo.additionalCertificates | object | `{"customCmd":null,"initContainer":{"resources":{}},"secretList":[],"secretName":null}` | Certificates to be added to Java truststore. Provide reference to a secret that contains the certificates |
| bamboo.additionalCertificates.secretList | list | `[]` | A list of secrets with their respective keys holding certificates to be added to the Java truststore. It is mandatory to specify which keys from secret data need to be mounted as files to the init container. |
Expand Down Expand Up @@ -205,4 +206,4 @@ Kubernetes: `>=1.21.x-0`
| volumes.sharedHome.subPath | string | `nil` | Specifies the sub-directory of the shared-home volume that will be mounted in to the Bamboo container. |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
18 changes: 18 additions & 0 deletions src/main/charts/bitbucket/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@
* Relabel instance name on jmx service monitor (#757)
* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)

## 1.21.0

**Release date:** 2024-8-13

![AppVersion: 8.19.6](https://img.shields.io/static/v1?label=AppVersion&message=8.19.6&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)

* Added annotations to the StatefulSets (#857)
* Update appVersions for DC apps (#858)
* Make shared home pvc access mode configurable (#855)
* Allow referencing multiple secrets in additionalCertificates (#852)
* Make it possible to define resources for import-certs init container (#851)
* Move update strategy to root level (#849)
* Add helm value for custom jmx jar location when using other jmx init container images (#846)
* feat: add appProtocol for service meshes (#847)
* Make StatefulSet updateStrategy configurable (#845)

## 1.20.1

**Release date:** 2024-7-7
Expand Down
12 changes: 10 additions & 2 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.20.1'
version: '1.21.0'
appVersion: 8.19.6
kubeVersion: ">=1.21.x-0"
keywords:
Expand All @@ -20,7 +20,15 @@ deprecated: false
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |-
- "Update appVersions for DC apps (#823)"
- "Added annotations to the StatefulSets (#857)"
- "Update appVersions for DC apps (#858)"
- "Make shared home pvc access mode configurable (#855)"
- "Allow referencing multiple secrets in additionalCertificates (#852)"
- "Make it possible to define resources for import-certs init container (#851)"
- "Move update strategy to root level (#849)"
- "Add helm value for custom jmx jar location when using other jmx init container images (#846)"
- "feat: add appProtocol for service meshes (#847)"
- "Make StatefulSet updateStrategy configurable (#845)"
dependencies:
- name: common
Expand Down
6 changes: 4 additions & 2 deletions src/main/charts/bitbucket/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bitbucket

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

A chart for installing Bitbucket Data Center on Kubernetes

Expand Down Expand Up @@ -33,6 +33,7 @@ Kubernetes: `>=1.21.x-0`
| affinity | object | `{}` | Standard Kubernetes affinities that will be applied to all Bitbucket pods Due to the performance requirements it is highly recommended running all Bitbucket pods in the same availability zone as your dedicated NFS server. To achieve this, you can define `affinity` and `podAffinity` rules that will place all pods into the same zone, and therefore minimise the real distance between the application pods and the shared storage. More specific documentation can be found in the official Affinity and Anti-affinity documentation: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity This is an example on how to ensure the pods are in the same zone as NFS server that is labeled with `role=nfs-server`: podAffinity: requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - key: role operator: In values: - nfs-server # needs to be the same value as NFS server deployment topologyKey: topology.kubernetes.io/zone |
| atlassianAnalyticsAndSupport.analytics.enabled | bool | `true` | Mount ConfigMap with selected Helm chart values as a JSON which DC products will read and send analytics events to Atlassian data pipelines |
| atlassianAnalyticsAndSupport.helmValues.enabled | bool | `true` | Mount ConfigMap with selected Helm chart values as a YAML file which can be optionally including to support.zip |
| bitbucket.additionalAnnotations | object | `{}` | Defines additional annotations to the Bitbucket StateFulSet. This might be required when deploying using a GitOps approach |
| bitbucket.additionalBundledPlugins | list | `[]` | Specifies a list of additional Bitbucket plugins that should be added to the Bitbucket container. Note plugins installed via this method will appear as bundled plugins rather than user plugins. These should be specified in the same manner as the 'additionalLibraries' property. Additional details: https://atlassian.github.io/data-center-helm-charts/examples/external_libraries/EXTERNAL_LIBS/ NOTE: only .jar files can be loaded using this approach. OBR's can be extracted (unzipped) to access the associated .jar An alternative to this method is to install the plugins via "Manage Apps" in the product system administration UI. |
| bitbucket.additionalCertificates | object | `{"customCmd":null,"initContainer":{"resources":{}},"secretList":[],"secretName":null}` | Certificates to be added to Java truststore. Provide reference to a secret that contains the certificates |
| bitbucket.additionalCertificates.secretList | list | `[]` | A list of secrets with their respective keys holding certificates to be added to the Java truststore. It is mandatory to specify which keys from secret data need to be mounted as files to the init container. |
Expand Down Expand Up @@ -66,6 +67,7 @@ Kubernetes: `>=1.21.x-0`
| bitbucket.livenessProbe.initialDelaySeconds | int | `60` | Time to wait before starting the first probe |
| bitbucket.livenessProbe.periodSeconds | int | `5` | How often (in seconds) the Bitbucket container liveness probe will run |
| bitbucket.livenessProbe.timeoutSeconds | int | `1` | Number of seconds after which the probe times out |
| bitbucket.mesh.additionalAnnotations | object | `{}` | Defines additional annotations to the Bitbucket Mesh StateFulSet. This might be required when deploying using a GitOps approach |
| bitbucket.mesh.additionalCertificates | object | `{"customCmd":null,"initContainer":{"resources":{}},"secretList":[],"secretName":null}` | Certificates to be added to Java truststore. Provide reference to a secret that contains the certificates |
| bitbucket.mesh.additionalCertificates.secretList | list | `[]` | A list of secrets with their respective keys holding certificates to be added to the Java truststore. It is mandatory to specify which keys from secret data need to be mounted as files to the init container. |
| bitbucket.mesh.additionalCertificates.secretName | string | `nil` | Name of the Kubernetes secret with certificates in its data. All secret keys in the secret data will be treated as certificates to be added to Java truststore. If defined, this takes precedence over secretList. |
Expand Down Expand Up @@ -259,4 +261,4 @@ Kubernetes: `>=1.21.x-0`
| volumes.sharedHome.subPath | string | `nil` | Specifies the sub-directory of the shared-home volume that will be mounted in to the Bitbucket container. |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
19 changes: 19 additions & 0 deletions src/main/charts/confluence/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,25 @@
* Relabel instance name on jmx service monitor (#757)
* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)

## 1.21.0

**Release date:** 2024-8-13

![AppVersion: 8.5.14](https://img.shields.io/static/v1?label=AppVersion&message=8.5.14&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)

* Added annotations to the StatefulSets (#857)
* Update appVersions for DC apps (#858)
* Make shared home pvc access mode configurable (#855)
* Allow referencing multiple secrets in additionalCertificates (#852)
* Make it possible to define resources for import-certs init container (#851)
* Move update strategy to root level (#849)
* Add helm value for custom jmx jar location when using other jmx init container images (#846)
* feat: add appProtocol for service meshes (#847)
* Make StatefulSet updateStrategy configurable (#845)
* Fix default for acceptCount (#832)

## 1.20.1

**Release date:** 2024-7-7
Expand Down
14 changes: 11 additions & 3 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.20.1'
version: '1.21.0'
appVersion: 8.5.14
kubeVersion: ">=1.21.x-0"
keywords:
Expand All @@ -20,8 +20,16 @@ deprecated: false
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |-
- "Update appVersions for DC apps (#825)"
- "Make it possible to override proxy settings (#822)"
- "Added annotations to the StatefulSets (#857)"
- "Update appVersions for DC apps (#858)"
- "Make shared home pvc access mode configurable (#855)"
- "Allow referencing multiple secrets in additionalCertificates (#852)"
- "Make it possible to define resources for import-certs init container (#851)"
- "Move update strategy to root level (#849)"
- "Add helm value for custom jmx jar location when using other jmx init container images (#846)"
- "feat: add appProtocol for service meshes (#847)"
- "Make StatefulSet updateStrategy configurable (#845)"
- "Fix default for acceptCount (#832)"
dependencies:
- name: common
Expand Down
Loading

0 comments on commit b0dd5f9

Please sign in to comment.