Skip to content

Commit

Permalink
Collection token removal, add entry as breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Nov 21, 2024
1 parent 3ba6e2e commit 5e2095e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion awx_collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ The following notes are changes that may require changes to playbooks:
- The `notification_configuration` parameter of `tower_notification_template` has changed from a string to a dict. Please use the `lookup` plugin to read an existing file into a dict.
- `tower_credential` no longer supports passing a file name to `ssh_key_data`.
- The HipChat `notification_type` has been removed and can no longer be created using the `tower_notification_template` module.
- Lookup plugins now always return a list, and if you want a scalar value use `lookup` as opposed to `query`
- Lookup plugins now always return a list, and if you want a scalar value use `lookup` as opposed to `query`.
- Removed `oauth_token` as an option for authentication. Internal logic no longer creates a token if given username and password.

## Running Unit Tests

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ The following notes are changes that may require changes to playbooks:
- The `notification_configuration` parameter of `tower_notification_template` has changed from a string to a dict. Please use the `lookup` plugin to read an existing file into a dict.
- `tower_credential` no longer supports passing a file name to `ssh_key_data`.
- The HipChat `notification_type` has been removed and can no longer be created using the `tower_notification_template` module.
- Lookup plugins now always return a list, and if you want a scalar value use `lookup` as opposed to `query`
- Lookup plugins now always return a list, and if you want a scalar value use `lookup` as opposed to `query`.
- Removed `oauth_token` as an option for authentication. Internal logic no longer creates a token if given username and password.

{% if collection_package | lower() == "awx" %}
## Running Unit Tests
Expand Down

0 comments on commit 5e2095e

Please sign in to comment.