You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,20 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## 3.0.1 - 2019-04-23
5
+
### ADDED
6
+
- Updated documentation to reflect transition to api.tacc.utexas.edu
7
+
8
+
### CHANGED
9
+
- Revised references to agaveapi.co domains
10
+
11
+
### REMOVED
12
+
- Support for requestbin and json-mirror
13
+
4
14
## 3.0.0 - 2018-12-13
5
15
### ADDED
6
-
-Documentationi.
7
-
- TACC/agavepy as dependency.
16
+
-Updated documentation.
17
+
- TACC/agavepy as dependency
8
18
9
19
### CHANGED
10
20
- Rewrite authentication-related scripts.
@@ -63,7 +73,7 @@ All notable changes to this project will be documented in this file.
63
73
64
74
## 2.1.8.1 - 2016-07-13
65
75
### ADDED
66
-
-`Dockerfile` to build a minimal image with embedded webhook server written in Golang and `ngrok.com` reverse tunnel for local webhook inspection behind a proxy.
76
+
-`Dockerfile` to build a minimal image with embedded webhook server written in Golang and `ngrok.com` reverse tunnel for local webhook inspection behind a proxy.
67
77
68
78
### FIXED
69
79
- Fixed a bug in `systems-roles-addupdate` where the curl statement was misprinting.
@@ -77,7 +87,7 @@ All notable changes to this project will be documented in this file.
77
87
-`jobs-kick` command to roll a job back to its previous status and retry processing from there.
78
88
- Added search support to the `monitors-checks-list` command.
79
89
- Added support for specify custom notification delivery retry policy in the `notifications-addupdate` script.
80
-
- Adding support for strict validation of inputs and paramters in the `jobs-resubmit` script. You can now use the `-I` and `--strictinputs` to enforce strict reproducibility on the submissi on syntax and `-P` and `--strictparams` to enforce strict reproducibility on the input syntax. Thes allow you to shield yourself against changes to the app descriptions that would otherwise silently go through.
90
+
- Adding support for strict validation of inputs and paramters in the `jobs-resubmit` script. You can now use the `-I` and `--strictinputs` to enforce strict reproducibility on the submissi on syntax and `-P` and `--strictparams` to enforce strict reproducibility on the input syntax. Thes allow you to shield yourself against changes to the app descriptions that would otherwise silently go through.
81
91
82
92
### FIXED
83
93
- Fixed a bug in `monitors-addupdate` preventing json descriptions from being read from stdin.
@@ -116,7 +126,6 @@ All notable changes to this project will be documented in this file.
116
126
## 2.1.0 - 2015-02-23
117
127
### ADDED
118
128
-`*-addupdate` Adding support for reading from stdin to all the scripts that previously accepted only files by replacing the file name with `-`
119
-
-`jobs-template` adding webhook url with [Agave RequestBin](http://requestbin.agaveapi.co/) valid for 24 hours created on each request.
120
129
-`jobs-template` added support for parsing most enum values, properly creating arrays vs primary types based on min and max cardinality, and the ability to populate with random default values, including inputs
0 commit comments