This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
Releases: atc0005/brick
Releases · atc0005/brick
v0.4.19
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
atc0005/go-teams-notify
v2.6.0
tov2.6.1
alexflint/go-arg
v1.4.2
tov1.4.3
actions/checkout
v2.4.0
tov3
actions/setup-node
v2.5.1
tov3
-
(GH-275) Expand linting GitHub Actions Workflow to include
oldstable
,
unstable
container images -
(GH-274) Switch Docker image source from Docker Hub to GitHub Container
Registry (GHCR)
Fixed
- (GH-277) var-declaration: should omit type string from declaration of var
(revive)
References
- See the
v0.4.19
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.18
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-270) Update go.mod file, canary Dockerfile to reflect current
dependencies
References
- See the
v0.4.18
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.17
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.4.17
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.16
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
actions/checkout
v2.3.4
tov2.4.0
Fixed
- (GH-261) False positive
G307: Deferring unsafe method "Close" on type "*os.File" (gosec)
linting error
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
- built using Go 1.16.8
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.7
to1.16.8
pelletier/go-toml
v1.9.3
tov1.9.4
actions/setup-node
v2.4.0
tov2.4.1
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.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.2.0
tov2.4.0
- updated from
Fixed
- CHANGELOG
- add missing Overview section for
v0.4.13
release
- add missing Overview section for
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.6
Added
- Add "canary" Dockerfile to track stable Go releases, serve as a reminder to
generate fresh binaries
Changed
- dependencies
Go
1.16.3
to1.16.6
atc0005/go-teams-notify
v2.5.0
tov2.6.0
alexflint/go-arg
v1.4.1
tov1.4.2
pelletier/go-toml
v1.9.0
tov1.9.3
actions/setup-node
v2.1.5
tov2.2.0
- update
node-version
value to always use latest LTS version instead of
hard-coded version
References
- See the
v0.4.13
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.12
Overview
- Misc fixes
- Dependency update
- built using Go 1.16.3
Added
- Add
version
flag fores
binary
Changed
- dependencies
alexflint/go-arg
v1.3.0
tov1.4.1
Fixed
- version string placeholder displayed in help/version output instead of
expected version tag / commit hash
References
- See the
v0.4.12
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.11
Changed
- dependencies
- built using Go 1.16.3
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
atc0005/go-teams-notify
v2.4.2
tov2.5.0
pelletier/go-toml
v1.8.1
tov1.9.0
actions/setup-node
v2.1.4
tov2.1.5
- built using Go 1.16.3
Fixed
- Linting
- Replace deprecated linter: scopelint
- SA1019: goteamsnotify.IsValidWebhookURL is deprecated: use
API.ValidateWebhook() method instead. (staticcheck)
References
- See the
v0.4.11
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.10
Changed
- 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-teams-notify
v2.3.0
tov2.4.2
actions/setup-node
v2.1.2
tov2.1.4
Fixed
files.appendToFile
: Fix invalid error var reference- Fix deferred log call formatting
- Fix explicit exit code handling
References
- See the
v0.4.10
milestone for the issues associated with this release. - See our CHANGELOG for more information.