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

v2.2.1 release #380

Merged
merged 30 commits into from
Nov 23, 2021
Merged

v2.2.1 release #380

merged 30 commits into from
Nov 23, 2021

Conversation

xopham
Copy link
Collaborator

@xopham xopham commented Oct 22, 2021

v2.2.1

Major Scope

The release contains the following central improvements:

The focus is aimed to improve compatibility and validation speed.

Changelog

Feat

Fix

Docs

Update

Refactor

Ci

Test

New Contributors

Thanks to all Contributors 🚀

@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2021

Codecov Report

Merging #380 (a4f8266) into master (975afc1) will decrease coverage by 2.39%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #380      +/-   ##
==========================================
- Coverage   96.85%   94.45%   -2.40%     
==========================================
  Files          21       22       +1     
  Lines        1050     1101      +51     
==========================================
+ Hits         1017     1040      +23     
- Misses         33       61      +28     
Impacted Files Coverage Δ
connaisseur/__main__.py 0.00% <0.00%> (ø)
connaisseur/logging_wrapper.py 0.00% <0.00%> (ø)
connaisseur/workload_object.py 100.00% <ø> (ø)
connaisseur/flask_application.py 91.46% <85.71%> (ø)
connaisseur/alert.py 97.93% <100.00%> (+0.13%) ⬆️
connaisseur/image.py 100.00% <100.00%> (ø)
connaisseur/validators/cosign/cosign_validator.py 98.83% <100.00%> (+2.58%) ⬆️
connaisseur/validators/interface.py 100.00% <100.00%> (ø)
...naisseur/validators/notaryv1/notaryv1_validator.py 98.30% <100.00%> (+2.50%) ⬆️
...naisseur/validators/notaryv2/notaryv2_validator.py 80.00% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 975afc1...a4f8266. Read the comment docs.

phbelitz and others added 25 commits October 22, 2021 15:27
Connaisseur now validates all images inside a single request in parallel.

fixes #226
This commit adds graceful handling to Connaisseur receiving syntactically invalid admission requests, such that e.g. an alert can be sent out that admission failed
)

Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@7.3.4...7.3.6)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…400)

Updates the requirements on [pytest-subprocess](https://github.com/aklajnert/pytest-subprocess) to permit the latest version.
- [Release notes](https://github.com/aklajnert/pytest-subprocess/releases)
- [Changelog](https://github.com/aklajnert/pytest-subprocess/blob/master/HISTORY.rst)
- [Commits](aklajnert/pytest-subprocess@1.2.0...1.3.1)

---
updated-dependencies:
- dependency-name: pytest-subprocess
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [jsonschema](https://github.com/Julian/jsonschema) to permit the latest version.
- [Release notes](https://github.com/Julian/jsonschema/releases)
- [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v58.2.0...v58.5.3)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
When using delegation for nv1, Connaisseur now only loads those delegation files it actually needs for verification and not all available. Additionally fixed a bug, where when a delegation role was present inside the `targets.json` but the actual delegation file was missing, Connaisseur would have raised a `KeyError`. This has been solved with proper error handling.

fixes #171
This commit adds the documentation for the WSGI server choice including the tests run and our decision
This commit exchanges the previously used Flask server with the Cheroot WSGI server and ensures compatible logging. The Flask server was not intended as a production server, which is why we did the change.

Fix #11
This commit adds a loadtest to the GitHub actions pipeline to ensure the Connaisseur performance when under stress

Fix #154
Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [jsonschema](https://github.com/Julian/jsonschema) to permit the latest version.
- [Release notes](https://github.com/Julian/jsonschema/releases)
- [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…409)

Updates the requirements on [pytest-subprocess](https://github.com/aklajnert/pytest-subprocess) to permit the latest version.
- [Release notes](https://github.com/aklajnert/pytest-subprocess/releases)
- [Changelog](https://github.com/aklajnert/pytest-subprocess/blob/master/HISTORY.rst)
- [Commits](aklajnert/pytest-subprocess@1.3.1...1.3.2)

---
updated-dependencies:
- dependency-name: pytest-subprocess
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v58.5.3...v59.2.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@xopham xopham marked this pull request as ready for review November 23, 2021 13:26
@phbelitz phbelitz merged commit a4f8266 into master Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants