From 8da0b14f29af9f0481b35c4ec2b0851324ad294d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 19 Oct 2020 09:39:11 +0200 Subject: [PATCH] docs: update to-012 --- .github/dependabot.yml | 4 ++++ SECURITY.md | 3 ++- docs/upgrading/to-0.11.md | 2 +- docs/upgrading/to-0.12.md | 4 +++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 812094086..0369adfdb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,12 +6,16 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 + assignees: + - BeryJu - package-ecosystem: npm directory: "/passbook/static/static" schedule: interval: daily time: "04:00" open-pull-requests-limit: 10 + assignees: + - BeryJu - package-ecosystem: pip directory: "/" schedule: diff --git a/SECURITY.md b/SECURITY.md index db80b2275..03e718566 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,9 @@ As passbook is currently in a pre-stable, only the latest "stable" version is su | Version | Supported | | -------- | ------------------ | -| 0.9.x | :white_check_mark: | | 0.10.x | :white_check_mark: | +| 0.11.x | :white_check_mark: | +| 0.12.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/docs/upgrading/to-0.11.md b/docs/upgrading/to-0.11.md index 208bf5645..dac287d95 100644 --- a/docs/upgrading/to-0.11.md +++ b/docs/upgrading/to-0.11.md @@ -15,6 +15,6 @@ This update brings these headline features: ## Upgrading -This upgrade can be done as with minor upgrades, the only external change is the new docker-compose file, which enabled the Docker Integration for Outposts. To use this feature, please download the latest docker-compose from `https://raw.githubusercontent.com/BeryJu/passbook/master/docker-compose.yml`. +This upgrade can be done as with minor upgrades, the only external change is the new docker-compose file, which enabled the Docker Integration for Outposts. To use this feature, please download the latest docker-compose from [here](https://raw.githubusercontent.com/BeryJu/passbook/master/docker-compose.yml). Afterwards, you can simply run `docker-compose up -d` and then the normal upgrade command of `docker-compose run --rm server migrate`. diff --git a/docs/upgrading/to-0.12.md b/docs/upgrading/to-0.12.md index 5fd8e8a79..ace41a6bd 100644 --- a/docs/upgrading/to-0.12.md +++ b/docs/upgrading/to-0.12.md @@ -18,7 +18,9 @@ Fixes: ### docker-compose -Docker-compose users should download the latest docker-compose file. This includes the new traefik 2.3. +Docker-compose users should download the latest docker-compose file from [here](https://raw.githubusercontent.com/BeryJu/passbook/master/docker-compose.yml). This includes the new traefik 2.3. + +Afterwards, you can simply run `docker-compose up -d` and then the normal upgrade command of `docker-compose run --rm server migrate`. ### Kubernetes