Skip to content

Commit

Permalink
feat(confluence-server): Updated image to v8.5.4 (#875)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Jan 23, 2024
1 parent bb648b0 commit 13e63bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
workflow:
name: Reusable Workflow
uses: action-stars/helm-workflows/.github/workflows/release.yaml@506f8427dce1c5941d1b9cb8e441dc29c3ff8b42 # v0.2.0
uses: action-stars/helm-workflows/.github/workflows/release.yaml@add-released-chart-check
permissions:
contents: write
id-token: write
Expand Down
8 changes: 8 additions & 0 deletions charts/confluence-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

## [UNRELEASED]

## [v5.5.4] - 2024-01-23

### Changed

- Updated the _Confluence Server_ OCI image to [v8.5.4](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html).

## [v5.5.3] - 2024-01-23

### Changed
Expand Down Expand Up @@ -531,6 +537,8 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/confluence-server
[v5.5.4]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.4
[v5.5.3]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.3
[v5.5.2]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.2
[v5.5.1]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.1
[v5.5.0]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.0
10 changes: 3 additions & 7 deletions charts/confluence-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: confluence-server
description: Helm chart for Atlassian Confluence Server.
type: application
version: 5.5.3
appVersion: 8.5.3
version: 5.5.4
appVersion: 8.5.4
home: https://www.atlassian.com/software/confluence
icon: https://is2-ssl.mzstatic.com/image/thumb/Purple113/v4/f6/1f/d8/f61fd8a9-5451-cd1a-8ef0-5b865999bacb/source/256x256bb.jpg
keywords:
Expand All @@ -29,8 +29,4 @@ annotations:
artifacthub.io/alternativeName: confluence
artifacthub.io/changes: |
- kind: changed
description: "Updated the _Confluence Server_ OCI image to [v8.5.3](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html)."
- kind: changed
description: "Updated the embedded _PostgreSQL_ chart to [v12.12.10](https://artifacthub.io/packages/helm/bitnami/postgresql/12.12.10) (PostgreSQL v15.4.0)."
- kind: fixed
description: "Fixed incorrect _PostgreSQL_ sub chart template names."
description: "Updated the _Confluence Server_ OCI image to [v8.5.4](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html)."

0 comments on commit 13e63bf

Please sign in to comment.