Changelog
- Alerter:
- Fixes system alert going back and forth between OK and WARNING by adding an alert close threshold
- Fix unrecognized path have 404 page
- Fix
used
memory not consideringavailable
memory (alerting): @Chloe-ko - Publish Typescript Client: https://www.npmjs.com/package/komodo_client
- Commands (Stack "Pre Deploy", Build "Pre Build", Repo "On Clone / Pull")
- The command parser now correctly supports escaped newlines ('\n')
- Example:
# comments supported sh ./shell1.sh # end of line supported sh ./shell2.sh # escaped newlines supported curl --header 'Content-Type: application/json' \ --request POST \ # end of line after escaped newline --data '{"key": "value"}' \ https://destination.com # print done echo done
Enjoy 🦎