Skip to content

Commit 319d609

Browse files
committed
update CHANGES for 0.8.0 release
1 parent 34ff891 commit 319d609

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,28 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.7.0...master
5+
[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.8.0...master
6+
7+
Nothing notable yet.
8+
9+
## [0.8.0] - 2016-02-11
10+
11+
[0.8.0]: https://github.com/nchammas/flintrock/compare/v0.7.0...v0.8.0
612

713
### Added
814

915
* [#180]: Accessing data on S3 from your Flintrock cluster is now much
1016
easier! Just configure Flintrock to use Hadoop 2.7+ (which is the
1117
default) and an appropriate IAM role, and you'll be able to access
12-
paths on S3 using the new `s3a://` prefix. Check the README for
18+
paths on S3 using the new `s3a://` prefix. [Check the README] for
1319
more information.
1420
* [#176], [#187]: Flintrock now supports users with non-standard home
1521
directories.
1622

1723
[#180]: https://github.com/nchammas/flintrock/pull/180
1824
[#176]: https://github.com/nchammas/flintrock/pull/176
1925
[#187]: https://github.com/nchammas/flintrock/pull/187
26+
[Check the README]: https://github.com/nchammas/flintrock/tree/v0.8.0#accessing-data-on-s3
2027

2128
### Changed
2229

make-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# - Default Amazon Linux AMI
66
# Update CHANGES
77
# - Check: https://github.com/nchammas/flintrock/pulls?q=is%3Apr+is%3Aclosed+label%3A%22needs+changelog%22
8+
# - Update "Unreleased" section. "Nothing notable yet."
89
# Tag release on GitHub
910

1011
trash dist/ build/ Flintrock.egg-info/

0 commit comments

Comments
 (0)