New system-provided context variables are now available
Several new armory-provided context variables are now available for use in your web-hooks and automated canary analysis configuration.
{{ armory.namespace }} - this variable will inject the namespace to which a target is deploying.
{{ armory.accountName }} - this variable will inject the name of the account to which a target is deploying.
{{ armory.environmentName }} - this variable will inject the name of the target to which you are deploying.
{{ armory.applicationName }} - this variable will inject the name of the application that you are deploying.
These configuration variables can be useful when passing this information into a web-hook to simplify web-hook configuration for certain use-cases by reducing the need for custom context variables.