Skip to content

Releases: atc0005/check-whois

v0.2.11

22 Sep 10:31
161fa3d
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.25
  • (GH-98) Update project to Go 1.19
  • (GH-99) Update Makefile and GitHub Actions Workflows

References

v0.2.10

25 Aug 11:37
5cdeabb
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • 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-95) Apply Go 1.19 specific doc comments linting fixes

References

v0.2.9

21 Jul 12:27
26df7cc
Compare
Choose a tag to compare

Overview

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

Changed

  • Dependencies
    • Go
      • 1.17.10 to 1.17.12
    • likexian/whois
      • v1.12.5 to v1.14.2
    • likexian/whois-parser
      • v1.22.0 to v1.24.1
    • atc0005/go-nagios
      • v0.8.2 to v0.9.1
    • rs/zerolog
      • v1.26.1 to v1.27.0

Fixed

  • (GH-88) Update lintinstall Makefile recipe
  • (GH-90) Fix atc0005/go-nagios library usage linting errors
  • (GH-93) Fix unused Markdownlint reference

References

v0.2.8

13 May 12:00
621c372
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.2.7

29 Apr 11:44
c8a372d
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
    • likexian/whois
      • v1.12.4 to v1.12.5

References

v0.2.6

02 Mar 10:43
5da573a
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
    • actions/checkout
      • v2.4.0 to v3
    • actions/setup-node
      • v2.5.1 to v3

Fixed

  • (GH-66) Expand linting GitHub Actions Workflow to include oldstable,
    unstable container images
  • (GH-67) Switch Docker image source from Docker Hub to GitHub Container
    Registry (GHCR)

References

v0.2.5

21 Jan 12:53
eb979c0
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-60) Update go.mod file, canary Dockerfile to reflect current
        dependencies
    • atc0005/go-nagios
      • v0.8.1 to v0.8.2

Fixed

  • (GH-61) Remove additional cert references
  • (GH-62) Fix doc comments for FormattedExpiration func

References

v0.2.4

28 Dec 11:26
53f7afe
Compare
Choose a tag to compare

Overview

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

Changed

  • Dependencies

    • Go
      • 1.16.10 to 1.16.12
    • rs/zerolog
      • v1.26.0 to v1.26.1
    • actions/setup-node
      • v2.4.1 to v2.5.1
  • (GH-54) Help output generated by -h, --help flag is sent to stderr,
    should go to stdout instead

Fixed

  • (GH-49) Add missing subsection to CHANGELOG entry

References

v0.2.3

08 Nov 10:18
911f4d5
Compare
Choose a tag to compare

Overview

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

Changed

  • Dependencies

    • Go
      • 1.16.8 to 1.16.10
    • atc0005/go-nagios
      • v0.7.0 to v0.8.1
    • rs/zerolog
      • v1.25.0 to v1.26.0
    • actions/checkout
      • v2.3.4 to v2.4.0
    • actions/setup-node
      • v2.4.0 to v2.4.1
    • likexian/whois
      • v1.12.1 to v1.12.4
    • likexian/whois-parser
      • v1.20.5 to v1.22.0
  • (GH-39) Replace bundled ServiceState type

Fixed

  • (GH-41) Fix various typos and copy/paste/modify issues

References

v0.2.2

23 Sep 12:30
9d28639
Compare
Choose a tag to compare

Overview

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

Changed

  • Dependencies
    • Go
      • 1.16.7 to 1.16.8
    • atc0005/go-nagios
      • v0.6.1 to v0.7.0
    • rs/zerolog
      • v1.23.0 to v1.25.0
    • likexian/whois-parser
      • v1.20.4 to v1.20.5

References