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

Update CHANGELOG for v0.4.19 release #284

Merged
merged 1 commit into from
Mar 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,41 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.4.19] - 2022-03-03

### 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)

## [v0.4.18] - 2022-01-25

### Overview
Expand Down Expand Up @@ -764,7 +799,8 @@ Known issues:
- the expectation is that host-level firewall rules will be used to protect
against this until a feature can be added to filter access

[Unreleased]: https://github.com/atc0005/brick/compare/v0.4.18...HEAD
[Unreleased]: https://github.com/atc0005/brick/compare/v0.4.19...HEAD
[v0.4.19]: https://github.com/atc0005/brick/releases/tag/v0.4.19
[v0.4.18]: https://github.com/atc0005/brick/releases/tag/v0.4.18
[v0.4.17]: https://github.com/atc0005/brick/releases/tag/v0.4.17
[v0.4.16]: https://github.com/atc0005/brick/releases/tag/v0.4.16
Expand Down