chore(deps): update regclient/regctl docker tag to v0.8.2 #87
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.5.7
->v0.8.2
Release Notes
regclient/regclient (regclient/regctl)
v0.8.2
Compare Source
Release v0.8.2
This fixes a regression in v0.8.1 for users authenticating using a refresh token.
Fixes:
Contributors:
v0.8.1
Compare Source
Release v0.8.1
Security:
Features:
Fixes:
Miscellaneous:
Contributors:
v0.8.0
Compare Source
Release v0.8.0
Highlights
There are three headline changes in this release: slog support, external referrers, and deprecating legacy packages.
This release switches from logrus to slog.
Migration methods are included to minimize the impact on existing users.
Anyone parsing the logging output from regctl, regsync, and regbot will notice the format has changed.
External referrers allow referrers to be pushed and pulled from a separate repository from the subject image.
This feature requires users to provide the external repository themselves since a registry has no way to communicate this to the user.
An example use case of this feature are third parties, like security scanners, providing attestations of images they do not control.
Legacy packages have been disabled by default and will eventually be removed.
To continue using legacy packages until their removal, you may compile with
-tags legacy
.Breaking
logrus
toslog
which will only impact those with a custom warning handler. (PR 847)Features
Fixes
Chores
Contributors
v0.7.2
Compare Source
Release v0.7.2
Breaking Changes:
The breaking changes are to internal methods and undocumented features that should not be encountered by users.
config.Host.Throttle()
has been removed. Usescheme.Throttler
instead. (PR 813)Features:
Fixes:
Chores:
ReqPerSec
in tests. (PR 806)config
toreghttp
. (PR 813)Contributors:
v0.7.1
Compare Source
Release v0.7.1
PR 798 fixes an issue where a malicious registry could return a pinned manifest different from the request.
Commands like
regctl manifest get $image@$digest
will now verify the digest of the returned manifest matches the request rather than the registry headers.Security updates:
Features:
WithDockerCredsFile() regclient.Opt
. (PR 784)regctl artifact get --config
option to only return the config. (PR 795)Fixes:
amd64
variants for--platform local
. (PR 782)/
. (PR 788)Other Changes:
Contributors:
v0.7.0
Compare Source
Release v0.7.0
CVEs:
Breaking:
regctl registry set
andregctl registry login
will return a non-zero if the ping fails. (PR 751)WithFS
which required access to an internal interface to use. (PR 772)Features:
regctl ref
command. (PR 765)Fixes:
~
(tilde) in ocidir reference paths. (PR 763)Other changes:
Contributors:
v0.6.1
Compare Source
Release v0.6.1
CVEs:
Breaking:
Features:
regclient.ImageConfig
method. (PR 706)regctl image mod
add layer from directory. (PR 740)Fixes:
regctl artifact put
. (PR 707)Chores:
regctl manifest head --platform
will trigger a get request. (PR 713)Contributors:
v0.6.0
Compare Source
Release v0.6.0
Breaking:
regctl artifact put
no longer includes the filename annotation by default. Use--file-title
to include. (PR 659)Fixes:
regclient.ImageCopy
. (PR 663)regctl registry login
(PR 671)syft packages
withsyft scan
. (PR 695)Features:
BlobDelete
support for ocidir references. (PR 669)regctl blob delete
command. (PR 669)regctl registry config
. (PR 673)regctl image mod
. (PR 693)Deprecations:
types
are moved to theerrs
package. (PR 686)types
are moved to themediatype
package. (PR 686)types
are moved to thedescriptor
package. (PR 686)github.com/regclient/regclient/regclient
(3 levels of regclient) deprecations are now identified by the standard comment to trigger linters. (PR 686)Other changes:
regctl
. (PR 665)t.Fatal
where appropriate. (PR 680)types
package to avoid circular dependency issues. (PR 686)Contributors:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.