All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. This project adheres to Semantic Versioning.
Updated documentation
Added the following modules:
- Fix git_commit
- Error:
TypeError: send() got multiple values for keyword argument 'MESSAGE'
fixed by changing module parameter from message to msg - Alias message added
- Error:
- Fix bitbucket_push
- Error:
TypeError: send() got multiple values for keyword argument 'MESSAGE'
fixed by changing module parameter from message to msg - Alias message added
- Error:
-
Renamed
bitbucket_commit
to git_commit- Added new options to git_commit, i.e.
committer
andtag
. - git_commit returns commit hash, i.e.
before_commit_hexsha
andafter_commit_hexsha
. - Added
check_mode
support.
- Added new options to git_commit, i.e.
-
Renamed
bitbucket_init
to git_init- Added
check_mode
support.
- Added
-
Redesigned bitbucket_push module
- Added
commit
option to commit all pending changes before pushing changes to Bitbucket. - bitbucket_push now commits changes and pushes the to Bitbucket.
- Module uses
GIT_ASKPASS
functionality for authentication. - Returns commit hash, i.e.
before_commit_hexsha
andafter_commit_hexsha
. - Added
check_mode
support.
- Added
-
Redesigned bitbucket_clone module
- Module uses
GIT_ASKPASS
functionality for authentication. - Returns the latest commit hash of the cloned repository branch, i.e.
commit_hexsha
. - Added
check_mode
support.
- Module uses
- bitbucket_clone - token alias added, username and password required together
- bitbucket_push - token alias added, username and password required together
- bitbucket_slurp - fixed Python 3 dependency
- bitbucket_push -
dest
added to example playbook - bitbucket_clone -
dest
added to example playbook
- bitbucket_clone - added
force
option - bitbucket_push - added
delete
option
- bitbucket_copy - md5 calculation
New release of collection modules.
- Added the following modules:
New release of collection modules.
-
Added the following modules:
-
Added the following lookups:
- Added
is_default
parameter to bitbucket_branch
New release of collection modules.
-
Added the following modules:
- bitbucket_project
- bitbucket_project_info
- bitbucket_project_permissions
- bitbucket_project_permissions_info
- bitbucket_repo
- bitbucket_repo_info
- bitbucket_repo_permissions
- bitbucket_repo_permissions_info
- bitbucket_slurp
- bitbucket_clone
- bitbucket_commit
- bitbucket_init
- bitbucket_push
- bitbucket_directory_sync
- bitbucket_branch
- bitbucket_branch_info
- bitbucket_branch_permissions_info
- bitbucket_webhook
- bitbucket_webhook_info
-
Added the following lookups:
-
Support for access token authentication