Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection token removal, add entry as breaking change #15653

Closed
wants to merge 1 commit into from

Conversation

AlanCoding
Copy link
Member

SUMMARY

This is probably the single largest change I've seen in terms of impact to playbook writing, so it should certainly have an entry here.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API

@github-actions github-actions bot added the component:awx_collection issues related to the collection for controlling AWX label Nov 21, 2024
Copy link

sonarcloud bot commented Nov 21, 2024

@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this already on line 72, not sure how we want to handle this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok yeah, I didn't see that. Oh, and on line 79 as well.

@AlanCoding AlanCoding closed this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:awx_collection issues related to the collection for controlling AWX component:docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants