You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Overview
Add support for rootless container builds
Generate dev packages with release builds
Bug fixes
Dependency updates
built using Go 1.19.7
Statically linked
Windows (x86, x64)
Linux (x86, x64)
Added
Builds
(GH-541) Makefile | Include dev packages with future stable releases
(GH-548) Add rootless container builds via Docker/Podman
Changed
Dependencies
atc0005/go-ci
go-ci-oldstable-build-v0.9.0 to go-ci-oldstable-build-v0.10.3
mattn/go-isatty
v0.0.17 to v0.0.18
golang.org/x/sys
v0.5.0 to v0.6.0
Fixed
(GH-544) Fix lscert Windows binary InternalName metadata
(GH-546) Add missing return for perfdata add failure case
(GH-550) Update vuln analysis GHAW to use on.push hook
(GH-552) cmd/certsum/certcheck.go:89:2: unused-parameter: parameter
'rateLimiter' seems to be unused, consider removing or renaming it as _
(revive)
(GH-553) internal/config/logging.go:142:2: if-return: redundant if ...; err
!= nil check, just return error instead. (revive)
(GH-554) internal/certs/validation-results.go:693:47: unused-parameter:
parameter 'verbose' seems to be unused, consider removing or renaming it as
_ (revive)
(GH-555) internal/certs/validation-sans.go:82:2: unused-parameter: parameter
'dnsName' seems to be unused, consider removing or renaming it as _ (revive)