Skip to content

Commit a291678

Browse files
authored
Merge pull request #286 from atc0005/update-changelog-for-v0.3.18-release
Update CHANGELOG for v0.3.18 release
2 parents 220e136 + 2925228 commit a291678

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ The following types of changes will be recorded in this file:
2626

2727
- placeholder
2828

29+
## [v0.3.18] - 2021-03-26
30+
31+
### Changed
32+
33+
- Dependencies
34+
- `golangci/golangci-lint`
35+
- `v1.38.0` to `v1.39.0`
36+
- binary installed within `oldstable`, `stable` and `unstable` images
37+
- Docker image used as a builder/base for `lint-only` image
38+
- `fatih/errwrap`
39+
- `v1.2.0` to `v1.3.1`
40+
- for images other than `oldstable` (see Removed section)
41+
42+
### Removed
43+
44+
- Dependencies
45+
- `fatih/errwrap`
46+
- removed from the `oldstable` image since it now requires Go 1.16
47+
- the plan is to restore this once Go 1.17 is released and Go 1.16 becomes
48+
the `oldstable` version
49+
2950
## [v0.3.17] - 2021-03-12
3051

3152
### Changed
@@ -578,7 +599,8 @@ waiting on a new upstream release.
578599
tools that we include in our container images
579600
- Dockerfile base images
580601

581-
[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.17...HEAD
602+
[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.18...HEAD
603+
[v0.3.18]: https://github.com/atc0005/go-ci/releases/tag/v0.3.18
582604
[v0.3.17]: https://github.com/atc0005/go-ci/releases/tag/v0.3.17
583605
[v0.3.16]: https://github.com/atc0005/go-ci/releases/tag/v0.3.16
584606
[v0.3.15]: https://github.com/atc0005/go-ci/releases/tag/v0.3.15

0 commit comments

Comments
 (0)