Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Releases: atc0005/brick

v0.4.19

03 Mar 11:45
755e6e0
Compare
Choose a tag to compare

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 to 1.17.7
    • atc0005/go-teams-notify
      • v2.6.0 to v2.6.1
    • alexflint/go-arg
      • v1.4.2 to v1.4.3
    • actions/checkout
      • v2.4.0 to v3
    • actions/setup-node
      • v2.5.1 to v3
  • (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

v0.4.18

03 Mar 11:29
22677f4
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.17.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.12 to 1.17.6
      • (GH-270) Update go.mod file, canary Dockerfile to reflect current
        dependencies

References

v0.4.17

10 Jan 16:52
935f6a5
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.12
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.10 to 1.16.12
    • actions/setup-node
      • v2.4.1 to v2.5.1

References

v0.4.16

10 Nov 11:24
5aa5037
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.10
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.8 to 1.16.10
    • actions/checkout
      • v2.3.4 to v2.4.0

Fixed

  • (GH-261) False positive G307: Deferring unsafe method "Close" on type "*os.File" (gosec) linting error

References

v0.4.15

30 Sep 12:19
86250ba
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.8
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.7 to 1.16.8
    • pelletier/go-toml
      • v1.9.3 to v1.9.4
    • actions/setup-node
      • v2.4.0 to v2.4.1

References

v0.4.14

08 Aug 14:32
4559f1f
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.7
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.6 to 1.16.7
    • actions/setup-node
      • updated from v2.2.0 to v2.4.0

Fixed

  • CHANGELOG
    • add missing Overview section for v0.4.13 release

References

v0.4.13

20 Jul 11:22
efbc6a8
Compare
Choose a tag to compare

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 to 1.16.6
    • atc0005/go-teams-notify
      • v2.5.0 to v2.6.0
    • alexflint/go-arg
      • v1.4.1 to v1.4.2
    • pelletier/go-toml
      • v1.9.0 to v1.9.3
    • actions/setup-node
      • v2.1.5 to v2.2.0
      • update node-version value to always use latest LTS version instead of
        hard-coded version

References

v0.4.12

28 Apr 11:42
ab81b02
Compare
Choose a tag to compare

Overview

  • Misc fixes
  • Dependency update
  • built using Go 1.16.3

Added

  • Add version flag for es binary

Changed

  • dependencies
    • alexflint/go-arg
      • v1.3.0 to v1.4.1

Fixed

  • version string placeholder displayed in help/version output instead of
    expected version tag / commit hash

References

v0.4.11

15 Apr 13:19
d105cc7
Compare
Choose a tag to compare

Changed

  • dependencies
    • built using Go 1.16.3
      • Statically linked
      • Windows (x86, x64)
      • Linux (x86, x64)
    • atc0005/go-teams-notify
      • v2.4.2 to v2.5.0
    • pelletier/go-toml
      • v1.8.1 to v1.9.0
    • actions/setup-node
      • v2.1.4 to v2.1.5

Fixed

  • Linting
    • Replace deprecated linter: scopelint
    • SA1019: goteamsnotify.IsValidWebhookURL is deprecated: use
      API.ValidateWebhook() method instead. (staticcheck)

References

v0.4.10

21 Feb 13:38
218033b
Compare
Choose a tag to compare

Changed

  • dependencies
    • go.mod Go version
      • updated from 1.14 to 1.15
    • built using Go 1.15.8
      • Statically linked
      • Windows (x86, x64)
      • Linux (x86, x64)
    • atc0005/go-teams-notify
      • v2.3.0 to v2.4.2
    • actions/setup-node
      • v2.1.2 to v2.1.4

Fixed

  • files.appendToFile: Fix invalid error var reference
  • Fix deferred log call formatting
  • Fix explicit exit code handling

References