2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00
pyentrypoint/CHANGELOG
Christophe Mehay f1882dab3c Add set_environment in settings
```yaml
set_environment:
    - ENV_1: echo 'The environment variable ENV_1 will be added with this phrase'
    - ENV_2: head /dev/urandom | base64
    - ENV_3: echo ${ENV_1} and ${ENV_2} are now available here
    - ENV_4: exit 1 || true  # Set like this if you need to ignore error
```
2020-05-30 18:49:13 +02:00

16 lines
345 B
Plaintext

v0.7.2
- add set_environment in settings
v0.7.1
- add envtobool function in configuration template
v0.7.0
- Add mapping of config commands and conf files to root commands
v0.6.0:
- Drop python 2 support
- Deprecation of `command` and `subcommands` settings for `commands`
v0.5.0:
- add post_run_commands in entrypoint-config.yml