| CARVIEW |
Navigation Menu
-
-
Notifications
You must be signed in to change notification settings - Fork 115
Releases: regclient/regclient
v0.11.1
bf3bcfcRelease v0.11.1
Security:
- Go 1.25.5 fixes CVE-2025-61729 (PR 1025)
- Go 1.25.5 fixes CVE-2025-61727 (PR 1025)
Fixes:
- Correct selection of previous tag for releases. (PR 1023)
- Make sure ContentLength is correctly set in the request. (PR 1024)
Contributors:
Assets 30
- sha256:4edd15682f18f8042ed96c7ecc403a3ad20d8baee318aeb095004c7e17d6a82e279 KB
2025-12-07T15:07:40Z - sha256:ef363e8171b56a9f011e2b95bb3239b3e8771809d24642c6168d4e2d5c69015512.4 MB
2025-12-07T15:07:40Z - sha256:4ee9198a1dd93bcaafd4f0c556bc2d2b663108aaa72f97d76bfb5f4384e834c011.5 MB
2025-12-07T15:07:40Z - sha256:cee79be3673bb507c0b1c34f75f063ec6c3cd2f47f29f0cd29ecc5084f9a88fd12.1 MB
2025-12-07T15:07:40Z - sha256:d04d0e30eb5d765eaeb156631d023fc31c0aa22898702262d040cf921843dd6812.1 MB
2025-12-07T15:07:40Z - sha256:3552617b466dde145f71941a2efcb0db98d4c8bd3548214f1b0deee7564f06df11.3 MB
2025-12-07T15:07:40Z - sha256:b23e52b86f37f78c7f5a48550a23eae03c1ea50df8a150bbf29bef0d10bde4cb11.9 MB
2025-12-07T15:07:40Z - sha256:eb9ad03f382eae49d8b593b75eace1bc97bb436a76f7eeda070603a4e623e02011.6 MB
2025-12-07T15:07:40Z - sha256:b4f44b1b84c61f4832b44815634f57de357766984da4bafc3d7450663009697212.9 MB
2025-12-07T15:07:40Z - sha256:5bbd14823a1c0d0fcae4a1a7ecd35771caf5542d943c5f6976b76f9bd49e825512.4 MB
2025-12-07T15:07:40Z -
2025-12-07T15:00:48Z -
2025-12-07T15:00:48Z - Loading
v0.11.0
9a4fd6bRelease v0.11.0
Features:
- Build artifacts for riscv64. (PR 1011)
- Generate FreeBSD amd64 binaries. (PR 1013)
- Add support for cosign v3 bundles. (PR 1018)
Fixes:
- Fix ECR Helper version pin. (PR 1017)
- Fix the cosign use-signing-config flag. (PR 1019)
- Improve reproducibility in Dockerfiles. (PR 1020)
Other Changes:
- Add a policy for LLM generated contributions. (PR 1016)
Contributors:
Assets 30
v0.10.0
c3de9bbRelease v0.10.0
Features:
- Feat: Support DOCKER_AUTH_CONFIG variable. (PR 996)
- Feat: Add regctl repo copy. (PR 997)
- Feat: regsync support for semantic versioning(semver) for matching tags (PR 1005)
- Feat: Add
tagSetsto regsync. (PR 1008)
Changes:
- Chore: Add go:fix lines to deprecated code. (PR 994)
- Chore: Add gofumpt to the build. (PR 995)
- Chore: Remove the unused bps field. (PR 998)
- Fix: Handle semver compare of numeric prerelease (PR 1007)
Security:
- CVE-2025-58187: Fixed with Go upgrade (https://osv.dev/GO-2025-4007).
- CVE-2025-58189: Fixed with Go upgrade (https://osv.dev/GO-2025-4008).
- CVE-2025-61723: Fixed with Go upgrade (https://osv.dev/GO-2025-4009).
- CVE-2025-47912: Fixed with Go upgrade (https://osv.dev/GO-2025-4010).
- CVE-2025-58185: Fixed with Go upgrade (https://osv.dev/GO-2025-4011).
- CVE-2025-58186: Fixed with Go upgrade (https://osv.dev/GO-2025-4012).
- CVE-2025-58188: Fixed with Go upgrade (https://osv.dev/GO-2025-4013).
- CVE-2025-58183: Fixed with Go upgrade (https://osv.dev/GO-2025-4014).
- CVE-2025-9230: Fixed with Alpine image upgrade.
- CVE-2025-9232: Fixed with Alpine image upgrade.
- CVE-2025-9231: Fixed with Alpine image upgrade.
Contributors:
Assets 24
v0.9.2
9bf4b30Assets 24
v0.9.1
51df886Assets 24
v0.9.0
ad4e3d9Release v0.9.0
Breaking:
- Drop support for 3rd Go release because of upstream forced upgrades (see golang/go#69095). (PR 948)
Features:
Fixes:
- Convert docker attestations built with
oci-artifact=true. (PR 949) - Allow duplicate keys in yaml config. (PR 952)
Miscellaneous:
Contributors:
Assets 24
v0.8.3
ba184b3Release v0.8.3
Features:
- Add
ref.AddDigestmethod that does not unset the tag. (PR 910) - Adding a
regctl registry whoamicommand. (PR 912) - Improve
regctl image check-baseoutput. (PR 917) - regsync option to abort on errors. (PR 924)
- Improve fallback tag handling. (PR 925)
- regctl flag to ignore missing images on delete. (PR 930)
Fixes:
Changes:
- Update supported Go releases to 1.22, 1.23, and 1.24. (PR 909)
- Modernize Go to the 1.22 specs. (PR 910)
- Refactor cobra commands. (PR 915)
- Include Docker Hub repository documentation. (PR 918)
- Move documentation pointers to the website. (PR 939)
Contributors:
Assets 24
v0.8.2
e7e5436Release v0.8.2
This fixes a regression in v0.8.1 for users authenticating using a refresh token.
Fixes:
- Allow authentication with a token. (PR 908)
Contributors:
Assets 24
v0.8.1
80af8a3Release v0.8.1
Security:
- Go v1.23.6 fixes CVE-2025-22866. (PR 906)
Features:
Fixes:
- Do not request offline refresh token. (PR 893)
- Ignore unsupported entries in docker config. (PR 894)
- Align log levels with slog. (PR 901)
- Interval overrides a default schedule in regsync and regbot. (PR 904)
Miscellaneous:
- Adding a logo. (PR 889)
Contributors:
Assets 24
v0.8.0
106f460Release 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
- Breaking: Warning handlers switched from
logrustoslogwhich will only impact those with a custom warning handler. (PR 847) - Breaking: Disable legacy packages by default. (PR 852)
Features
- Feat: Refactor logging to use log/slog. (PR 847)
- Feat: Switch regbot to slog. (PR 849)
- Feat: Switch regctl to slog. (PR 850)
- Feat: Switch regsync to slog. (PR 851)
- Feat: Move logrus calls into files excluded by wasm. (PR 853)
- Feat: Allow plus in ocidir path. (PR 856)
- Feat: Support referrers in an external repository. (PR 866)
- Feat: Image mod environment variables. (PR 867)
- Feat: Include source in referrers response. (PR 870)
- Feat: Add external flag to regctl artifact put. (PR 873)
- Feat: Copy image with external referrers. (PR 874)
- Feat: Document community maintained packages. (PR 878)
- Feat: Support external referrers in regsync. (PR 881)
- Feat: Support incomplete subject descriptor. (PR 885)
Fixes
- Fix: Inject release notes by file. (PR 854)
- Fix: Platform test for darwin/macos should not add variant. (PR 879)
- Fix: Handle repeated digest in copy with external referrers. (PR 882)
Chores
- Chore: Improve error message when inspecting artifacts. (PR 862)
- Chore: Remove unused short arg parameters. (PR 877)