Skip to content

Releases: atc0005/check-illiad

v0.2.0

06 Apr 11:42
0f558f6
Compare
Choose a tag to compare

Overview

  • Add support for generating DEB, RPM packages
  • Build improvements
  • Generated binary changes
    • filename patterns
    • compression (~ 66% smaller)
    • executable metadata
  • built using Go 1.19.8
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-161) Generate RPM/DEB packages using nFPM
  • (GH-162) Add version details to Windows executables

Changed

  • (GH-160) Switch to semantic versioning (semver) compatible versioning
    pattern
  • (GH-163) Makefile: Compress binaries & use fixed filenames
  • (GH-164) Makefile: Refresh recipes to add "standard" set, new
    package-related options
  • (GH-165) Build dev/stable releases using go-ci Docker image

References

v0.1.16

06 Apr 11:10
208f5f0
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • GitHub Actions workflow updates
  • built using Go 1.19.8
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-148) Add Go Module Validation, Dependency Updates jobs

Changed

  • Dependencies
    • Go
      • 1.19.4 to 1.19.8
    • atc0005/go-nagios
      • v0.10.2 to v0.14.0
    • rs/zerolog
      • v1.28.0 to v1.29.0
    • github.com/mattn/go-isatty
      • v0.0.16 to v0.0.18
    • golang.org/x/crypto
      • v0.3.0 to v0.7.0
    • golang.org/x/sys
      • v0.3.0 to v0.7.0
  • CI
    • (GH-155) Drop Push Validation workflow
    • (GH-156) Rework workflow scheduling
    • (GH-158) Remove Push Validation workflow status badge
  • Misc
    • (GH-143) Update nagios library usage, add time perfdata

Fixed

  • (GH-169) Update vuln analysis GHAW to use on.push hook
  • (GH-173) Use UNKNOWN state for invalid command-line args
  • (GH-174) Use UNKNOWN state for email evaluation failures

References

v0.1.15

09 Dec 11:20
09a4dba
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • GitHub Actions Workflows updates
  • built using Go 1.19.4
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.19.1 to 1.19.4
    • atc0005/go-nagios
      • v0.10.0 to v0.10.2
    • github.com/denisenkom/go-mssqldb
      • v0.12.2 to v0.12.3
    • github.com/mattn/go-colorable
      • v0.1.12 to v0.1.13
    • github.com/mattn/go-isatty
      • v0.0.14 to v0.0.16
    • github.com/golang-sql/civil
      • v0.0.0-20190719163853-cb61b32ac6fe to
        v0.0.0-20220223132316-b832511892a9
    • github.com/alexflint/go-scalar
      • v1.1.0 to v1.2.0
    • golang.org/x/crypto
      • v0.0.0-20220622213112-05595931fe9d to v0.3.0
    • golang.org/x/sys
      • v0.0.0-20210927094055-39ccf1dd6fa6 to v0.3.0
  • (GH-129) Refactor GitHub Actions workflows to import logic

Fixed

  • (GH-136) Fix Makefile Go module base path detection

References

v0.1.14

21 Sep 11:05
83dc138
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • GitHub Actions Workflows updates
  • built using Go 1.19.1
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.13 to 1.19.1
    • atc0005/go-nagios
      • v0.9.1 to v0.10.0
    • rs/zerolog
      • v1.27.0 to v1.28.0
    • github/codeql-action
      • v2.1.21 to v2.1.24
  • (GH-119) Update project to Go 1.19
  • (GH-120) Update Makefile and GitHub Actions Workflows

Fixed

  • (GH-118) Add missing cmd doc file

References

v0.1.13

24 Aug 10:46
af4e2dc
Compare
Choose a tag to compare

Overview

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

Changed

  • Dependencies
    • Go
      • 1.17.12 to 1.17.13

Fixed

  • (GH-115) Apply Go 1.19 specific doc comments linting fixes

References

v0.1.12

21 Jul 11:22
d02ef91
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • Bugfixes
  • built using Go 1.17.12
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.10 to 1.17.12
    • denisenkom/go-mssqldb
      • v0.12.0 to v0.12.2
    • atc0005/go-nagios
      • v0.8.2 to v0.9.1
    • rs/zerolog
      • v1.26.1 to v1.27.0

Fixed

  • (GH-110) Update lintinstall Makefile recipe
  • (GH-111) Fix various atc0005/go-nagios usage linting errors

References

v0.1.11

13 May 12:06
3a7cc5c
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.17.10
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.9 to 1.17.10

References

v0.1.10

05 May 11:28
05f0e3a
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.17.9
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.7 to 1.17.9

References

v0.1.9

02 Mar 11:48
86ff4d5
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • CI / linting improvements
  • built using Go 1.17.7
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies

    • Go
      • 1.17.6 to 1.17.7
    • denisenkom/go-mssqldb
      • v0.11.0 to v0.12.0
    • alexflint/go-arg
      • v1.4.2 to v1.4.3
    • actions/checkout
      • v2.4.0 to v3
    • actions/setup-node
      • v2.5.1 to v3
  • (GH-89) Expand linting GitHub Actions Workflow to include oldstable,
    unstable container images

  • (GH-90) Switch Docker image source from Docker Hub to GitHub Container
    Registry (GHCR)

Fixed

  • (GH-92) gosec, revive linting errors surfaced by GHAWs refresh

References

v0.1.8

21 Jan 12:36
a27e50c
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.17.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.12 to 1.17.6
      • (GH-84) Update go.mod file, canary Dockerfile to reflect current
        dependencies
    • atc0005/go-nagios
      • v0.8.1 to v0.8.2

References