Bump zot v2.1.12 by github-actions[bot] · Pull Request #485 · oras-project/oras-java
Bump zot test container
Update the value in the ZotContainer.java file
1 file(s) updated with "ghcr.io/project-zot/zot-linux-amd64:v2.1.12": * src/test/java/land/oras/utils/ZotContainer.java
v2.1.12
## What's Changed * docs: update examples with the sync config example by @andaaron in https://github.com/project-zot/zot/pull/3573 * fix: Add HTTP client timeouts to prevent indefinite hangs in sync operations by @andaaron in https://github.com/project-zot/zot/pull/3574 * chore: update golangci-lint and fix all issues by @andaaron in https://github.com/project-zot/zot/pull/3575 * refactor: optimize code with modern Go patterns and pre-allocation by @andaaron in https://github.com/project-zot/zot/pull/3576 * fix: handle zero time values in LastUpdated sorting functions by @andaaron in https://github.com/project-zot/zot/pull/3580 * ci: use minio==7.2.18 by @andaaron in https://github.com/project-zot/zot/pull/3581 * fix: sync should be disabled when enable is false by @mottetm in https://github.com/project-zot/zot/pull/3579 * fix: multiple fixes based on recent test failures by @andaaron in https://github.com/project-zot/zot/pull/3582 * chore: sync golang 1.25 by @rchincha in https://github.com/project-zot/zot/pull/3596 * fix(storage): enforce standard OCI blob path structure in GetNextDigestWithBlobPaths by @andaaron in https://github.com/project-zot/zot/pull/3594 * chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/3595 * chore: Enable Go jsonv2 experiment and update the trivy dependency (v0.67.2) by @andaaron in https://github.com/project-zot/zot/pull/3572 * feat: explicitly log if each authentication method is enabled by @andaaron in https://github.com/project-zot/zot/pull/3599 * fix(meta): handle cases when substores are nested by @andaaron in https://github.com/project-zot/zot/pull/3598 * Fix error handling: return nil explicitly on successful completion by @andaaron in https://github.com/project-zot/zot/pull/3603 * feat(config): validate storage root directories for path conflicts by @andaaron in https://github.com/project-zot/zot/pull/3602 * fix(trivy): cleanup Trivy temporary directory by @andaaron in https://github.com/project-zot/zot/pull/3618 * chore: Fix deps by @rchincha in https://github.com/project-zot/zot/pull/3620 * refactor(test): new apis for creating temporary files by @andaaron in https://github.com/project-zot/zot/pull/3605 * ci: split needsprivileges tests from devmode tests by @andaaron in https://github.com/project-zot/zot/pull/3625 * ci: save unified coverage as build artifact by @andaaron in https://github.com/project-zot/zot/pull/3626 * fix: remove misleading error messages on successful syncs by @andaaron in https://github.com/project-zot/zot/pull/3619 * chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/3636 * feat: support mTLS-only authn/authz with AccessControl and allow combining mTLS with other auth mechanisms by @andaaron in https://github.com/project-zot/zot/pull/3624 * fix: accept log levels supported by older zot versions, validate configured log level by @andaaron in https://github.com/project-zot/zot/pull/3639 * refactor: enhance TLS cert generation and refactor HTTP client architecture by @andaaron in https://github.com/project-zot/zot/pull/3638 * docs: fix deadlink and typo by @andaaron in https://github.com/project-zot/zot/pull/3641 * fix: more logging for sync extension by @andaaron in https://github.com/project-zot/zot/pull/3656 * chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/3657 * fix: prevent nil pointer dereference in RemoveImageFromRepoMeta by @M0Rf30 in https://github.com/project-zot/zot/pull/3658 * feat: add configurable mTLS identity extraction with fallback chain by @andaaron in https://github.com/project-zot/zot/pull/3640 * fix: make sure the function and caller information are added to log messages emitted by 3rd party libraries using slog directly. by @andaaron in https://github.com/project-zot/zot/pull/3659 * chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/3660 ## New Contributors * @M0Rf30 made their first contribution in https://github.com/project-zot/zot/pull/3658 **Full Changelog**: https://github.com/project-zot/zot/compare/v2.1.11...v2.1.12
Update the value in the ZotUnsecureContainer.java file
1 file(s) updated with "ghcr.io/project-zot/zot-linux-amd64:v2.1.12": * src/test/java/land/oras/utils/ZotUnsecureContainer.java
v2.1.12
## What's Changed * docs: update examples with the sync config example by @andaaron in https://github.com/project-zot/zot/pull/3573 * fix: Add HTTP client timeouts to prevent indefinite hangs in sync operations by @andaaron in https://github.com/project-zot/zot/pull/3574 * chore: update golangci-lint and fix all issues by @andaaron in https://github.com/project-zot/zot/pull/3575 * refactor: optimize code with modern Go patterns and pre-allocation by @andaaron in https://github.com/project-zot/zot/pull/3576 * fix: handle zero time values in LastUpdated sorting functions by @andaaron in https://github.com/project-zot/zot/pull/3580 * ci: use minio==7.2.18 by @andaaron in https://github.com/project-zot/zot/pull/3581 * fix: sync should be disabled when enable is false by @mottetm in https://github.com/project-zot/zot/pull/3579 * fix: multiple fixes based on recent test failures by @andaaron in https://github.com/project-zot/zot/pull/3582 * chore: sync golang 1.25 by @rchincha in https://github.com/project-zot/zot/pull/3596 * fix(storage): enforce standard OCI blob path structure in GetNextDigestWithBlobPaths by @andaaron in https://github.com/project-zot/zot/pull/3594 * chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/3595 * chore: Enable Go jsonv2 experiment and update the trivy dependency (v0.67.2) by @andaaron in https://github.com/project-zot/zot/pull/3572 * feat: explicitly log if each authentication method is enabled by @andaaron in https://github.com/project-zot/zot/pull/3599 * fix(meta): handle cases when substores are nested by @andaaron in https://github.com/project-zot/zot/pull/3598 * Fix error handling: return nil explicitly on successful completion by @andaaron in https://github.com/project-zot/zot/pull/3603 * feat(config): validate storage root directories for path conflicts by @andaaron in https://github.com/project-zot/zot/pull/3602 * fix(trivy): cleanup Trivy temporary directory by @andaaron in https://github.com/project-zot/zot/pull/3618 * chore: Fix deps by @rchincha in https://github.com/project-zot/zot/pull/3620 * refactor(test): new apis for creating temporary files by @andaaron in https://github.com/project-zot/zot/pull/3605 * ci: split needsprivileges tests from devmode tests by @andaaron in https://github.com/project-zot/zot/pull/3625 * ci: save unified coverage as build artifact by @andaaron in https://github.com/project-zot/zot/pull/3626 * fix: remove misleading error messages on successful syncs by @andaaron in https://github.com/project-zot/zot/pull/3619 * chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/3636 * feat: support mTLS-only authn/authz with AccessControl and allow combining mTLS with other auth mechanisms by @andaaron in https://github.com/project-zot/zot/pull/3624 * fix: accept log levels supported by older zot versions, validate configured log level by @andaaron in https://github.com/project-zot/zot/pull/3639 * refactor: enhance TLS cert generation and refactor HTTP client architecture by @andaaron in https://github.com/project-zot/zot/pull/3638 * docs: fix deadlink and typo by @andaaron in https://github.com/project-zot/zot/pull/3641 * fix: more logging for sync extension by @andaaron in https://github.com/project-zot/zot/pull/3656 * chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/3657 * fix: prevent nil pointer dereference in RemoveImageFromRepoMeta by @M0Rf30 in https://github.com/project-zot/zot/pull/3658 * feat: add configurable mTLS identity extraction with fallback chain by @andaaron in https://github.com/project-zot/zot/pull/3640 * fix: make sure the function and caller information are added to log messages emitted by 3rd party libraries using slog directly. by @andaaron in https://github.com/project-zot/zot/pull/3659 * chore: fix dependabot alerts by @rchincha in https://github.com/project-zot/zot/pull/3660 ## New Contributors * @M0Rf30 made their first contribution in https://github.com/project-zot/zot/pull/3658 **Full Changelog**: https://github.com/project-zot/zot/compare/v2.1.11...v2.1.12
|
Created automatically by Updatecli Options:Most of Updatecli configuration is done via its manifest(s).
Feel free to report any issues at github.com/updatecli/updatecli. |
