Skip to content

Commit 7b797eb

Browse files
authored
Update CHANGELOG format to template
1 parent a4bd45d commit 7b797eb

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

CHANGELOG.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
# Change Log
2-
All notable changes to this project will be documented in this file.
3-
4-
## [x.x.x] xxxx-xx-xx
5-
### Added
6-
- PNDA-2233 Jupyter notebook plugin added to deployment manager
7-
8-
## [0.1.1] 2016-09-13
9-
### Changes
10-
- Improvements to documentation
11-
- Enhanced CI support
12-
13-
## [0.1.0] 2016-07-01
14-
### First version
15-
16-
## [Pre-release]
17-
18-
### Added
19-
20-
- Add hue endpoint to environment endpoints API
21-
- Application names checked to only contain alphanumeric characters (a-z A-Z 0-9 - and _) because they are used directly in file paths.
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
## [Unreleased]
5+
### Added
6+
- PNDA-2233 Jupyter notebook plugin added to deployment manager
7+
8+
## [0.1.1] 2016-09-13
9+
### Changes
10+
- Improvements to documentation
11+
- Enhanced CI support
12+
13+
## [0.1.0] 2016-07-01
14+
### First version
15+
16+
## [Pre-release]
17+
18+
### Added
19+
20+
- Add hue endpoint to environment endpoints API
21+
- Application names checked to only contain alphanumeric characters (a-z A-Z 0-9 - and _) because they are used directly in file paths.
2222
- Added ability to discover HDFS namedservices
2323
- Added information field to status reports
24-
- Using an external pacakge repository API instead of internal swift integration
25-
- Application detail API (GET /applications/<application>/detail) now returns YARN IDs assigned to the running tasks for that application.
24+
- Using an external pacakge repository API instead of internal swift integration
25+
- Application detail API (GET /applications/<application>/detail) now returns YARN IDs assigned to the running tasks for that application.
2626
- Oozie error messages are reported when querying for status of an application creation call.
2727
- Packages are validated on deployment and the error messages reported when querying for status of a package deployment call.
2828
- Added support for opentsdb.json descriptor for creating metrics when deploying applications.
2929
- Callback events are sent to the console data logger.
3030
- Application detail API now completed to return Yarn IDs for any Yarn applications associated with a PNDA application.
31-
32-
### Fixed
33-
34-
- Return IP address for webhdfs/HTTPFS endpoint instead of hostname
35-
- Timeout calls to package repository at 120 seconds.
36-
- Deploying a package that does not exist in the package repository now results in a useful error message being returned to the caller.
37-
- Fixed defect preventing '-' being used in application names.
38-
- Fix Zookeeper quorum bug issue
39-
- Improve package validation to catch packages without 3 point version numbers and where the folder inside the tar does not match the package name.
40-
- Add list of zookeeper nodes to quorum
41-
- Remove port=8020 for named service
42-
- Oozie creator plugin sets 'oozie.wf.application.path' and 'oozie.coord.application.path' to point at the folder not the xml files.
43-
- Removed some stdout printouts
44-
- Fixed bug preventing recency parameter being used on the repository/packages API.
31+
32+
### Fixed
33+
34+
- Return IP address for webhdfs/HTTPFS endpoint instead of hostname
35+
- Timeout calls to package repository at 120 seconds.
36+
- Deploying a package that does not exist in the package repository now results in a useful error message being returned to the caller.
37+
- Fixed defect preventing '-' being used in application names.
38+
- Fix Zookeeper quorum bug issue
39+
- Improve package validation to catch packages without 3 point version numbers and where the folder inside the tar does not match the package name.
40+
- Add list of zookeeper nodes to quorum
41+
- Remove port=8020 for named service
42+
- Oozie creator plugin sets 'oozie.wf.application.path' and 'oozie.coord.application.path' to point at the folder not the xml files.
43+
- Removed some stdout printouts
44+
- Fixed bug preventing recency parameter being used on the repository/packages API.

0 commit comments

Comments
 (0)