1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
David M. Lee 35cee20a6c
airbrake_deployment: Add version param (#583)
* 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
689a25edcf...e54dd3a01f).

* Add link to PR in changelog

Co-authored-by: Felix Fontein <felix@fontein.de>

* Add version_added to version param

Co-authored-by: Felix Fontein <felix@fontein.de>

* Add type to version's argument_spec

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
2020-06-26 23:05:55 +02:00
..
become Update sesu.py: use defined prompt (#227) 2020-05-28 23:09:11 +01:00
cache Clean up deprecations (#504) 2020-06-16 13:15:19 +02:00
callback Clean up deprecations (#504) 2020-06-16 13:15:19 +02:00
connection Point to correct location in kubernetes plugin import (#577) 2020-06-25 08:15:36 +02:00
doc_fragments sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
filter time_filter: improve hints in error message (#368) 2020-05-20 09:22:56 +02:00
inventory cloudscale migrated to cloudscale_ch.cloud (#517) 2020-06-16 17:12:47 +02:00
lookup modules: fix seealso sections (#581) 2020-06-25 13:34:46 +02:00
module_utils sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
modules airbrake_deployment: Add version param (#583) 2020-06-26 23:05:55 +02:00