diff --git a/SECURITY.md b/SECURITY.md index f27a1e1a8..cbf2403f9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,9 +6,8 @@ Authentik takes security very seriously. We follow the rules of [responsible dis | Version | Supported | | --------- | ------------------ | -| 2022.12.x | :white_check_mark: | -| 2023.1.x | :white_check_mark: | | 2023.2.x | :white_check_mark: | +| 2023.3.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/website/developer-docs/releases/index.md b/website/developer-docs/releases/index.md index 6b6195d43..3e966c802 100644 --- a/website/developer-docs/releases/index.md +++ b/website/developer-docs/releases/index.md @@ -27,6 +27,8 @@ - Update `website/sidebars.js` to include the new release notes, and move the oldest release into the `Previous versions` category. + If the release notes are created in advance without a fixed date for the release, only add them to the sidebar once the release is published. + - Run `make website` #### For subsequent releases: diff --git a/website/sidebars.js b/website/sidebars.js index 0fd0d1c39..3d8cc1f6e 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -239,13 +239,14 @@ module.exports = { description: "Release notes for recent authentik versions", }, items: [ + "releases/2023/v2023.3", "releases/2023/v2023.2", "releases/2023/v2023.1", - "releases/2022/v2022.12", { type: "category", label: "Previous versions", items: [ + "releases/2022/v2022.12", "releases/2022/v2022.11", "releases/2022/v2022.10", "releases/2022/v2022.9",