Skip to content

Commit

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

Update CHANGELOG for v0.3.31 release
  • Loading branch information
atc0005 authored Aug 19, 2021
2 parents 4833656 + b7e575f commit bc8753a
Showing 1 changed file with 37 additions and 1 deletion.
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.3.31] - 2021-08-19

### Changed

- Go versions
- Update `go-ci-stable` from `1.16.7` to `1.17.0`
- Update `go-ci-unstable` from `1.17.rc2` to `1.17.0`
- Update `go-ci-oldstable` from `1.15.15` to `1.16.7`
- Update `go-ci-stable-debian-build` from `1.16.7` to `1.17.0`
- Update `go-ci-stable-alpine-buildx86` from`1.16.7-alpine3.14` to
`1.17.0-alpine3.14`
- Update `go-ci-stable-alpine-buildx64` from`1.16.7-alpine3.14` to
`1.17.0-alpine3.14`

- Dependencies
- `golangci/golangci-lint`
- `v1.41.1` to `v1.42.0`
- binary installed within `oldstable`, `stable` and `unstable` images
- Docker image used as a builder/base for `lint-only` image
- `honnef.co/go/tools` (`staticcheck`)
- `v0.2.0` to `v0.2.1`

- Remove `GO111MODULE` env var usage

- Replace `oldstable` image `go get` calls used for installation with `go
install`

- Update dependabot monitoring for `oldstable` version to reflect promotion
of `oldstable` to Go 1.16

- Add back `errwrap` to `oldstable` image

- Update Debian-based images to reference current dependency versions for
`Bullseye` release

## [v0.3.30] - 2021-08-06

### Changed
Expand Down Expand Up @@ -801,7 +836,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.30...HEAD
[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.31...HEAD
[v0.3.31]: https://github.com/atc0005/go-ci/releases/tag/v0.3.31
[v0.3.30]: https://github.com/atc0005/go-ci/releases/tag/v0.3.30
[v0.3.29]: https://github.com/atc0005/go-ci/releases/tag/v0.3.29
[v0.3.28]: https://github.com/atc0005/go-ci/releases/tag/v0.3.28
Expand Down

0 comments on commit bc8753a

Please sign in to comment.