Skip to content

Bump zot v2.1.18#762

Merged
jonesbusy merged 1 commit into
mainfrom
updatecli_main_d635c18ba259176883cac482ebaf33deb08022d2b14c14c84ef7bbdcdb323bc4
Jun 26, 2026
Merged

Bump zot v2.1.18#762
jonesbusy merged 1 commit into
mainfrom
updatecli_main_d635c18ba259176883cac482ebaf33deb08022d2b14c14c84ef7bbdcdb323bc4

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bump zot test container

Update the value in the TestImages.java file

1 file(s) updated with "ghcr.io/project-zot/zot-minimal:v2.1.18": * src/test/java/land/oras/utils/TestImages.java

v2.1.18
## What's Changed
* chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/4082
* chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/4091
* feat: add trivy-based sbom artifact generation support by @rchincha in https://github.com/project-zot/zot/pull/4088
* fix: miscellaneous fixes for ai-reported suggestions by @rchincha in https://github.com/project-zot/zot/pull/4101
* docs: fix alongside spelling in search docs by @yosinn1-blip in https://github.com/project-zot/zot/pull/4095
* chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/4113
* fix(cve): prefer cve.org links for AVD references by @charles-openclaw in https://github.com/project-zot/zot/pull/4107
* feat: enhance config sanitization to mask sensitive keys in storage a… by @rchincha in https://github.com/project-zot/zot/pull/4119
* fix: skip DynamoDB table creation when tables exist by @andaaron in https://github.com/project-zot/zot/pull/4120
* ci: Update GH runner labels by @andaaron in https://github.com/project-zot/zot/pull/4121
* metadb: add optional fast restart path that skips storage walk when (version + commit + storage config) matches metaDB stamp by @USA-RedDragon in https://github.com/project-zot/zot/pull/4026
* feat(metrics): anonymous access when enabled in accessControl config by @uaggarwa in https://github.com/project-zot/zot/pull/4110
* fix(storage): treat dedupe-candidate cache miss as no candidates, not an error by @jankowtf in https://github.com/project-zot/zot/pull/4122
* chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/4126
* feat: config: validate metrics config by @vrajashkr in https://github.com/project-zot/zot/pull/4130
* fix(authz): metrics: deny authenticated users not in ACL even with anonymous read by @vrajashkr in https://github.com/project-zot/zot/pull/4131
* fix(storage): release global write lock during blob restore I/O by @shcherbak in https://github.com/project-zot/zot/pull/4089
* refactor(test/blackbox): extract shared push/pull helpers by @andaaron in https://github.com/project-zot/zot/pull/4132
* feat(storage): redirect blob pulls to backend URLs by @rchincha in https://github.com/project-zot/zot/pull/4092
* feat: add authz support for GitHub teams by @rchincha in https://github.com/project-zot/zot/pull/4139
* feat(cli): support default config name by @andaaron in https://github.com/project-zot/zot/pull/4143
* ci: fix conformance test to before the refactor by @rchincha in https://github.com/project-zot/zot/pull/4145
* feat(events): include actor and request metadata in webhook payloads by @cainydev in https://github.com/project-zot/zot/pull/3959
* feat: add Azure Blob Storage driver by @datadot in https://github.com/project-zot/zot/pull/4142
* chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/4157
* ci: pull test images from ghcr mirror by @datadot in https://github.com/project-zot/zot/pull/4156
* fix: map HTTP methods to corresponding scope actions in bearer authen… by @rchincha in https://github.com/project-zot/zot/pull/4161

## New Contributors
* @yosinn1-blip made their first contribution in https://github.com/project-zot/zot/pull/4095
* @charles-openclaw made their first contribution in https://github.com/project-zot/zot/pull/4107
* @USA-RedDragon made their first contribution in https://github.com/project-zot/zot/pull/4026
* @uaggarwa made their first contribution in https://github.com/project-zot/zot/pull/4110
* @jankowtf made their first contribution in https://github.com/project-zot/zot/pull/4122
* @shcherbak made their first contribution in https://github.com/project-zot/zot/pull/4089
* @datadot made their first contribution in https://github.com/project-zot/zot/pull/4142

**Full Changelog**: https://github.com/project-zot/zot/compare/v2.1.17...v2.1.18
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@github-actions github-actions Bot requested a review from jonesbusy as a code owner June 26, 2026 04:30
@github-actions github-actions Bot added dependencies Pull requests that update a dependency file tests labels Jun 26, 2026
@github-actions github-actions Bot force-pushed the updatecli_main_d635c18ba259176883cac482ebaf33deb08022d2b14c14c84ef7bbdcdb323bc4 branch from b6c4927 to 19b3fe1 Compare June 26, 2026 04:30
@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.55%. Comparing base (0e1b4c8) to head (19b3fe1).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #762      +/-   ##
============================================
+ Coverage     87.02%   87.55%   +0.52%     
  Complexity     1109     1109              
============================================
  Files            45       45              
  Lines          3446     3446              
  Branches        463      463              
============================================
+ Hits           2999     3017      +18     
+ Misses          266      248      -18     
  Partials        181      181              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jonesbusy jonesbusy merged commit 2e306fc into main Jun 26, 2026
13 checks passed
@jonesbusy jonesbusy deleted the updatecli_main_d635c18ba259176883cac482ebaf33deb08022d2b14c14c84ef7bbdcdb323bc4 branch June 26, 2026 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant