Releases: atc0005/check-mail
Releases · atc0005/check-mail
v0.4.16
Overview
- Dependency updates
- Bugfixes
- built using Go 1.17.9
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.17.7
to1.17.9
tc-hib/go-winres
v0.2.4
tov0.3.0
Fixed
- (GH-274) err113: do not compare errors directly "got != want", use
"!errors.Is(got, want)"
References
- See the
v0.4.16
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.15
Overview
- Dependency updates
- CI / linting improvements
- Bugfixes
- built using Go 1.17.7
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
-
Dependencies
Go
1.17.6
to1.17.7
gopkg.in/ini.v1
v1.66.3
tov1.66.4
actions/checkout
v2.4.0
tov3
actions/setup-node
v2.5.1
tov3
-
(GH-264) Expand linting GitHub Actions Workflow to include
oldstable
,
unstable
container images -
(GH-265) Switch Docker image source from Docker Hub to GitHub Container
Registry (GHCR)
Fixed
- (GH-267) var-declaration linting errors from revive linter
References
- See the
v0.4.15
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.14
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-259) Update go.mod file, canary Dockerfile to reflect current
dependencies
gopkg.in/ini.v1
v1.66.2
tov1.66.3
atc0005/go-nagios
v0.8.1
tov0.8.2
Fixed
- (GH-256) Fix Go release version for v0.4.13 release
References
- See the
v0.4.14
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.13
Overview
- Dependency updates
- built using Go 1.16.12
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Added
- (GH-248) Dependabot monitoring of "tools" used for build process, etc.
Changed
-
Dependencies
Go
1.16.10
to1.16.12
gopkg.in/ini.v1
v1.63.2
to1.66.2
rs/zerolog
v1.26.0
tov1.26.1
actions/setup-node
v2.4.1
tov2.5.1
-
(GH-246) Help output generated by
-h
,--help
flag is sent tostderr
,
should go tostdout
instead
Fixed
- (GH-237) CHANGELOG: Fix indentation of dependency update version
- (GH-249) Add missing build entry for list-emails CLI app in the Build
codebase GitHub Actions workflow
References
- See the
v0.4.13
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.12
Overview
- Dependency updates
- built using Go 1.16.10
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.8
to1.16.10
emersion/go-imap
v1.1.0
tov1.2.0
atc0005/go-nagios
v0.7.0
tov0.8.1
actions/checkout
v2.3.5
tov2.4.0
actions/setup-node
v2.4.0
tov2.4.1
rs/zerolog
v1.25.0
tov1.26.0
Fixed
- (GH-234) False positive
G307: Deferring unsafe method "Close" on type "*os.File" (gosec)
linting error
References
- See the
v0.4.12
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.11
Overview
- Dependency updates
- built using Go 1.16.8
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.7
to1.16.8
atc0005/go-nagios
v0.6.1
tov0.7.0
gopkg.in/ini.v1
v1.62.0
to1.63.2
rs/zerolog
v1.23.0
tov1.25.0
References
- See the
v0.4.11
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.10
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
- updated from
v2.3.0
tov2.4.0
- updated from
Fixed
- README
- Fix typo in features list
References
- See the
v0.4.10
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.9
Overview
- Output tweak
- Windows binaries metadata
- built using Go 1.16.6
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Added
Changed
References
- See the
v0.4.9
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.8
Overview
- Output tweak
- built using Go 1.16.6
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
References
- See the
v0.4.8
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.7
Overview
- Bugfixes
- Dependency updates
- built using Go 1.16.6
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
actions/setup-node
v2.2.0
tov2.3.0
Fixed
- (GH-190, GH-197) runtime error: invalid memory address or nil pointer
dereference (github.com/emersion/go-imap/client.(*Client).Login)
References
- See the
v0.4.7
milestone for the issues associated with this release. - See our CHANGELOG for more information.