Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #321 from justinsb/relnotes_3.0.20200429
Browse files Browse the repository at this point in the history
Release notes for 3.0.20200429
  • Loading branch information
justinsb authored Apr 29, 2020
2 parents 8d3da38 + cd5531d commit 84bd908
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev/last-release
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.20200429
4 changes: 3 additions & 1 deletion dev/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ echo "./dev/build-assets.sh ${VERSION}"
echo "# Finally, create a new release on GitHub attaching binary assets at dist/"
echo "shipbot -config .shipbot.yaml -tag ${VERSION}"
echo "# To compile release notes:"
echo "git log --oneline <previous>..${VERSION} | grep Merge.pull | cut -f 5 -d ' ' | tac > /tmp/prs"
echo "LAST_RELEASE=\$(cat dev/last-release)"
echo "git log --oneline \${LAST_RELEASE}..${VERSION} | grep Merge.pull | cut -f 5 -d ' ' | tac > /tmp/prs"
echo "echo '# ${VERSION}' >> docs/releases/3.0.md"
echo "echo '${VERSION}' > dev/last-release"
echo "relnotes -config .shipbot.yaml < /tmp/prs >> docs/releases/3.0.md"
5 changes: 5 additions & 0 deletions docs/releases/3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,8 @@
* e2e tests should wait for cluster readiness [@justinsb](https://github.com/justinsb) [#318](https://github.com/kopeio/etcd-manager/pull/318)
* Remove old bazel versions from travis [@justinsb](https://github.com/justinsb) [#317](https://github.com/kopeio/etcd-manager/pull/317)
* Always renew certificates [@justinsb](https://github.com/justinsb) [#313](https://github.com/kopeio/etcd-manager/pull/313)

# 3.0.20200429

* Upgrade aws-sdk-go [@rifelpet](https://github.com/rifelpet) [#320](https://github.com/kopeio/etcd-manager/pull/320)
* Release notes for 3.0.20200428 [@justinsb](https://github.com/justinsb) [#319](https://github.com/kopeio/etcd-manager/pull/319)

0 comments on commit 84bd908

Please sign in to comment.