Skip to content

v0.8.2

Compare
Choose a tag to compare
@atc0005 atc0005 released this 13 Jul 12:04
· 328 commits to master since this release
b20515d

Overview

  • RPM package improvements
  • Bug fixes
  • Dependency updates
  • built using Go 1.19.11
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.19.10 to 1.19.11
    • atc0005/go-nagios
      • v0.15.0 to v0.16.0
    • atc0005/go-ci
      • go-ci-oldstable-build-v0.11.0 to go-ci-oldstable-build-v0.11.3
    • golang.org/x/sys
      • v0.9.0 to v0.10.0
    • golang.org/x/oauth2
      • v0.8.0 to v0.10.0
    • golang.org/x/text
      • v0.10.0 to v0.11.0
    • google.golang.org/protobuf
      • v1.30.0 to v1.31.0
  • (GH-460) Update RPM postinstall scripts to use restorecon

Fixed

  • (GH-450) Restore local CodeQL workflow
  • (GH-459) Correct logging format listed in README

References