github mbecker20/komodo v1.15.9
Komodo v1.15.9

one day ago

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 considering available 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 🦎

Don't miss a new komodo release

NewReleases is sending notifications on new releases.