Releases: atc0005/check-ntpt
Releases · atc0005/check-ntpt
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.9
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Added
Changed
- (GH-132) Switch to semantic versioning (semver) compatible versioning
pattern - (GH-133) Makefile: Compress binaries & use fixed filenames
- (GH-130) Makefile: Refresh recipes to add "standard" set, new
package-related options - (GH-129) 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.1
Overview
- Bug fixes
- Dependency updates
- GitHub Actions workflow updates
- built using Go 1.19.9
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.19.4
to1.19.9
beevik/ntp
v0.3.0
tov1.0.0
golang.org/x/net
v0.4.0
tov0.10.0
golang.org/x/sys
v0.3.0
tov0.8.0
- (GH-110) Add Go Module Validation, Dependency Updates jobs
- (GH-115) Drop
Push Validation
workflow - (GH-116) Rework workflow scheduling
- (GH-118) Remove
Push Validation
workflow status badge
Fixed
- (GH-124) Update vuln analysis GHAW to use on.push hook
References
- See the
v0.2.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.2.0
Overview
- Add new flag
- Bug fixes
- Dependency updates
- GitHub Actions Workflows updates
- built using Go 1.19.4
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Added
- (GH-84) Simplify default output, add verbose flag to enable emitting current
output
Changed
- Dependencies
Go
1.17.7
to1.19.4
golang.org/x/net
v0.0.0-20200707034311-ab3426394381
tov0.4.0
golang.org/x/sys
v0.0.0-20210927094055-39ccf1dd6fa6
tov0.3.0
- (GH-88) Update project to Go 1.19
- (GH-90) Update .gitignore exclusions
- (GH-91) Update Makefile and GitHub Actions Workflows
- (GH-93) Rename project from ntpt to check-ntpt
- (GH-98) Refactor GitHub Actions workflows to import logic
Fixed
- (GH-83) Update lintinstall Makefile recipe
- (GH-89) Add missing cmd doc file
- (GH-102) Fix verbose flag help output
- (GH-103) Fix Makefile Go module base path detection
References
- See the
v0.2.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.7
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
to1.17.7
actions/checkout
v2.4.0
tov3
actions/setup-node
v2.5.1
tov3
-
(GH-69) Expand linting GitHub Actions Workflow to include
oldstable
,
unstable
container images -
(GH-68) Switch Docker image source from Docker Hub to GitHub Container
Registry (GHCR)
Fixed
- (GH-71) var-declaration: should omit type string from declaration of var
(revive)
References
- See the
v0.1.7
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.6
Overview
- Dependency updates
- built using Go 1.17.6
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.12
to1.17.6
- (GH-63) Update go.mod file, canary Dockerfile to reflect current
dependencies
References
- See the
v0.1.6
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.5
Overview
- Dependency updates
- built using Go 1.16.12
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.10
to1.16.12
actions/setup-node
v2.4.1
tov2.5.1
References
- See the
v0.1.5
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.4
Overview
- Dependency updates
- built using Go 1.16.10
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
-
Dependencies
Go
1.16.7
to1.16.10
actions/checkout
v2.3.4
tov2.4.0
actions/setup-node
v2.4.0
tov2.4.1
-
(GH-49) Lock Go version to the latest "oldstable" series
References
- See the
v0.1.4
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.3
Overview
- Dependency updates
- built using Go 1.16.7
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.6
to1.16.7
actions/setup-node
- update
node-version
value to always use latest LTS version instead of
hard-coded version - updated from
v2.2.0
tov2.4.0
- update
References
- See the
v0.1.3
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.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
-
Swap out GoDoc badge for pkg.go.dev badge
-
Dependencies
Go
1.15.2
to1.16.6
actions/checkout
v2.3.3
tov2.3.4
actions/setup-node
v2.1.2
tov2.2.0
- update
node-version
value to always use latest LTS version instead of
hard-coded version
References
- See the
v0.1.2
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.1.1
Added
- Binary release
- Built using Go 1.15.2
- Statically linked
- Windows
- x86
- x64
- Linux
- x86
- x64
Changed
-
Dependencies
actions/checkout
v2.3.1
tov2.3.3
actions/setup-node
v2.1.1
tov2.1.2
-
Add
-trimpath
build flag
Fixed
- Makefile build options do not generate static binaries
- Makefile generates checksums with qualified path
- Typo in README
- Missing doc comment
References
- See the
v0.1.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.