From f918eee2d9c855e15bbc1832c896dfd3a3fb1a58 Mon Sep 17 00:00:00 2001 From: Philipp Belitz Date: Fri, 30 Jun 2023 10:59:21 +0200 Subject: [PATCH 1/2] docs: fix scripts link --- docs/migrating_to_version_3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migrating_to_version_3.md b/docs/migrating_to_version_3.md index 6afa33e04..7145cb89c 100644 --- a/docs/migrating_to_version_3.md +++ b/docs/migrating_to_version_3.md @@ -2,7 +2,7 @@ It's been a while since our last major update, but it is time again :tada: Connaisseur version 3.0 is out and brings along many new features, but also breaking changes :boom: -For those breaking changes, we've set up a [script](../scripts/upgrade_to_version_3.py) that migrates your existing Connaisseur configuration. +For those breaking changes, we've set up a [script](https://github.com/sse-secure-systems/connaisseur/blob/master/scripts/upgrade_to_version_3.py) that migrates your existing Connaisseur configuration. Read on for the list of most interesting changes. ## Major changes @@ -12,7 +12,7 @@ Read on for the list of most interesting changes. If all your Cosign signature artifacts are already part of Rekor's default transparency log (or part of your configured Rekor host) or you don't use Cosign, this is not breaking for you. - [Changes](#api-changes) to the Helm `values.yaml` file - :boom: This is a breaking change as we touched quite a bunch of configuration keys to make the configuration API more consistent and more intuitive - - :robot: We've prepared a [script](../scripts/upgrade_to_version_3.py) that migrates your existing Connaisseur configuration to the new format. Limitation: It won't migrate your comments :cry: Simply run `python3 scripts/upgrade_to_version_3.py` and your `helm/values.yaml` will be updated (and we'll store a backup of your previous config in `helm/values.yaml.old`) + - :robot: We've prepared a [script](https://github.com/sse-secure-systems/connaisseur/blob/master/scripts/upgrade_to_version_3.py) that migrates your existing Connaisseur configuration to the new format. Limitation: It won't migrate your comments :cry: Simply run `python3 scripts/upgrade_to_version_3.py` and your `helm/values.yaml` will be updated (and we'll store a backup of your previous config in `helm/values.yaml.old`) ## Minor changes From 4257996d0da5cee621ceff981d3ac0f103668830 Mon Sep 17 00:00:00 2001 From: Philipp Belitz Date: Fri, 30 Jun 2023 11:05:42 +0200 Subject: [PATCH 2/2] docs: fix announcement link --- docs/overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 55e77cc87..afa826364 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -4,7 +4,7 @@
-
🚨 Connaisseur 3.0 was released! Read about all important changes! 🚨
+
🚨 Connaisseur 3.0 was released! Read about all important changes! 🚨
{% endblock %} {% block outdated %}