From 677d46d7fda2bb22dc7398f89f94352f1b70968f Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 11 Apr 2022 20:54:16 +0200 Subject: [PATCH] website/docs: prepare 2022.4 Signed-off-by: Jens Langhammer --- .github/workflows/translation-compile.yml | 7 ------- .github/workflows/web-api-publish.yml | 7 ------- SECURITY.md | 2 +- website/docs/releases/v2022.4.md | 21 +++++++++++++++++++++ website/sidebars.js | 1 + 5 files changed, 23 insertions(+), 15 deletions(-) diff --git a/.github/workflows/translation-compile.yml b/.github/workflows/translation-compile.yml index 68483dd6e..68ec16ac4 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -36,10 +36,3 @@ jobs: body: "core: compile backend translations" delete-branch: true signoff: true - - name: Enable Pull Request Automerge - if: steps.cpr.outputs.pull-request-operation == 'created' - uses: peter-evans/enable-pull-request-automerge@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} - merge-method: squash diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index 63e7b8302..fd6c12fa1 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -39,10 +39,3 @@ jobs: body: "web: Update Web API Client version" delete-branch: true signoff: true - - name: Enable Pull Request Automerge - if: steps.cpr.outputs.pull-request-operation == 'created' - uses: peter-evans/enable-pull-request-automerge@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} - merge-method: squash diff --git a/SECURITY.md b/SECURITY.md index f0107d065..103cb4742 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ | Version | Supported | | ---------- | ------------------ | -| 2022.2.x | :white_check_mark: | | 2022.3.x | :white_check_mark: | +| 2022.4.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/website/docs/releases/v2022.4.md b/website/docs/releases/v2022.4.md index 2f976e181..375bcdd79 100644 --- a/website/docs/releases/v2022.4.md +++ b/website/docs/releases/v2022.4.md @@ -21,6 +21,27 @@ slug: "2022.4" ## Minor changes/fixes +- core: add method to set key of token +- core: add num_pk to group for applications that need a numerical group id +- internal: disable HTML encoding in go-generated log messages +- lifecycle: fix password and hostname in redis URI not properly quoted +- outposts: check if docker ports should be mapped before comparing ports +- policies: add policy log messages to test endpoints +- providers/oauth2: map internal groups to GitHub teams in GHE OAuth emulation (#2497) +- providers/oauth2: pass scope and other parameters to access policy request context +- stages/email: allow overriding of destination email in plan context +- stages/invitation: add invitation name +- stages/prompt: filter rest_framework.fields.empty when field is not required +- stages/prompt: fix non-required fields not allowing blank values +- stages/prompt: set field default based on placeholder +- tenants: add tenant-level attributes, applied to users based on request +- web: live-convert to slug in fields where only slugs are allowed +- web: migrate dropdowns to wizards (#2633) +- web/admin: allow editing of invitations +- web/admin: fix missing protocols on generated nginx config +- web/admin: trigger update when provider wizard finishes +- web/user: add column layouts + ## Upgrading This release does not introduce any new requirements. diff --git a/website/sidebars.js b/website/sidebars.js index 0639a4b65..979129bdf 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -168,6 +168,7 @@ module.exports = { type: "category", label: "Release Notes", items: [ + "releases/v2022.4", "releases/v2022.3", "releases/v2022.2", "releases/v2022.1",