Sourced from github.com/google/go-containerregistry's releases.
v0.21.1
This release fixes a regression in
craneintroduced in the previous release.What's Changed
- Add WithFileBufferedOpener for file-backed daemon image buffering by
@twdamhorein google/go-containerregistry#2214- crane: fix case in auth response json by
@aelindemanin google/go-containerregistry#2218New Contributors
@twdamhoremade their first contribution in google/go-containerregistry#2214@aelindemanmade their first contribution in google/go-containerregistry#2218Full Changelog: https://github.com/google/go-containerregistry/compare/v0.21.0...v0.21.1
85f2bf5
crane: fix case in auth response json (#2218)e971d63
Add WithFileBufferedOpener for file-backed daemon image buffering (#2214)Sourced from step-security/harden-runner's releases.
v2.15.0
What's Changed
Windows and macOS runner support
We are excited to announce that Harden Runner now supports Windows and macOS runners, extending runtime security beyond Linux for the first time.
Insights for Windows and macOS runners will be displayed in the same consistent format you are already familiar with from Linux runners, giving you a unified view of runtime activity across all platforms.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2.14.2...v2.15.0
a90bcbc
Update readme (#637)f0a59d8
Release v2.15.0 (#639)Sourced from google.golang.org/api's releases.
v0.269.0
0.269.0 (2026-02-24)
Features
Bug Fixes
Sourced from github.com/go-git/go-git/v5's releases.
v5.17.0
What's Changed
- build: Update module github.com/go-git/go-git/v5 to v5.16.5 [SECURITY] (releases/v5.x) by
@go-git-renovate[bot] in go-git/go-git#1839- git: worktree, optimize infiles function for very large repos by
@k-anshulin go-git/go-git#1853- git: Add strict checks for supported extensions by
@pjbgfin go-git/go-git#1861- backport, git: Improve Status() speed with new index.ModTime check by
@cedric-appdirectin go-git/go-git#1862- storage: filesystem, Avoid overwriting loose obj files by
@pjbgfin go-git/go-git#1864Full Changelog: https://github.com/go-git/go-git/compare/v5.16.5...v5.17.0
bdf0688
Merge pull request #1864
from pjbgf/v5-issue-555290e52
storage: filesystem, Avoid overwriting loose obj files. Fixes #555d20a62
storage: filesystem, Fix permissions for loose and packed objs8ed442c
backport, git: Improve Status() speed with new index.ModTime check (#1862)c7b5960
build: Align test workflow with main8e71edf
git: Add strict checks for supported extensions438a37f
git: worktree, optimize infiles function for very large repos (#1853)67c7006
Merge pull request #1839
from go-git/renovate/releases/v5.x-go-github.com-go-...4ca3f02
build: Update module github.com/go-git/go-git/v5 to v5.16.5
[SECURITY]Sourced from github.com/cloudflare/circl's releases.
CIRCL v1.6.3
Fix a bug on ecc/p384 scalar multiplication.
What's Changed
- sign/mldsa: Check opts for nil value by
@armfazhin cloudflare/circl#582- ecc/p384: Point addition must handle point doubling case. by
@armfazhin cloudflare/circl#583- Release CIRCL v1.6.3 by
@armfazhin cloudflare/circl#584Full Changelog: https://github.com/cloudflare/circl/compare/v1.6.2...v1.6.3
CIRCL v1.6.2
- New SLH-DSA, improvements in ML-DSA for arm64.
- Tested compilation on WASM.
What's Changed
- Optimize pairing product computation by moving exponentiations to G1. by
@dfaranhain cloudflare/circl#547- sign: Adding SLH-DSA signature by
@armfazhin cloudflare/circl#512- Update code generators to CIRCL v1.6.1. by
@armfazhin cloudflare/circl#548- ML-DSA: Add preliminary Wycheproof test vectors by
@bwesterbin cloudflare/circl#552- go fmt by
@bwesterbin cloudflare/circl#554- gz-compressing test vectors, use of HexBytes and ReadGzip functions. by
@armfazhin cloudflare/circl#555- group: Removes use of elliptic Marshal and Unmarshal functions. by
@armfazhin cloudflare/circl#556- Support encoding/decoding ML-DSA private keys (as long as they contain seeds) by
@bwesterbin cloudflare/circl#559- Update to golangci-lint v2 by
@bwesterbin cloudflare/circl#560- Preparation for ARM64 Implementation of poly operations for dilithium package. by
@elementricsin cloudflare/circl#562- prepare power2Round for custom implementations in assembly by
@elementricsin cloudflare/circl#564- ARM64 implementation for poly.PackLe16 by
@elementricsin cloudflare/circl#563- add arm64 version of polyMulBy2toD by
@elementricsin cloudflare/circl#565- add arm64 version of polySub by
@elementricsin cloudflare/circl#566- group: add byteLen method for short groups and RandomScalar uses rand.Int by
@armfazhin cloudflare/circl#568- add arm64 version of poly.Add/Sub by
@elementricsin cloudflare/circl#572- group: Adding cryptobyte marshaling to scalars by
@armfazhin cloudflare/circl#569- Bumping up to Go1.25 by
@armfazhin cloudflare/circl#574- ci: Including WASM compilation. by
@armfazhin cloudflare/circl#577- Revert to using package-declared HPKE errors for shortkem instead of standard library errors by
@harshiniwhoin cloudflare/circl#578- Release v1.6.2 by
@armfazhin cloudflare/circl#579New Contributors
@dfaranhamade their first contribution in cloudflare/circl#547@elementricsmade their first contribution in cloudflare/circl#562@harshiniwhomade their first contribution in cloudflare/circl#578Full Changelog: https://github.com/cloudflare/circl/compare/v1.6.1...v1.6.2
24ae53c
Release CIRCL v1.6.3581020b
Rename method to oddMultiplesProjective.12209a4
Removing unused cmov for jacobian points.fcba359
ecc/p384: use of complete projective formulas for scalar
multiplication.5e1bae8
ecc/p384: handle point doubling in point addition with Jacobian
coordinates.3416046
Check opts for nil value.a763d47
Release CIRCL v1.6.23c70bf9
Bump x/crypto x/sys dependencies.3f0f15b
Revert to using package-declared HPKE errors for shortkem instead of
standard...23491bd
Adding generic Power2Round method.Sourced from actions/setup-go's releases.
v6.3.0
What's Changed
- Update default Go module caching to use go.mod by
@priyagupta108in actions/setup-go#705- Fix golang download url to go.dev by
@178inabain actions/setup-go#469Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.3.0
4b73464
Fix golang download url to go.dev (#469)a5f9b05
Update default Go module caching to use go.mod (#705)