cookiecutter-ansible-role/CHANGELOG.md

56 lines
3.1 KiB
Markdown
Raw Normal View History

2020-04-28 13:23:10 +02:00
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
2020-05-06 15:23:20 +02:00
## Unreleased
2020-11-11 16:53:28 +01:00
### Changed
- *[#38](https://github.com/idealista/cookiecutter-ansible-role/pull/38) Bump goss version from 0.3.11 to 0.3.14* @vicsufer
2020-10-18 23:12:32 +02:00
2020-11-10 14:25:10 +01:00
## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.2.0) (2020-11-10)
### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.1.0...2.2.0)
2020-10-23 15:12:22 +02:00
### Fixed
- *[#27](https://github.com/idealista/cookiecutter-ansible-role/issues/27) Adding Probot configuration to Ansible Role template* @dortegau
### Changed
- *[#27](https://github.com/idealista/cookiecutter-ansible-role/issues/27) Increase to 90 days the minimum days to declare a PR/Issue as `staled`* @dortegau
2020-10-26 10:46:12 +01:00
- *[#32](https://github.com/idealista/cookiecutter-ansible-role/pull/32) Avoid closing automatically good first issues* @vicsufer
2020-10-23 15:12:22 +02:00
2020-10-27 16:36:33 +01:00
### Removed
- *[#29](https://github.com/idealista/cookiecutter-ansible-role/issues/29) Removing redudant script in .travis.yml* @xtianae7
2020-10-23 15:12:22 +02:00
2020-10-19 17:47:42 +02:00
## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.1.0) (2020-10-19)
## [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.0.0...2.1.0)
2020-10-18 23:12:32 +02:00
2020-10-19 17:47:42 +02:00
### Added
- *[#20](https://github.com/idealista/cookiecutter-ansible-role/issues/20) Add basic configuration in order to enable Probot to delete automatically abandoned PRs/issues* @dortegau
2020-10-20 13:12:51 +02:00
### Fixed
- *[#23](https://github.com/idealista/cookiecutter-ansible-role/issues/23) Change references to branch master to main* @pgomezcaldito
2020-10-18 23:12:32 +02:00
2020-10-13 11:57:06 +02:00
## [2.0.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.0.0) (2020-10-13)
## [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/1.0.1...2.0.0)
2020-10-06 09:19:05 +02:00
### Removed
- *[#16](https://github.com/idealista/cookiecutter-ansible-role/issues/16) Remove debian jessie support* @pablogcaldito
2020-10-05 13:31:04 +02:00
### Added
2020-10-06 14:08:19 +02:00
- *[#15](https://github.com/idealista/cookiecutter-ansible-role/issues/15) Add pipenv wrapper* @pablogcaldito
2020-10-18 23:12:32 +02:00
- *Add boilerplate README.md* @vicsufer
2020-10-05 13:31:04 +02:00
2020-09-17 12:24:27 +02:00
## [1.0.1](https://github.com/idealista/cookiecutter-ansible-role/tree/1.0.1) (2020-09-17)
## [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/1.0.0...1.0.1)
2020-08-20 13:25:31 +02:00
### Removed
- *[#9](https://github.com/idealista/cookiecutter-ansible-role/issues/9) Remove Vagrant pattern from role gitignore file* @vicsufer
2020-05-06 15:23:20 +02:00
2020-05-06 16:22:12 +02:00
### Added
- *[#4](https://github.com/idealista/cookiecutter-ansible-role/issues/4) Upgrade to Goss v0.3.11* @pablogcaldito
2020-05-06 15:23:20 +02:00
### Fixed
2020-09-07 10:12:41 +02:00
- *[#11](https://github.com/idealista/cookiecutter-ansible-role/issues/11) Fix parameterization of PrivateTmp* @pablogcaldito
- *[#7](https://github.com/idealista/cookiecutter-ansible-role/issues/7) Fix bug in in the check version task in install.yml* @pablogcaldito
2020-05-06 15:23:20 +02:00
- *[#3](https://github.com/idealista/cookiecutter-ansible-role/issues/3) Fix typo in both contributing files* @pablogcaldito
2020-04-28 13:23:10 +02:00
## [1.0.0](https://github.com/idealista/cookiecutter-ansible-role/tree/1.0.0) (2020-04-28)
### Added
2020-10-18 23:12:32 +02:00
- *First release* @pablogcaldito