...

Text file src/github.com/docker/distribution/releases/v2.8.1.toml

Documentation: github.com/docker/distribution/releases

     1# commit to be tagged for new release
     2commit = "HEAD"
     3
     4project_name = "registry"
     5github_repo = "distribution/distribution"
     6
     7# previous release
     8previous = "v2.8.0"
     9
    10pre_release = false
    11
    12preface = """\
    13The 2.8.1 registry release fixes the Go module issues that have popped up in the v2.8.0
    14
    15There have been no changes made in the released binaries other than the bump of the Go runtime.
    16
    17See changelog below for full list of changes.
    18
    19### CI
    20* ci: use proper git ref for versioning [#3595](https://github.com/distribution/distribution/pull/3595)
    21* Go: make Go version explicit and pin it to the latest 1.16 release [3604](https://github.com/distribution/distribution/pull/3604)
    22
    23### Dependency Changes
    24
    25This release has no dependency changes
    26
    27Previous release can be found at [v2.8.0](https://github.com/distribution/distribution/releases/tag/v2.8.0)
    28"""

View as plain text