Skip to content

Commit

Permalink
Fix CHANGELOG entries for v0.10.6 and v0.11.0
Browse files Browse the repository at this point in the history
Both release entries have minor issues:

- v0.10.6 notes Alpine image updates which were intended
  to be provided in this release, but were not
- v0.11.0 omits Go version bump, new images
  - addition of `oldstable` Alpine images
  - update of Alpine version, Go version
  • Loading branch information
atc0005 committed Jul 12, 2023
1 parent cc6e0d4 commit 4057ec4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ The following types of changes will be recorded in this file:

### Changed

- Go versions
- stable images
- Update `go-ci-stable-alpine-buildx86` from `1.20.4-alpine3.16` to
`1.20.5-alpine3.18`
- Update `go-ci-stable-alpine-buildx64` from `1.20.4-alpine3.16` to
`1.20.5-alpine3.18`
- oldstable images
- Add `go-ci-oldstable-alpine-buildx86` at `1.20.5-alpine3.18`
- Add `go-ci-oldstable-alpine-buildx64` at `1.20.5-alpine3.18`

- Dependencies
- `golangci/golangci-lint`
- `v1.53.2` to `v1.53.3`
Expand Down Expand Up @@ -77,10 +87,6 @@ The following types of changes will be recorded in this file:
- Update `go-ci-stable` from `1.20.4` to `1.20.5`
- Update `go-ci-stable-build` from `1.20.4` to `1.20.5`
- Update `go-ci-stable-cgo-mingw-w64-build` from `1.20.4` to `1.20.5`
- Update `go-ci-stable-alpine-buildx86` from `1.20.4-alpine3.16` to
`1.20.5-alpine3.16`
- Update `go-ci-stable-alpine-buildx64` from `1.20.4-alpine3.16` to
`1.20.5-alpine3.16`
- unstable images
- Update `go-ci-unstable` from `1.20.4` to `1.20.5`
- Update `go-ci-unstable-build` from `1.20.4` to `1.20.5`
Expand Down

0 comments on commit 4057ec4

Please sign in to comment.