Skip to content

Commit

Permalink
Merge pull request #207 from atc0005/update-changelog-for-v0.3.7-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.3.7 release
  • Loading branch information
atc0005 authored Jan 20, 2021
2 parents 795c44c + 9445063 commit 6d59440
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,35 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.3.6] - 2020-01-11
## [v0.3.7] - 2021-01-20

### Changed

- Move grouped Dockerfiles into separate subdirectories
- workaround a bug in Dependabot which replaces separate Docker images with
the same image (dependabot/dependabot-core#2179)

- Go versions
- Update `go-ci-stable` from `1.15.6` to `1.15.7`
- Update `go-ci-oldstable` from `1.14.13` to `1.14.15`
- Update `go-ci-unstable` from `1.15.6` to `1.15.7`
- the plan is to swap out to the next unstable Go version when it becomes
available
- Update `go-ci-stable-debian-build` from `1.15.6` to `1.15.7`
- Update `go-ci-stable-alpine-buildx86` from`1.15.6-alpine3.12` to
`1.15.7-alpine3.12`
- Update `go-ci-stable-alpine-buildx64` from `1.15.6-alpine3.12` to
`1.15.7-alpine3.12`

NOTE: The `go-ci-lint-only` image is *not* updated in this release. We're
waiting on a new upstream release.

### Fixed

- Year in previous CHANGELOG version entries incorrect
- golangci-lint version in linters table outdated

## [v0.3.6] - 2021-01-11

### Changed

Expand All @@ -36,7 +64,7 @@ The following types of changes will be recorded in this file:
- binary installed within `oldstable`, `stable` and `unstable` images
- Docker image used as a builder/base for `lint-only` image

## [v0.3.5] - 2020-01-08
## [v0.3.5] - 2021-01-08

### Changed

Expand Down Expand Up @@ -408,7 +436,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.6...HEAD
[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.7...HEAD
[v0.3.7]: https://github.com/atc0005/go-ci/releases/tag/v0.3.7
[v0.3.6]: https://github.com/atc0005/go-ci/releases/tag/v0.3.6
[v0.3.5]: https://github.com/atc0005/go-ci/releases/tag/v0.3.5
[v0.3.4]: https://github.com/atc0005/go-ci/releases/tag/v0.3.4
Expand Down

0 comments on commit 6d59440

Please sign in to comment.