Skip to content

Commit

Permalink
docs: move historical releases into archive
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Oct 30, 2024
1 parent 71b6321 commit cab4f42
Show file tree
Hide file tree
Showing 22 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/releases/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ order: desc
nav:
- Policy: policy.md
- ...
- archived
4 changes: 2 additions & 2 deletions docs/releases/2.20.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This release contains changes that you may need to be aware of. Read carefully b

### Harbor 2.1.x and earlier
* This release removes the support for Harbor from the Lagoon API. If you're still using the Harbor support in the API, you should NOT upgrade until you have configured your `lagoon-remote` installations to use Harbor instead. See the documentation [here](https://docs.lagoon.sh/installing-lagoon/install-lagoon-remote) and read the section about Harbor.
* We also recommend that if you're using Harbor version 2.1.x and earlier, that you upgrade this as soon as possible. Follow any instructions that Harbor recommend for upgrading. As of this release, `lagoon-remote` has been tested up to Harbor version 2.10.0 (helm chart version 1.14.0). [Lagoon will stop supporting Harbor 2.1.x and earlier in a future release](./2.17.0.md#harbor-21-and-earlier-support).
* We also recommend that if you're using Harbor version 2.1.x and earlier, that you upgrade this as soon as possible. Follow any instructions that Harbor recommend for upgrading. As of this release, `lagoon-remote` has been tested up to Harbor version 2.10.0 (helm chart version 1.14.0). [Lagoon will stop supporting Harbor 2.1.x and earlier in a future release](./archived/2.17.0.md#harbor-21-and-earlier-support).

## Deprecations

Expand All @@ -25,7 +25,7 @@ This release contains changes that you may need to be aware of. Read carefully b
* When a backup is deleted via the webhook, it will now actually be removed from the API rather than being flagged as deleted. The `Backup` type field `deleted` is deprecated, and will be removed in a future release. Additionally, `includeDeleted` if requested when querying backups will not change the result as there will be no deleted backups to include.

### API Harbor support
* In [2.17.0](./2.17.0.md#api-harbor-support) we announced that Harbor support in the API was deprecated. This release of Lagoon removes all support for Harbor from the API. See upgrade notes above.
* In [2.17.0](./archived/2.17.0.md#api-harbor-support) we announced that Harbor support in the API was deprecated. This release of Lagoon removes all support for Harbor from the API. See upgrade notes above.

### DeleteAll/RemoveAll mutations removed
* This release removes all `DeleteAllX` and `RemoveAllX` from the API. These were only ever meant for local development and are no longer relevant.
Expand Down
4 changes: 4 additions & 0 deletions docs/releases/archived/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
title: Archived Releases
order: desc
nav:
- ...
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ There are no required actions or considerations with this release. As always, we
* This release introduces a new active/standby task image that does not require the use of the [dioscuri controller](https://github.com/amazeeio/dioscuri). Dioscuri is deprecated and will eventually be removed from the `lagoon-remote` helm chart. If you use active/standby functionality in your clusters, you should upgrade to lagoon v2.17.0 and update your remote clusters to the version of the `lagoon-remote` helm chart the in the [2.17.0](./2.17.0.md) release.
### API Harbor support
* Support for Harbor in the API will be removed in a future release. If you currently have your core installation with Harbor support, you should move to using the integration within lagoon-remote instead. See the documentation [here](https://docs.lagoon.sh/installing-lagoon/install-lagoon-remote) and read the section about Harbor.
* Removed in [2.20.1](./2.20.1.md)
* Removed in [2.20.1](../2.20.1.md)
### Harbor 2.1 and earlier support
* Support for Harbor 2.1.x (chart version 1.5.x) and older in `lagoon-remote` will be removed in a future release. You should consider upgrading Harbor to a newer version (currently Lagoon supports up to v2.9.x (chart version 1.13.x)), following any recommended upgrade paths from Harbor.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ nav:
- Lagoon CLI: https://uselagoon.github.io/lagoon-cli/
- Lagoon Sync: https://github.com/uselagoon/lagoon-sync
- Client Libraries: other-tools/client-libraries.md
- ... | releases/*
- ...

theme:
name: 'material'
Expand Down

0 comments on commit cab4f42

Please sign in to comment.