Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Deprecated Confluence Server & Jira Software #1110

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions charts/confluence-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
10 changes: 4 additions & 6 deletions charts/confluence-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: [email protected]
dependencies:
- name: postgresql
version: 12.12.10
Expand All @@ -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."
7 changes: 7 additions & 0 deletions charts/jira-software/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
12 changes: 7 additions & 5 deletions charts/jira-software/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: [email protected]
dependencies:
- name: postgresql
version: 12.12.10
Expand All @@ -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."
Loading