File tree Expand file tree Collapse file tree 5 files changed +30
-17
lines changed
Expand file tree Collapse file tree 5 files changed +30
-17
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## 2.2.1 - 2019-09-27
7+ ## 2.2.2 - 2019-09-27
88
99### Changed
1010- Heartbeat is now every five minutes, was every 5 seconds
1111- the python3 images were actually python2 images
1212
13+ ## 2.2.1 - 2019-08-02
14+
15+ ### Changed
16+ - sample extractors had bad extractor_info.json. registry needs to be an array.
17+
1318## 2.2.0 - 2019-04-03
1419
1520### Fixed
Original file line number Diff line number Diff line change 1010 "rabbitmq" : " http://clowder.ncsa.illinois.edu/metadata/ncsa.echo#rabbitmq"
1111 }
1212 ],
13- "repository" : {
14- "repType" : " git" ,
15- "repUrl" : " https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
16- },
13+ "repository" : [
14+ {
15+ "repType" : " git" ,
16+ "repUrl" : " https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
17+ }
18+ ],
1719 "process" : {
1820 "file" : [
1921 " *"
Original file line number Diff line number Diff line change 1212 "characters" : " http://clowder.ncsa.illinois.edu/metadata/ncsa.wordcount#characters"
1313 }
1414 ],
15- "repository" : {
16- "repType" : " git" ,
17- "repUrl" : " https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
18- },
15+ "repository" : [
16+ {
17+ "repType" : " git" ,
18+ "repUrl" : " https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
19+ }
20+ ],
1921 "process" : {
2022 "file" : [
2123 " text/*" ,
Original file line number Diff line number Diff line change 1212 "characters" : " http://clowder.ncsa.illinois.edu/metadata/ncsa.wordcount#characters"
1313 }
1414 ],
15- "repository" : {
16- "repType" : " git" ,
17- "repUrl" : " https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
18- },
15+ "repository" : [
16+ {
17+ "repType" : " git" ,
18+ "repUrl" : " https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
19+ }
20+ ],
1921 "process" : {
2022 "file" : [
2123 " text/*" ,
Original file line number Diff line number Diff line change 1212 "characters" : " http://clowder.ncsa.illinois.edu/metadata/ncsa.wordcount#characters"
1313 }
1414 ],
15- "repository" : {
16- "repType" : " git" ,
17- "repUrl" : " https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
18- },
15+ "repository" : [
16+ {
17+ "repType" : " git" ,
18+ "repUrl" : " https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
19+ }
20+ ],
1921 "process" : {
2022 "file" : [
2123 " text/*" ,
You can’t perform that action at this time.
0 commit comments