mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-07 06:34:23 -07:00
* updated to use the new newrelic v2 api
* check that application_id is set
* indenting issue
* added back app_name
* fix import ordering
* resolving various spellings & wordings
* fixed wordings
* validate_certs
* fixed unreachable code
(cherry picked from commit 7e2a6cf198
)
Co-authored-by: Wei Liao <wliao008@gmail.com>
This commit is contained in:
parent
68e184eba8
commit
4ef80ecd46
2 changed files with 58 additions and 24 deletions
6
changelogs/fragments/5341-newrelic-v2-api-changes.yml
Normal file
6
changelogs/fragments/5341-newrelic-v2-api-changes.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
major_changes:
|
||||
- newrelic_deployment - removed New Relic v1 API, added support for v2 API (https://github.com/ansible-collections/community.general/pull/5341).
|
||||
breaking_changes:
|
||||
- newrelic_deployment - ``revision`` is required for v2 API (https://github.com/ansible-collections/community.general/pull/5341).
|
||||
deprecated_features:
|
||||
- newrelic_deployment - ``appname`` and ``environment`` are no longer valid options in the v2 API. They will be removed in community.general 7.0.0 (https://github.com/ansible-collections/community.general/pull/5341).
|
Loading…
Add table
Add a link
Reference in a new issue