From e723717d1453187cfeca80c0ef202c3d19b4059d Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 9 May 2024 13:04:08 +0100 Subject: [PATCH] feat(confluence-server): Updated image to v8.5.9 (#955) Signed-off-by: Steve Hipwell --- .vscode/cspell.json | 34 +++++++++++++++++++++++++++ charts/confluence-server/CHANGELOG.md | 17 ++++++++++---- charts/confluence-server/Chart.yaml | 10 +++++--- 3 files changed, 53 insertions(+), 8 deletions(-) create mode 100644 .vscode/cspell.json diff --git a/.vscode/cspell.json b/.vscode/cspell.json new file mode 100644 index 00000000..90a03ed6 --- /dev/null +++ b/.vscode/cspell.json @@ -0,0 +1,34 @@ +// cSpell Settings +{ + // Version of the setting file. Always 0.2 + "version": "0.2", + // language - current active spelling language + "language": "en", + // regex patterns to ignore + "ignoreRegExpList": [ + "/artifacthub\\.io/.+/gi", + "/cgr\\.dev/.+/gi" + ], + // words to ignore + "ignoreWords": [ + "alertmanagers", + "fullname", + "ldaps", + "objstore" + ], + // words - list of words to be always considered correct + "words": [ + "automount", + "Logback", + "logfmt", + "Sonatype", + "Thanos", + "TSDB" + ], + // flagWords - list of words to be always considered incorrect + // This is useful for offensive words and common spelling errors. + // For example "hte" should be "the" + "flagWords": [ + "hte" + ] +} diff --git a/charts/confluence-server/CHANGELOG.md b/charts/confluence-server/CHANGELOG.md index 2fdc6208..e2680309 100644 --- a/charts/confluence-server/CHANGELOG.md +++ b/charts/confluence-server/CHANGELOG.md @@ -14,11 +14,6 @@ ## [UNRELEASED] -### Changed - -- Updated the _PostgreSQL_ dependency ot come from an OCI registry. -- Switched to using the port name for ingress. - ## [v5.7.1] - 2024-01-16 > [!CAUTION] @@ -65,6 +60,17 @@ - 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.9] - 2024-05-09 + +> [!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.9](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html). +- Updated the _PostgreSQL_ dependency ot come from an OCI registry. +- Switched to using the port name for ingress. + ## [v5.5.8] - 2024-04-02 > [!IMPORTANT] @@ -649,6 +655,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.9]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.9 [v5.5.8]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.8 [v5.5.7]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.7 [v5.5.6]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.6 diff --git a/charts/confluence-server/Chart.yaml b/charts/confluence-server/Chart.yaml index 9896594e..55b482a1 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.8 -appVersion: 8.5.8 +version: 5.5.9 +appVersion: 8.5.9 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,8 @@ annotations: artifacthub.io/alternativeName: confluence artifacthub.io/changes: | - kind: changed - description: "Updated the _Confluence Server_ OCI image to [v8.5.8](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html)." + description: "Updated the _Confluence Server_ OCI image to [v8.5.9](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html)." + - kind: changed + description: "Updated the _PostgreSQL_ dependency ot come from an OCI registry." + - kind: changed + description: "Switched to using the port name for ingress."