From 4269483834273a600eb35b5c773f3e120fe121df Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Mon, 13 Jan 2025 17:13:14 +0000 Subject: [PATCH] chore: Deprecated Confluence Server & Jira Software (#1110) Signed-off-by: Steve Hipwell --- charts/confluence-server/CHANGELOG.md | 10 ++++++++++ charts/confluence-server/Chart.yaml | 10 ++++------ charts/jira-software/CHANGELOG.md | 7 +++++++ charts/jira-software/Chart.yaml | 12 +++++++----- 4 files changed, 28 insertions(+), 11 deletions(-) diff --git a/charts/confluence-server/CHANGELOG.md b/charts/confluence-server/CHANGELOG.md index 81955b48..b8618aa9 100644 --- a/charts/confluence-server/CHANGELOG.md +++ b/charts/confluence-server/CHANGELOG.md @@ -14,6 +14,15 @@ ## [UNRELEASED] +## [v5.5.18] - 2025-01-13 + +> [!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. + +### Deprecated + +- This chart has been deprecated as Confluence Server is no longer a supported product. ([#1110](https://github.com/stevehipwell/helm-charts/pull/1110)) _@stevehipwell_ + ## [v5.5.17] - 2024-12-04 > [!IMPORTANT] @@ -683,6 +692,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/confluence-server +[v5.5.18]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.18 [v5.5.17]: https://github.com/stevehipwell/helm-charts/releases/tag/confluence-server-5.5.17 [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 diff --git a/charts/confluence-server/Chart.yaml b/charts/confluence-server/Chart.yaml index f68a7d5c..e7be5ca6 100644 --- a/charts/confluence-server/Chart.yaml +++ b/charts/confluence-server/Chart.yaml @@ -2,8 +2,9 @@ apiVersion: v2 name: confluence-server description: Helm chart for Atlassian Confluence Server. type: application -version: 5.5.17 +version: 5.5.18 appVersion: 8.5.18 +deprecated: true home: https://www.atlassian.com/software/confluence icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/confluence-server/icon.png keywords: @@ -17,9 +18,6 @@ sources: - https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server - https://hub.docker.com/r/atlassian/confluence-server - https://github.com/stevehipwell/helm-charts/ -maintainers: - - name: stevehipwell - email: steve.hipwell@gmail.com dependencies: - name: postgresql version: 12.12.10 @@ -28,5 +26,5 @@ dependencies: annotations: artifacthub.io/alternativeName: confluence artifacthub.io/changes: | - - kind: changed - description: "Updated the _Confluence Server_ OCI image to [v8.5.18](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html)." + - kind: deprecated + description: "This chart has been deprecated as Confluence Server is no longer a supported product." diff --git a/charts/jira-software/CHANGELOG.md b/charts/jira-software/CHANGELOG.md index d08f185f..f6562ccd 100644 --- a/charts/jira-software/CHANGELOG.md +++ b/charts/jira-software/CHANGELOG.md @@ -14,11 +14,17 @@ ## [UNRELEASED] +## [v5.12.6] - 2025-01-13 + ### Changed - Updated the _PostgreSQL_ dependency ot come from an OCI registry. - Switched to using the port name for ingress. +### Deprecated + +- This chart has been deprecated as Jira Server is no longer a supported product. ([#1110](https://github.com/stevehipwell/helm-charts/pull/1110)) _@stevehipwell_ + ## [v5.12.5] - 2024-03-13 > [!IMPORTANT] @@ -521,6 +527,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/jira-software +[v5.12.6]: https://github.com/stevehipwell/helm-charts/releases/tag/jira-software-5.12.6 [v5.12.5]: https://github.com/stevehipwell/helm-charts/releases/tag/jira-software-5.12.5 [v5.12.4]: https://github.com/stevehipwell/helm-charts/releases/tag/jira-software-5.12.4 [v5.12.3]: https://github.com/stevehipwell/helm-charts/releases/tag/jira-software-5.12.3 diff --git a/charts/jira-software/Chart.yaml b/charts/jira-software/Chart.yaml index 10f79516..01b686ce 100644 --- a/charts/jira-software/Chart.yaml +++ b/charts/jira-software/Chart.yaml @@ -2,8 +2,9 @@ apiVersion: v2 name: jira-software description: Helm chart for Atlassian Jira Software. type: application -version: 5.12.5 +version: 5.12.6 appVersion: 9.12.5 +deprecated: true keywords: - jira - jira-software @@ -17,9 +18,6 @@ sources: - https://bitbucket.org/atlassian-docker/docker-atlassian-jira/ - https://hub.docker.com/r/atlassian/jira-software/ - https://github.com/stevehipwell/helm-charts/ -maintainers: - - name: stevehipwell - email: steve.hipwell@gmail.com dependencies: - name: postgresql version: 12.12.10 @@ -29,4 +27,8 @@ annotations: artifacthub.io/alternativeName: jira artifacthub.io/changes: | - kind: changed - description: "Updated the _Jira Software_ OCI image to [v9.12.5](https://confluence.atlassian.com/jirasoftware/issues-resolved-in-9-12-0-1318887015.html)." + description: "Updated the _PostgreSQL_ dependency ot come from an OCI registry." + - kind: changed + description: "Switched to using the port name for ingress." + - kind: deprecated + description: "This chart has been deprecated as Jira Server is no longer a supported product."