From 13e63bfbe661cabc5e25a6a31e03f083ea6fcf34 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 23 Jan 2024 10:59:57 +0000 Subject: [PATCH] feat(confluence-server): Updated image to v8.5.4 (#875) Signed-off-by: Steve Hipwell --- .github/workflows/release.yaml | 2 +- charts/confluence-server/CHANGELOG.md | 8 ++++++++ charts/confluence-server/Chart.yaml | 10 +++------- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 022eb86d..129e4c39 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/charts/confluence-server/CHANGELOG.md b/charts/confluence-server/CHANGELOG.md index 3970dd21..843852ac 100644 --- a/charts/confluence-server/CHANGELOG.md +++ b/charts/confluence-server/CHANGELOG.md @@ -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 @@ -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 diff --git a/charts/confluence-server/Chart.yaml b/charts/confluence-server/Chart.yaml index 7bc97bb6..a01db626 100644 --- a/charts/confluence-server/Chart.yaml +++ b/charts/confluence-server/Chart.yaml @@ -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: @@ -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)."