File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ docker run -it --rm -v ${pwd}/odtp-input:/odtp/odtp-input -v ${pwd}/odtp-output:
3636
3737## Changelog
3838
39+ - v0.5.1
40+ - Improved logic in the app
41+ - Added LINK and PASSWORD existence logging message
42+ - Fixed error in secret name in ` odtp.yml `
43+
3944- v0.5.0
4045 - Updated ` odtp.yml ` to version v0.5.0
4146
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ schema-version: "v0.5.0"
33
44# Component Information
55component-name : odtp-eqasim-dataloader
6- component-version : v0.5.0
6+ component-version : v0.5.1
77component-license : AGPL-3.0
88component-type : ephemeral
99component-description : Tool to download and uncompress a data folder
@@ -23,7 +23,7 @@ tools: null
2323# If your tool require some secrets token to be passed as ENV to the component
2424# This won't be traced in MongoDB
2525secrets :
26- - name : LINK
26+ - name : PASSWORD
2727 default-value : null
2828 datatype : string
2929 description : Password to the switch drive link to download
You can’t perform that action at this time.
0 commit comments