Skip to content

Releases: atc0005/check-ssh

v0.3.3-alpha.1

24 Jul 11:10
6b8b0f5
Compare
Choose a tag to compare
v0.3.3-alpha.1 Pre-release
Pre-release

What's Changed

New Features or Enhancements 🎉

  • Add initial automated release notes config by @atc0005 in #56
  • Add initial automated release build workflow by @atc0005 in #58

Dependency Updates

  • docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.11.3 to go-ci-oldstable-build-v0.11.4 in /dependabot/docker/builds by @dependabot in #55
  • docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.11.4 to go-ci-oldstable-build-v0.11.5 in /dependabot/docker/builds by @dependabot in #57
  • Switch Docker images for development branch by @atc0005 in #59
  • canary: bump golang from 1.21rc2 to 1.21rc3 in /dependabot/docker/go by @dependabot in #61
  • docker: bump atc0005/go-ci from go-ci-unstable-build-v0.11.4 to go-ci-unstable-build-v0.11.5 in /dependabot/docker/builds by @dependabot in #62
  • docker: bump atc0005/go-ci from go-ci-unstable-build-v0.11.5 to go-ci-unstable-build-v0.13.1 in /dependabot/docker/builds by @dependabot in #64

Full Changelog: v0.3.2...v0.3.3-alpha.1

v0.3.2

13 Jul 12:38
f55f347
Compare
Choose a tag to compare

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-ci
      • go-ci-oldstable-build-v0.11.1 to go-ci-oldstable-build-v0.11.3
    • golang.org/x/crypto
      • v0.10.0 to v0.11.0
    • golang.org/x/sys
      • v0.9.0 to v0.10.0
  • (GH-44) List supported network types in flag help text
  • (GH-50) Update RPM postinstall scripts to use restorecon

Fixed

  • (GH-47) README missing performance data metrics table
  • (GH-48) Correct logging format listed in README

References

v0.3.1

30 Jun 12:11
090d0eb
Compare
Choose a tag to compare

Overview

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

Changed

  • Dependencies
    • atc0005/go-ci
      • go-ci-oldstable-build-v0.11.0 to go-ci-oldstable-build-v0.11.1
    • atc0005/go-nagios
      • v0.15.0 to v0.16.0

Fixed

  • (GH-40) Removed unused config constant
  • (GH-41) Fix logger field label for username value

References

v0.3.0

21 Jun 10:15
e32a8eb
Compare
Choose a tag to compare

Overview

  • Add new flag
  • built using Go 1.19.10
    • Statically linked
    • Linux (x86, x64)
    • Windows (x86, x64)

Added

  • (GH-34) Allow toggling SSH command output on/off

References

v0.2.0

20 Jun 11:01
a9bcbdb
Compare
Choose a tag to compare

Overview

  • Add new flag
  • Dependency updates
  • built using Go 1.19.10
    • Statically linked
    • Linux (x86, x64)
    • Windows (x86, x64)

Added

  • (GH-30) Add support for setting custom timeout

Changed

  • Dependencies
    • atc0005/go-ci
      • go-ci-oldstable-build-v0.10.6 to go-ci-oldstable-build-v0.11.0

References

v0.1.1

14 Jun 12:01
6dd9978
Compare
Choose a tag to compare

Overview

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

Changed

  • Dependencies
    • golang.org/x/crypto
      • v0.9.0 to v0.10.0
  • (GH-25) Add CodeQL workflow configuration

Fixed

  • (GH-26) Enable building of Windows assets

References

v0.1.0

13 Jun 11:10
57c779c
Compare
Choose a tag to compare

Overview

  • Initial release
  • built using Go 1.19.10
    • Statically linked
    • Linux (x86, x64)

Added

Initial release!

This release provides early release versions of a plugin used to monitor SSH
access:

Tool Name Overall Status Description
check_ssh_login Alpha Nagios plugin used to monitor for unexpected SSH login results.

See the project README for additional details.

References