Releases: atc0005/check-whois
Releases · atc0005/check-whois
v0.3.5-alpha.2
What's Changed
New Features or Enhancements 🎉
Dependency Updates
- go.mod: bump github.com/rs/zerolog from 1.29.1 to 1.30.0 by @dependabot in #229
- go.mod: bump golang.org/x/net from 0.12.0 to 0.13.0 by @dependabot in #233
- canary: bump golang from 1.21rc3 to 1.21rc4 in /dependabot/docker/go by @dependabot in #234
- docker: bump atc0005/go-ci from go-ci-unstable-build-v0.13.1 to go-ci-unstable-build-v0.13.3 in /dependabot/docker/builds by @dependabot in #244
- canary: bump golang from 1.21rc4 to 1.21 in /dependabot/docker/go by @dependabot in #243
- go.mod: bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #242
- go.mod: bump golang.org/x/text from 0.11.0 to 0.12.0 by @dependabot in #241
- go.mod: bump golang.org/x/net from 0.13.0 to 0.14.0 by @dependabot in #240
- docker: bump atc0005/go-ci from go-ci-unstable-build-v0.13.3 to go-ci-unstable-build-v0.13.4 in /dependabot/docker/builds by @dependabot in #246
Full Changelog: v0.3.5-alpha.1...v0.3.5-alpha.2
v0.3.5-alpha.1
What's Changed
New Features or Enhancements 🎉
- Add initial automated release notes config by @atc0005 in #216
- Add initial automated release build workflow by @atc0005 in #218
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 #215
- 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 #217
- Switch Docker images for development branch by @atc0005 in #219
- canary: bump golang from 1.21rc2 to 1.21rc3 in /dependabot/docker/go by @dependabot in #221
- docker: bump atc0005/go-ci from go-ci-unstable-build-v0.11.4 to go-ci-unstable-build-v0.12.0 in /dependabot/docker/builds by @dependabot in #223
- docker: bump atc0005/go-ci from go-ci-unstable-build-v0.12.0 to go-ci-unstable-build-v0.13.1 in /dependabot/docker/builds by @dependabot in #225
Full Changelog: v0.3.4...v0.3.5-alpha.1
v0.3.4
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
to1.19.11
atc0005/go-nagios
v0.15.0
tov0.16.0
atc0005/go-ci
go-ci-oldstable-build-v0.11.0
togo-ci-oldstable-build-v0.11.3
golang.org/x/sys
v0.9.0
tov0.10.0
golang.org/x/net
v0.11.0
tov0.12.0
golang.org/x/text
v0.10.0
tov0.11.0
- (GH-211) Update RPM postinstall scripts to use restorecon
- (GH-213) Update README references section
Fixed
- (GH-209) Correct logging format listed in README
References
- See the
v0.3.4
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.3.3
Overview
- Bug fix
- built using Go 1.19.10
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Fixed
- (GH-201)
runtime error: invalid memory address or nil pointer dereference
error for domains missing WhoIS record fields
References
- See the
v0.3.3
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.3.2
Overview
- Bug fixes
- GitHub Actions workflow updates
- Dependency updates
- built using Go 1.19.10
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.19.9
to1.19.10
atc0005/go-ci
go-ci-oldstable-build-v0.10.5
togo-ci-oldstable-build-v0.11.0
atc0005/go-nagios
v0.14.0
tov0.15.0
golang.org/x/net
v0.10.0
tov0.11.0
golang.org/x/sys
v0.8.0
tov0.9.0
golang.org/x/text
v0.9.0
tov0.10.0
mattn/go-isatty
v0.0.18
tov0.0.19
- (GH-194) Update vuln analysis GHAW to remove on.push hook
Fixed
References
- See the
v0.3.2
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.3.1
Overview
- Dependency updates
- built using Go 1.19.9
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.19.7
to1.19.9
atc0005/go-ci
go-ci-oldstable-build-v0.10.3
togo-ci-oldstable-build-v0.10.5
github.com/likexian/whois
v1.14.6
tov1.50.0
github.com/likexian/whois-parser
v1.24.7
tov1.24.8
github.com/likexian/gokit
v0.25.11
tov0.25.13
rs/zerolog
v1.29.0
tov1.29.1
golang.org/x/net
v0.8.0
tov0.10.0
golang.org/x/sys
v0.6.0
tov0.8.0
golang.org/x/text
v0.8.0
tov0.9.0
References
- See the
v0.3.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.3.0
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.7
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Added
Changed
- (GH-153) Switch to semantic versioning (semver) compatible versioning
pattern - (GH-156) Makefile: Compress binaries & use fixed filenames
- (GH-157) Makefile: Refresh recipes to add "standard" set, new
package-related options - (GH-158) Build dev/stable releases using go-ci Docker image
References
- See the
v0.3.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.2.14
Overview
- Bug fixes
- GitHub Actions workflows updates
- Dependency updates
- built using Go 1.19.7
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Added
- (GH-136) Add Go Module Validation, Dependency Updates jobs
Changed
- Dependencies
Go
1.19.4
to1.19.7
github.com/likexian/whois
v1.14.4
tov1.14.6
github.com/likexian/whois-parser
v1.24.2
tov1.24.7
github.com/likexian/gokit
v0.25.9
tov0.25.11
atc0005/go-nagios
v0.10.2
tov0.14.0
rs/zerolog
v1.28.0
tov1.29.0
github.com/mattn/go-isatty
v0.0.16
tov0.0.18
golang.org/x/net
v0.4.0
tov0.8.0
golang.org/x/sys
v0.3.0
tov0.6.0
golang.org/x/text
v0.5.0
tov0.8.0
- Misc
- (GH-130) Update nagios library usage
- CI
Fixed
- (GH-167) Update vuln analysis GHAW to use on.push
- (GH-170) Use UNKNOWN state for invalid command-line options
- (GH-171) Use UNKNOWN state for fetching & parsing failures
References
- See the
v0.2.14
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.2.13
Overview
- Dependency updates
- built using Go 1.19.4
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.19.3
to1.19.4
github.com/likexian/whois
v1.14.3-0.20221012013111-a48608e6097a
tov1.14.4
github.com/likexian/whois-parser
v1.24.1
tov1.24.2
github.com/mattn/go-colorable
v0.1.12
tov0.1.13
github.com/mattn/go-isatty
v0.0.14
tov0.0.16
golang.org/x/net
v0.0.0-20220708220712-1185a9018129
tov0.4.0
golang.org/x/sys
v0.0.0-20220520151302-bc2c85ada10a
tov0.3.0
golang.org/x/text
v0.3.7
tov0.5.0
References
- See the
v0.2.13
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.2.12
Overview
- Bug fixes
- Dependency updates
- GitHub Actions Workflows updates
- built using Go 1.19.3
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.19.1
to1.19.3
github.com/likexian/whois
v1.14.2
tov1.14.3-0.20221012013111-a48608e6097a
atc0005/go-nagios
v0.10.0
tov0.10.2
- (GH-108) Refactor GitHub Actions workflows to import logic
Fixed
- (GH-115) Receiving
dial tcp: address tcp///whois.pairdomains.com: unknown port
error for a specific domain - (GH-117) WHOIS CreatedDate value incorrectly duplicates ExpirationDate value
- (GH-119) Failure to parse date fields in WHOIS record:
parsing time "2022-06-03" as "2006-01-02T15:04:05Z07:00": cannot parse "" as "T"
- (GH-121) Fix Makefile Go module base path detection
References
- See the
v0.2.12
milestone for the issues associated with this release. - See our CHANGELOG for more information.