Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix scripts link #1128

Merged
merged 2 commits into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/migrating_to_version_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Add your announcement here, including arbitrary HTML -->
<header style="font-size:17px">
<!-- <center>&#11088; <strong> If you like Connaisseur, give it a star on <a href="https://github.com/sse-secure-systems/connaisseur">GitHub</a> or share your <a href="https://github.com/sse-secure-systems/connaisseur/discussions">feedback</a>!</strong> &#11088;</center> -->
<center>&#128680; <strong> Connaisseur 3.0 was released! Read about all <a ref="{{ '../' ~ base_url ~ '/migrating_to_version_3' }}">important changes</a>! </strong> &#128680;</center>
<center>&#128680; <strong> Connaisseur 3.0 was released! Read about all <a href="{{ '../' ~ base_url ~ '/latest/migrating_to_version_3' }}">important changes</a>! </strong> &#128680;</center>
Dismissed Show dismissed Hide dismissed
Dismissed Show dismissed Hide dismissed
Dismissed Show dismissed Hide dismissed
{% endblock %}

{% block outdated %}
Expand Down
Loading