Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Preparing the 1.0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmars authored and John Bresnahan committed Aug 26, 2019
1 parent 3947b65 commit 038be29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.0.10 (2019-08-23)

Modifications:
* Removed ASGs and ELBs for ZooKeeper instances
* Gather additional log files for Stardog 7

Fixes:
* Preserve arguments passed to stardog server start
* Download ZooKeeper from archive instead of mirrors

# 1.0.9 (2018-06-05)

Fixes:
Expand Down
6 changes: 3 additions & 3 deletions release/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

1. Make the release branch from `master`, e.g.: `release/1.0.9`
1. Update `CHANGELOG.md` manually with a helpful description of any commits that have landed since the last release.
1. Tag the release: `git tag 1.0.9`
1. Run `make clean && make`
1. Verify the version string matches the new release and latest git hash (just with `stardog-graviton --version` on the new binary)
1. Run `make test`
1. Run: `python release/release.py <path to license> <path to stardog release zip> <path to ssh key> <matching aws ssh key name>`
1. Once the tests all pass, tag the release in the branch, e.g.: `git tag 1.0.9`
1. Push up the release branch and tag
1. Run: `python release/release.py <path to license> <path to stardog release zip> <path to ssh key> <matching aws ssh key name>`. This runs in us-west-1 so make sure the key exists in that region.
1. Once the tests pass, push up the release branch and tag: `git push origin release/1.0.9` and `git push origin <tag name>`
1. The release files can be found at `release/darwin_amd64/stardog-graviton_<version>_darwin_amd64.zip` and `release/linux_amd64/stardog-graviton_<version>_linux_amd64.zip`. Upload them to the newly found release here: https://github.com/stardog-union/stardog-graviton/releases
1. PR the release branch to master and merge it

0 comments on commit 038be29

Please sign in to comment.