mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 08:52:55 +00:00
* airbrake_deployment: Add version param
The aibrake v4 API allows for distinct `version` and `revision` params.
The `revision` param is meant to indicate a revision from the version
control system (such as a Git hash), whereas the `version` param is
meant to be a version number (such as 1.2.3). This is especially
noticeable in the Airbrake UI where revisions are truncated to 7
characters, and used to build GitHub style diff links (such as
|
||
|---|---|---|
| .. | ||
| .empty | ||
| 303-consul_kv-fix-env-variables-handling.yaml | ||
| 547-start-service-condition.yaml | ||
| 548_apk.yml | ||
| 560-pkgng-add-stdout-and-stderr.yaml | ||
| 568_packaging.yml | ||
| 33979-xfs_growfs.yml | ||
| airbrake_deployment_add_version.yml | ||
| aix_filesystem-module_util-routing-issue.yml | ||
| logicmonitor-removal.yml | ||
| parted_negative_numbers.yml | ||