Skip to content

Commit

Permalink
Merge pull request distribution#2721 from dmcgowan/release-notes-2.7.…
Browse files Browse the repository at this point in the history
…0-rc

Add release notes for 2.7.0 release candidates
  • Loading branch information
dmcgowan authored Sep 27, 2018
2 parents e1817db + 2eb7a17 commit f3adfea
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Stephen J Day <[email protected]> Stephen Day <[email protected]>
Stephen J Day <[email protected]> Stephen Day <[email protected]>
Olivier Gambier <[email protected]> Olivier Gambier <[email protected]>
Brian Bland <[email protected]> Brian Bland <[email protected]>
Stephen J Day <[email protected]> Stephen Day <[email protected]>
Stephen J Day <[email protected]> Stephen Day <[email protected]>
Olivier Gambier <[email protected]> Olivier Gambier <[email protected]>
Brian Bland <[email protected]> Brian Bland <[email protected]>
Brian Bland <[email protected]> Brian Bland <[email protected]>
Josh Hawn <[email protected]> Josh Hawn <[email protected]>
Josh Hawn <[email protected]> Josh Hawn <[email protected]>
Richard Scothern <[email protected]> Richard <[email protected]>
Richard Scothern <[email protected]> Richard Scothern <[email protected]>
Andrew Meredith <[email protected]> Andrew Meredith <[email protected]>
Expand All @@ -16,3 +16,17 @@ davidli <[email protected]> davidli <[email protected]>
Omer Cohen <[email protected]> Omer Cohen <[email protected]>
Eric Yang <[email protected]> Eric Yang <[email protected]>
Nikita Tarasov <[email protected]> Nikita <[email protected]>
Yu Wang <[email protected]> yuwaMSFT2 <[email protected]>
Yu Wang <[email protected]> Yu Wang (UC) <[email protected]>
Olivier Gambier <[email protected]> dmp <[email protected]>
Olivier Gambier <[email protected]> Olivier <[email protected]>
Olivier Gambier <[email protected]> Olivier <[email protected]>
Elsan Li 李楠 <[email protected]> elsanli(李楠) <[email protected]>
Rui Cao <[email protected]> ruicao <[email protected]>
Gwendolynne Barr <[email protected]> gbarr01 <[email protected]>
Haibing Zhou 周海兵 <[email protected]> zhouhaibing089 <[email protected]>
Feng Honglin <[email protected]> tifayuki <[email protected]>
Helen Xie <[email protected]> Helen-xie <[email protected]>
Mike Brown <[email protected]> Mike Brown <[email protected]>
Manish Tomar <[email protected]> Manish Tomar <[email protected]>
Sakeven Jiang <[email protected]> sakeven <[email protected]>
48 changes: 48 additions & 0 deletions releases/v2.7.0-rc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# commit to be tagged for new release
commit = "HEAD"

project_name = "registry"
github_repo = "docker/distribution"

# previous release
previous = "v2.6.0"

pre_release = true

preface = """\
The 2.7 registry release has been a long time coming and represents both
a long gap since the previous release and a renewed effort to release
regularly. The maintainers were committed to get OCI support into the
next release and thanks to much effort in the community that has
been accomplished.
## OCI Support
### Push and Pull of OCI Images
The registry now allows pushing and pulling OCI images. OCI images will always
be preserved exactly without conversion to older types. With this change,
clients which implement OCI can feel comfortable creating OCI images as part of
their container image build process.
## Specification Donation
The Distribution specification which has had 4 years of review, implementation,
and production use is now part of OCI. As part of that move, specification
changes will no longer be accepted in the open source registry and should
instead go to [OCI's distribution-spec](https://github.com/opencontainers/distribution-spec/issues).
## Bug fixes
Many many fixes and improvements, see the change log below
"""

# notable prs to include in the release notes, 1234 is the pr number
[notes]

[breaking]

[rename_deps]
[rename_deps.logrus]
old = "github.com/Sirupsen/logrus"
new = "github.com/sirupsen/logrus"

0 comments on commit f3adfea

Please sign in to comment.