Releases: dawidd6/action-ansible-playbook
Releases · dawidd6/action-ansible-playbook
v6
What's Changed
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #122
- build(deps): bump @actions/exec from 1.1.1 to 2.0.0 by @dependabot[bot] in #125
- build(deps): bump @actions/core from 1.11.1 to 2.0.0 by @dependabot[bot] in #124
- build(deps): bump yaml from 2.8.1 to 2.8.2 by @dependabot[bot] in #123
- build(deps): bump @actions/core from 2.0.0 to 2.0.1 by @dependabot[bot] in #126
- node_modules: update by @dawidd6 in #127
Full Changelog: v5...v6
v5
What's Changed
- build(deps): bump yaml from 2.8.0 to 2.8.1 by @dependabot[bot] in #116
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #117
- Change inventory file argument from '--inventory-file' to '--inventory' by @steffans in #121
New Contributors
Full Changelog: v4...v5
v4
What's Changed
- build(deps): bump yaml from 2.7.0 to 2.7.1 by @dependabot in #113
- build(deps): bump undici from 5.28.5 to 5.29.0 by @dependabot in #114
- build(deps): bump yaml from 2.7.1 to 2.8.0 by @dependabot in #115
Full Changelog: v3...v4
v3
Versioning change!!!
From now on I'll release only the major versions (like v4, v5, v6, ....). Consider pinning the Action by commit hash in your workflow if you please.
What's Changed
- build(deps): bump undici from 5.28.2 to 5.28.3 by @dependabot in #93
- build(deps): bump yaml from 2.3.4 to 2.4.0 by @dependabot in #94
- build(deps): bump yaml from 2.4.0 to 2.4.1 by @dependabot in #96
- build(deps): bump undici from 5.28.3 to 5.28.4 by @dependabot in #97
- build(deps): bump yaml from 2.4.1 to 2.4.2 by @dependabot in #99
- build(deps): bump yaml from 2.4.2 to 2.4.3 by @dependabot in #100
- build(deps): bump yaml from 2.4.3 to 2.5.1 by @dependabot in #103
- build(deps): bump @actions/core from 1.10.1 to 1.11.0 by @dependabot in #105
- build(deps): bump @actions/core from 1.11.0 to 1.11.1 by @dependabot in #106
- build(deps): bump yaml from 2.5.1 to 2.6.0 by @dependabot in #107
- build(deps): bump yaml from 2.6.0 to 2.6.1 by @dependabot in #109
- build(deps): bump yaml from 2.6.1 to 2.7.0 by @dependabot in #110
- Add check mode and fixes boolean inputs by @alex3305 in #111
- build(deps): bump undici from 5.28.4 to 5.28.5 by @dependabot in #112
New Contributors
Full Changelog: v2...v3
v2.8.0
v2.7.0
v2.7.0
v2.6.1
node_modules: upgrade
v2.6.0: Use node16 (#62)
* node16 * dispatch * remove workflow_dispatch Co-authored-by: Angus Clinch <[email protected]>
v2.5.0
Add ability to turn off colored output (#32) * Add Action input to control colored Ansible output * Update main.js Co-authored-by: Dawid Dziurla <[email protected]>
v2.4.0
Add sudo option for root access (#16) Co-authored-by: ANDREA BIONDO s291512 <[email protected]> Co-authored-by: Dawid Dziurla <[email protected]>