Merge pull request #2721 from dmcgowan/release-notes-2.7.0-rc
Add release notes for 2.7.0 release candidates
This commit is contained in:
commit
f3adfea35b
2 changed files with 67 additions and 5 deletions
14
.mailmap
14
.mailmap
|
@ -16,3 +16,17 @@ davidli <wenquan.li@hp.com> davidli <wenquan.li@hpe.com>
|
|||
Omer Cohen <git@omer.io> Omer Cohen <git@omerc.net>
|
||||
Eric Yang <windfarer@gmail.com> Eric Yang <Windfarer@users.noreply.github.com>
|
||||
Nikita Tarasov <nikita@mygento.ru> Nikita <luckyraul@users.noreply.github.com>
|
||||
Yu Wang <yuwa@microsoft.com> yuwaMSFT2 <yuwa@microsoft.com>
|
||||
Yu Wang <yuwa@microsoft.com> Yu Wang (UC) <yuwa@microsoft.com>
|
||||
Olivier Gambier <olivier@docker.com> dmp <dmp@loaner.local>
|
||||
Olivier Gambier <olivier@docker.com> Olivier <o+github@gambier.email>
|
||||
Olivier Gambier <olivier@docker.com> Olivier <dmp42@users.noreply.github.com>
|
||||
Elsan Li 李楠 <elsanli@tencent.com> elsanli(李楠) <elsanli@tencent.com>
|
||||
Rui Cao <ruicao@alauda.io> ruicao <ruicao@alauda.io>
|
||||
Gwendolynne Barr <gwendolynne.barr@docker.com> gbarr01 <gwendolynne.barr@docker.com>
|
||||
Haibing Zhou 周海兵 <zhouhaibing089@gmail.com> zhouhaibing089 <zhouhaibing089@gmail.com>
|
||||
Feng Honglin <tifayuki@gmail.com> tifayuki <tifayuki@gmail.com>
|
||||
Helen Xie <xieyulin821@harmonycloud.cn> Helen-xie <xieyulin821@harmonycloud.cn>
|
||||
Mike Brown <brownwm@us.ibm.com> Mike Brown <mikebrow@users.noreply.github.com>
|
||||
Manish Tomar <manish.tomar@docker.com> Manish Tomar <manishtomar@users.noreply.github.com>
|
||||
Sakeven Jiang <jc5930@sina.cn> sakeven <jc5930@sina.cn>
|
||||
|
|
48
releases/v2.7.0-rc.toml
Normal file
48
releases/v2.7.0-rc.toml
Normal file
|
@ -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"
|
Loading…
Reference in a new issue