opencontainers / distribution-spec

OCI Distribution Specification
https://opencontainers.org
Apache License 2.0
811 stars 202 forks source link

Release 1.1.0 rc1 #348

Closed jdolitsky closed 1 year ago

jdolitsky commented 1 year ago

Candidate commits for releasing 1.1.0-rc1 and switch back to dev and bump main branch version to 1.1.0-dev

This follows precedence similar to - https://github.com/opencontainers/distribution-spec/pull/274/commits

Tied to https://github.com/opencontainers/image-spec/pull/953

34 PRs merged since last release (v1.0.0):

git log --oneline --merges 13bd083...1dfa4f4 | sed '$ d' |  \
  sed 's/.*Merge pull request //' | grep -v 'GHSA' | awk '{print "- " $1}' | uniq
sudo-bmitch commented 1 year ago

Should this only track PR's since the 1.0.1 release, instead of the 1.0.0 release?

$ git log v1.0.1..HEAD --oneline --merges | sed '$ d' |    sed 's/.*Merge pull request //' | grep -v 'GHSA' | awk '{print "- " $1}' | uniq