From 23123c43ee0f496eed48c7eb6b0d425b07bbe0a7 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 16 May 2021 23:07:16 +0200 Subject: [PATCH] website/docs: improve wording on release notes, point to tag for docker-compose download Signed-off-by: Jens Langhammer --- scripts/agent-install.sh | 16 ---------------- website/docs/installation/docker-compose.md | 2 +- website/docs/releases/v0.14.md | 2 +- website/docs/releases/v2021.1.md | 2 +- website/docs/releases/v2021.2.md | 2 +- website/docs/releases/v2021.3.md | 2 +- website/docs/releases/v2021.4.md | 2 +- website/docs/releases/v2021.5.md | 5 ++++- 8 files changed, 10 insertions(+), 23 deletions(-) delete mode 100644 scripts/agent-install.sh diff --git a/scripts/agent-install.sh b/scripts/agent-install.sh deleted file mode 100644 index 592cfe869..000000000 --- a/scripts/agent-install.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -xe -wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash - -VERSION=3.9.0 - -wget https://www.python.org/ftp/python/$VERSION/Python-$VERSION.tgz -tar xvzf Python-$VERSION.tgz -cd Python-$VERSION/ - -./configure --prefix=$HOME/_work/_tool/Python/$VERSION/x64/ --enable-optimizations --with-ensurepip=install -make -j 8 -sudo make altinstall -touch $HOME/_work/_tool/Python/$VERSION/x64.complete - -ln -s $HOME/_work/_tool/Python/3.9.5/x64 $HOME/_work/_tool/Python/3/x64 -ln -s $HOME/_work/_tool/Python/3.9.5/x64 $HOME/_work/_tool/Python/3.9/x64 diff --git a/website/docs/installation/docker-compose.md b/website/docs/installation/docker-compose.md index 9215879b0..06bc126f1 100644 --- a/website/docs/installation/docker-compose.md +++ b/website/docs/installation/docker-compose.md @@ -12,7 +12,7 @@ This installation method is for test-setups and small-scale productive setups. ## Preparation -Download the latest `docker-compose.yml` from [here](https://raw.githubusercontent.com/goauthentik/authentik/master/docker-compose.yml). Place it in a directory of your choice. +Download the latest `docker-compose.yml` from [here](https://raw.githubusercontent.com/goauthentik/authentik/version/2021.5.1/docker-compose.yml). Place it in a directory of your choice. To optionally enable error-reporting, run `echo AUTHENTIK_ERROR_REPORTING__ENABLED=true >> .env` diff --git a/website/docs/releases/v0.14.md b/website/docs/releases/v0.14.md index a367680df..78a20c70f 100644 --- a/website/docs/releases/v0.14.md +++ b/website/docs/releases/v0.14.md @@ -51,7 +51,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the latest docker-compose file from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-0.14/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. +Download the docker-compose file for 0.14 fromĀ  [here](https://raw.githubusercontent.com/goauthentik/authentik/version-0.14/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. ### Kubernetes diff --git a/website/docs/releases/v2021.1.md b/website/docs/releases/v2021.1.md index 304d76519..98cfafb36 100644 --- a/website/docs/releases/v2021.1.md +++ b/website/docs/releases/v2021.1.md @@ -60,7 +60,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the latest docker-compose file from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.1/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. +Download the docker-compose file for 2021.1 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.1/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. ### Kubernetes diff --git a/website/docs/releases/v2021.2.md b/website/docs/releases/v2021.2.md index 8f35157cf..44e6ec65c 100644 --- a/website/docs/releases/v2021.2.md +++ b/website/docs/releases/v2021.2.md @@ -124,7 +124,7 @@ The integrations affected are: ### docker-compose -Download the latest docker-compose file from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.2/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. +Download the docker-compose file for 2021.2 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.2/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. ### Kubernetes diff --git a/website/docs/releases/v2021.3.md b/website/docs/releases/v2021.3.md index fc4ceaab2..402511925 100644 --- a/website/docs/releases/v2021.3.md +++ b/website/docs/releases/v2021.3.md @@ -87,7 +87,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the latest docker-compose file from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.3/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. +Download the docker-compose file for 2021.3 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.3/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. ### Kubernetes diff --git a/website/docs/releases/v2021.4.md b/website/docs/releases/v2021.4.md index 120691f6c..05828f216 100644 --- a/website/docs/releases/v2021.4.md +++ b/website/docs/releases/v2021.4.md @@ -133,7 +133,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the latest docker-compose file from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.4/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. +Download the docker-compose file for 2021.4 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.4/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. ### Kubernetes diff --git a/website/docs/releases/v2021.5.md b/website/docs/releases/v2021.5.md index dd7467e56..3885da3af 100644 --- a/website/docs/releases/v2021.5.md +++ b/website/docs/releases/v2021.5.md @@ -62,16 +62,19 @@ This feature is still in technical preview, so please report any Bugs you run in - core: fix application's slug field not being set to unique - flows: fix error when using cancel flow +- lib: Fix config loading of secrets from files (#887) - lib: fix parsing of remote IP header when behind multiple reverse proxies - lifecycle: check if group of docker socket exists - lifecycle: fix error when worker is not running as root - outposts: fix error when controller loads from cache but cache has expired - outposts: fix missing default for OutpostState.for_channel - outposts: fix reload notification not working due to wrong ID being cached +- outposts/ldap: fix AUTHENTIK_INSECURE not being respected for API client during bind - outposts/proxy: fix error redeeming code when using non-standard ports - outposts/proxy: fix insecure TLS Skip - providers/ldap: use username instead of name for user dn (#883) - providers/proxy: connect ingress to https instead of http +- root: only load debug secret key when debug is enabled - web: fix chunks overwriting each other - web/admin: add notice for LDAP Provider's group selection - web/admin: fix PropertyMappings not loading correctly @@ -83,7 +86,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the latest docker-compose file from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.5/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. +Download the docker-compose file for 2021.5 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.5/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. :::warning The public port of the compose stack has been changed from 443 to 9000 and 9443 to prevent port contention.