Releases: atc0005/check-cert
Releases · atc0005/check-cert
v0.5.2
Overview
- Dependency updates
- built using Go 1.16.10
- Statically linked
- Linux (x86, x64)
Changed
-
Dependencies
Go
1.16.8
to1.16.10
atc0005/go-nagios
v0.7.0
tov0.8.1
rs/zerolog
v1.25.0
tov1.26.0
actions/checkout
v2.3.4
tov2.4.0
actions/setup-node
v2.4.0
tov2.4.1
-
(GH-229) Update README to list downloading binaries as alternative to
building from source
Fixed
- (GH-228) Fix CHANGELOG deps update details
References
- See the
v0.5.2
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.5.1
Overview
- Dependency updates
- built using Go 1.16.8
- Statically linked
- Linux (x86, x64)
Changed
-
Dependencies
Go
1.16.7
to1.16.8
atc0005/go-nagios
v0.6.1
tov0.7.0
rs/zerolog
v1.23.0
tov1.25.0
-
Replace bundled
ServiceState
type -
README
- Add missing cert file eval support to feature list
References
- See the
v0.5.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.5.0
Overview
- Add new flag to
check_cert
plugin - Bug fixes
- built using Go 1.16.7
- Statically linked
- Linux (x86, x64)
Added
check_cert
plugin- (GH-193) Add support for monitoring certificate file
Fixed
lscert
check_cert
plugin- (GH-207) Invalid formatting interpolation for debug logging message
References
- See the
v0.5.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.5
Overview
- Dependency updates
- built using Go 1.16.7
- Statically linked
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.6
to1.16.7
actions/setup-node
- updated from
v2.3.2
tov2.4.0
- updated from
References
- See the
v0.4.5
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.4
Overview
- Add new flag
- Change existing flag
- Dependency update
- built using Go 1.16.6
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Added
- Implement
verbose
flag- expose certificate fingerprints
- expose
KeyID
andIssuerKeyID
values- previously shown by default
Changed
-
Flags
- reassign
v
short flag fromversion
toverbose
flag
- reassign
-
Output
KeyID
andIssuerKeyID
values are now shown only when thev
short
flag orverbose
long flags are specified
-
Dependencies
actions/setup-node
- updated from
v2.3.0
tov2.3.2
- updated from
References
- See the
v0.4.4
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.3
Overview
- Bug fixes
- Dependency updates
- built using Go 1.16.6
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
-
dependencies
actions/setup-node
- updated from
v2.2.0
tov2.3.0
- updated from
-
documentation
- Add Overview example
- Refresh
check_cert
examples
Fixed
References
- See the
v0.4.3
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.2
Overview
- Dependency updates
- built using Go 1.16.6
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Added
- Add "canary" Dockerfile to track stable Go releases, serve as a reminder to
generate fresh binaries
Changed
- dependencies
Go
1.15.8
to1.16.6
atc0005/go-nagios
v0.6.0
tov0.6.1
- upgrade
rs/zerolog
v1.20.0
tov1.23.0
actions/setup-node
- updated from
v2.1.4
tov2.2.0
- update
node-version
value to always use latest LTS version instead of
hard-coded version
- updated from
References
- See the
v0.4.2
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.1
Overview
- Bugfixes
- built using Go 1.15.8
Changed
-
Swap out GoDoc badge for pkg.go.dev badge
-
dependencies
go.mod
Go version- updated from
1.14
to1.15
- updated from
- built using Go 1.15.8
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
atc0005/go-nagios
- updated from
v0.5.2
tov0.6.0
- updated from
Fixed
- Fix Go module path
- Remove Octet Range Addressing test binary
References
- See the
v0.4.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.0
Overview
Merry Christmas, Happy Holidays and (before long) Happy New Year!
all
- new: add timestamp field to logger output
- built using Go 1.15.6
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
certsum
- bug fixes
- speed improvements
- new: application timeout
Added
all
- add timestamp field to structured logging output
certsum
- application timeout
- default value set to help prevent app from "hanging"
- custom values accepted to allow working around "brittle" or
non-compliant devices which may take longer than usual to respond to
scan attempts
- application timeout
Changed
certsum
- refactor concurrent scanning implementation to increase speed, reduce
complexity and help prevent deadlocks between competing tasks - increase summary output details
- refactor concurrent scanning implementation to increase speed, reduce
Fixed
certsum
- Various potential race conditions and deadlocks
References
- See the
v0.4.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.3.1
Overview
certsum
- minor fixes
- speed improvements
- built using Go 1.15.6
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- cert scanning is performed concurrently (estimated 2x speed increase)
- Add timing info to port scanning, cert scanning steps
Fixed
- Incomplete logging call for port scan error
- Doc comment func name incorrect
panic: sync: negative WaitGroup counter
References
- See the
v0.3.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.