Skip to content

v0.8.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 11 May 12:28
· 376 commits to master since this release
4e6940b

Overview

  • Build improvements
  • Bug fixes
  • Dependency updates
  • built using Go 1.19.9
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-419) Add rootless container builds via Docker/Podman

Changed

  • Dependencies
    • Go
      • 1.19.7 to 1.19.9
    • atc0005/go-ci build image
      • go-ci-oldstable-build-v0.10.3 to go-ci-oldstable-build-v0.10.5
    • golang.org/x/oauth2
      • v0.6.0 to v0.8.0
    • rs/zerolog
      • v1.29.0 to v1.29.1
    • golang.org/x/net
      • v0.8.0 to v0.10.0
    • golang.org/x/sys
      • v0.6.0 to v0.8.0
    • golang.org/x/text
      • v0.8.0 to v0.9.0
  • (GH-420) Add .dockerignore file for use during image builds

Fixes

  • (GH-411) Update vuln analysis GHAW to use on.push hook
  • (GH-430) Fix if-return, unused-parameter linting errors
  • (GH-431) Fix errwrap linting issue

References