Skip to content

Commit e0db1ee

Browse files
authored
feat: doc v0.5.1. Fix for odtp.yml
1 parent 3c95d8e commit e0db1ee

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

odtp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ schema-version: "v0.5.0"
33

44
# Component Information
55
component-name: odtp-eqasim-dataloader
6-
component-version: v0.5.0
6+
component-version: v0.5.1
77
component-license: AGPL-3.0
88
component-type: ephemeral
99
component-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
2525
secrets:
26-
- name: LINK
26+
- name: PASSWORD
2727
default-value: null
2828
datatype: string
2929
description: Password to the switch drive link to download

0 commit comments

Comments
 (0)