Skip to content

v0.11.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 15 Jun 12:32
· 1146 commits to master since this release
542bebd

Added

(GH-1044) Add oldstable Alpine build image variants

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
  • (GH-1045) Update GitHub Actions workflows to allow image build CI jobs to be
    executed on-demand

Fixed

  • (GH-1041) Fix build recipe help text
  • (GH-1043) Stable build images for Alpine x64 and x86 have outdated Go version
  • (GH-1047) Debian-based images fail to build using current pinned dependency
    versions

References