Skip to content

Commit

Permalink
Merge pull request #286 from atc0005/update-changelog-for-v0.3.18-rel…
Browse files Browse the repository at this point in the history
…ease

Update CHANGELOG for v0.3.18 release
  • Loading branch information
atc0005 committed Mar 26, 2021
2 parents 220e136 + 2925228 commit a291678
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Expand Up @@ -26,6 +26,27 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.3.18] - 2021-03-26

### Changed

- Dependencies
- `golangci/golangci-lint`
- `v1.38.0` to `v1.39.0`
- binary installed within `oldstable`, `stable` and `unstable` images
- Docker image used as a builder/base for `lint-only` image
- `fatih/errwrap`
- `v1.2.0` to `v1.3.1`
- for images other than `oldstable` (see Removed section)

### Removed

- Dependencies
- `fatih/errwrap`
- removed from the `oldstable` image since it now requires Go 1.16
- the plan is to restore this once Go 1.17 is released and Go 1.16 becomes
the `oldstable` version

## [v0.3.17] - 2021-03-12

### Changed
Expand Down Expand Up @@ -578,7 +599,8 @@ waiting on a new upstream release.
tools that we include in our container images
- Dockerfile base images

[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.17...HEAD
[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.18...HEAD
[v0.3.18]: https://github.com/atc0005/go-ci/releases/tag/v0.3.18
[v0.3.17]: https://github.com/atc0005/go-ci/releases/tag/v0.3.17
[v0.3.16]: https://github.com/atc0005/go-ci/releases/tag/v0.3.16
[v0.3.15]: https://github.com/atc0005/go-ci/releases/tag/v0.3.15
Expand Down

0 comments on commit a291678

Please sign in to comment.