Skip to content

Releases: JonasPammer/cookiecutter-ansible-role

5.0.0

18 Feb 21:57
2f26358
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...5.0.0

4.2.0 - drop ansible 4,5 and add ansible 9, fix tox and gh-pages regression

11 Feb 00:31
9130a7a
Compare
Choose a tag to compare

(dropped just means no longer automatically tested, thus no major bump)

What's Changed

Full Changelog: 4.1.0...4.2.0

4.1.0 - add ansible 7/8, reduce renovate noise, gh-pages no longer a branch

25 Sep 13:38
dfa90c2
Compare
Choose a tag to compare

What's Changed

Renovate PR #138 fixups

Full Changelog: 4.0.0...4.1.0

4.0.0 - fix `cruft update`, reduce renovate noise

22 Sep 08:55
07430c1
Compare
Choose a tag to compare

Previously, open_source_license used to be an array (for example: ["MIT License", "MIT"]).
The first value was simply a hack for displaying a nice name when creating the cookiecutter.
The second value (MIT) is the actually used name.

To update from previous versions, please do as follows:

  1. Install a previous version of cookiecutter:
pip3 install "cookiecutter<2.3.0"
  1. Execute the following command, replacing "MIT" with the respective name:
cruft update --variables-to-update '{\"open_source_license\":\"MIT\"}'

* To find out the name open_source_license you used when creating your project, you can look into your .cruft.json file at the root of the project.

  1. Reinstall cookiecutter in an up-to-date version :)
pip3 install "cookiecutter>=2.3.0"

Changes Details

Breaking Change

  • fix!: change possible open_source_license values to string-only by @JonasPammer in #141

Other Changes

3.3.1

08 May 09:48
adf0b48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.3.1

3.3.0

07 May 16:53
6f4850b
Compare
Choose a tag to compare

What's Changed

  • ci: update list of tested distributions and fix fedora35 CI error by @JonasPammer in #112

Full Changelog: 3.2.4...3.3.0

3.2.4

06 May 19:09
7503bb5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.3...3.2.4

3.2.3

28 Apr 13:15
5510b3e
Compare
Choose a tag to compare

What's Changed


  • docs: remove Optional Checklist from PR template by @JonasPammer in #94
  • chore: install useful/relevant extensions in devcontainer by @JonasPammer in #96

Full Changelog: 3.2.2...3.2.3

3.2.2

16 Apr 16:27
a7a1f14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.1...3.3.0

3.2.1

21 Mar 11:21
8fe2880
Compare
Choose a tag to compare

What's Changed

  • chore: don't too much reference ~/ansible-roles by @JonasPammer in #72
  • fix cookiecutter logic flaw introduced in #57 (trivia explained in #68)
    • ci: remove renovate additions from cookie template by @JonasPammer in #73
    • ci: add directory of cookie to renovate ignorePaths by @JonasPammer in #74

Full Changelog: 3.2.0...3.3.0