From 93c400d51970ab7164b86fe5e2837ed34c7dd8d4 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Wed, 6 Nov 2024 09:25:11 +0000 Subject: [PATCH] feat(confluence-server): Updated image to 8.5.17 Signed-off-by: Steve Hipwell --- charts/confluence-server/CHANGELOG.md | 10 ++++++++++ charts/confluence-server/Chart.yaml | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/charts/confluence-server/CHANGELOG.md b/charts/confluence-server/CHANGELOG.md index 63b49723..dda850b6 100644 --- a/charts/confluence-server/CHANGELOG.md +++ b/charts/confluence-server/CHANGELOG.md @@ -67,6 +67,15 @@ - Updated the _Confluence Server_ OCI image to [v8.6.0](https://confluence.atlassian.com/doc/confluence-8-6-release-notes-1289421595.html). - Updated the embedded _PostgreSQL_ chart to [v12.12.10](https://artifacthub.io/packages/helm/bitnami/postgresql/12.12.10) (PostgreSQL v15.4.0). +## [v5.5.16] - 2024-11-06 + +> [!IMPORTANT] +> _Confluence_ [v8.5](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html) is the last LTS release that supports the _Confluence Server_ licence. + +### Changed + +- Updated the _Confluence Server_ OCI image to [v8.5.17](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html). + ## [v5.5.15] - 2024-10-07 > [!IMPORTANT] @@ -716,6 +725,7 @@ RELEASE LINKS [v5.6.2]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.6.2 [v5.6.1]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.6.1 [v5.6.0]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.7.0 +[v5.5.16]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.16 [v5.5.15]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.15 [v5.5.14]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.14 [v5.5.13]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.13 diff --git a/charts/confluence-server/Chart.yaml b/charts/confluence-server/Chart.yaml index ce79068f..7f1a95f0 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.15 -appVersion: 8.5.16 +version: 5.5.16 +appVersion: 8.5.17 home: https://www.atlassian.com/software/confluence icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/confluence-server/icon.png keywords: @@ -29,4 +29,4 @@ annotations: artifacthub.io/alternativeName: confluence artifacthub.io/changes: | - kind: changed - description: "Updated the _Confluence Server_ OCI image to [v8.5.16](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html)." + description: "Updated the _Confluence Server_ OCI image to [v8.5.17](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html)."