Skip to content

v2.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rchincha rchincha released this 19 Jan 00:01
· 571 commits to main since this release
b997176

What's Changed

  • chore(deps): fix dependabot alerts by @rchincha in #1048
  • fix(test): consolidate flaky scrub test by @peusebiu in #1042
  • ci: remove superfluous parts of github workflows by @rchincha in #1050
  • fix(sync): syncing OCI artifacts with distribution package fails by @peusebiu in #1013
  • fix: queries with images without a reference should return an error by @alexstan12 in #1040
  • feat(scrub): add scrub logic for ImageIndex media type by @Andreea-Lupu in #1031
  • fix(swagger): update docs.go - fix typo by @arukiidou in #1055
  • chore(deps): fix dependabot alerts by @rchincha in #1060
  • docs: add pkg.go.dev badge by @rchincha in #1061
  • refactor: Cleanup/simplify test cases by @nicoldr in #1041
  • fix(sync): fix sync on demand with docker library by @peusebiu in #1065
  • chore(deps): fix dependabot alerts by @rchincha in #1074
  • chore(deps): fix dependabot alerts by @rchincha in #1077
  • chore(deps): fix dependabot alerts by @rchincha in #1080
  • docs: update README.md by @rchincha in #1078
  • refactor: Cleanup/simplify tests: uploads by @nicoldr in #1082
  • fix(sync): also add docker v2 mediatype as supported in sync by @peusebiu in #1084
  • cleanup: replaced resty client with http client in sync and moved to … by @aokirisaki in #1016
  • ci: start localstack container only if needed by @peusebiu in #1086
  • chore(deps): fix dependabot alerts by @rchincha in #1090
  • fix(test): use correct aws region for dynamodb by @peusebiu in #1093
  • feat(repodb): Implement RepoDB for image specific information using boltdb/dynamodb by @laurentiuNiculae in #979
  • fix: error message when CVE search is disabled by @aokirisaki in #1100
  • docs: fix CNCF related documentation by @rchincha in #1099
  • chore(deps): fix dependabot alerts by @rchincha in #1098
  • fix: add stacker to .gitignore by @rchamarthy in #1091
  • fix: added error message for missing CVEs by @aokirisaki in #1085
  • ci(trivy): copy trivydb oci artefact to project-zot repo by @andaaron in #1106
  • fix(ci): fix path to trivy-db copy under project-zot by @andaaron in #1108
  • ci: also allow manual workflow triggers by @rchincha in #1109
  • fix(ci): do not build zot container image for the annotation tests by @andaaron in #1110
  • Fixes for DynamoDB driver tests by @andaaron in #1111
  • refactor: Cleanup/simplify testcases in /pkg/cli by @nicoldr in #1103
  • chore(deps): fix dependabot alerts by @rchincha in #1115
  • feat(cve): cache trivy results for an image:tag by @andaaron in #1101
  • feat(repodb): add pagination for ImageListForDigest and implement FilterTags by @andaaron in #1102
  • docs: fix copyright related info for cncf onboarding by @rchincha in #1117
  • chore(trivy): update trivy version and enforce OCI compliant repo names in local image storage by @andaaron in #1068
  • Test downloading trivy-db from alternate location by @andaaron in #1107
  • feat(repodb): add PageInfo to GlobalSearch and RepoListWithNewestImage results by @andaaron in #1121

New Contributors

Full Changelog: v1.4.3...v2.0.0-rc1