Skip to content

Latest commit

 

History

History
181 lines (117 loc) · 5.81 KB

CHANGELOG.md

File metadata and controls

181 lines (117 loc) · 5.81 KB

Changelog

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.


[1.4.1] - 2021-08-26

Updated documentation

[1.4.0] - 2021-08-03

Added the following modules:

[1.3.1] - 2021-07-28

Changed:

  • 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
  • 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

[1.3.0] - 2021-06-04

Changed:

  • Renamed bitbucket_commit to git_commit

    • Added new options to git_commit, i.e. committer and tag.
    • git_commit returns commit hash, i.e. before_commit_hexsha and after_commit_hexsha.
    • Added check_mode support.
  • Renamed bitbucket_init to git_init

    • Added check_mode support.
  • 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 and after_commit_hexsha.
    • Added check_mode support.
  • 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.

[1.2.5] - 2021-05-19

Fixed:

  • bitbucket_clone - token alias added, username and password required together
  • bitbucket_push - token alias added, username and password required together

[1.2.4] - 2021-05-05

Fixed:


[1.2.3] - 2021-04-28

Changed:


[1.2.2] - 2021-04-28

Changed:


[1.2.1] - 2021-04-27

Fixed:


[1.2.0] - 2021-04-22

Added:

New release of collection modules.

Fixed:

Changed:

Deprecated:


[1.1.0] - 2021-04-16

Added:

New release of collection modules.

Fixed:

Changed:

Deprecated:


[1.0.0] - 2021-04-12

Added:

New release of collection modules.

Fixed:

Changed:

Deprecated: