Skip to content

Version 2.0.0

Choose a tag to compare

@phbelitz phbelitz released this 26 Jul 18:32
· 857 commits to master since this release
9a5e930

v2.0.0

Docs

  • rewrite documentation (#158)
  • fix get-root utility (#183)
  • add setup guide for local integration test (#149)
  • added ADR4 (#156)
  • Document delegation feature (#144)
  • code documentation for config.py (#90)
  • ADR for multi notary configuraiton (#90)
  • updated for multi notary support (#90)

Feat

  • github pages documentation (#158)
  • add cosign authentication via k8s dockerconfigjson (#179)
  • update-cosign-v0.6.0 (#173)
  • new ignore/validate label namespacebased validation (#164)
  • concise and functional preconfiguration (#164)
  • modular validation (#156)
  • prepared helm chart (#156)
  • added multi notary support (#90)
  • added get_root_key utility (#90)
  • parallel trust data request (#169)
  • use helm to create certs (#104)

Fix

  • make annihilate deletes everything (#185)
  • fix get-root utility by (#183)
  • multi validator authentication (#179)
  • auth config schema (#174)
  • wrong image path (#157)
  • Set side effect to None so server-side dry run is possible (#170)
  • health probe fails after some time (#166)
  • pin Python major version (#162)
  • do not check alert config on hook image to ensure make uninstall is working (#161)
  • use precise IP for alerting endpoint during integration test (#159)
  • broken authentication (#156)
  • link in README.md (#190)
  • image loading for release workflow (#192)

Ci

  • added valid initContainer IT (#157)
  • add timer (#169)
  • adjusted pipeline for modular validation (#156)
  • Add integration tests for delegation feature and edge case of multiple defined digests for a tag (#144)
  • fail slow on integration tests (#150)
  • refactor workflows to reduce code duplication (#145)
  • fix release workflow (#189)

Refactor

  • switch to helm install (#172)
  • rename detection mode in config (#164)
  • adjusted tests for modular validation (#156)
  • configure cluster name in values.yaml; add namespace to alert messages (#147)
  • refactored alerting (#155)
  • refactored cosign extension (#101)
  • refactored all tests (#101)
  • updated helm chart (#101)
  • More object orientation (#101)

Test

  • preconfiguration integration test (#164)
  • adjusted tests for modular validation (#156)
  • Add integration tests for delegation feature and edge case of multiple defined digests for a tag (#144)
  • refactored all tests (#101)
  • changed all test to work with multi notary setup (#90)