ansible-role-gitlab/CHANGELOG.md

38 lines
640 B
Markdown
Raw Normal View History

2020-04-11 13:16:20 +00:00
# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
2021-08-24 07:14:40 +00:00
## Unreleased
2022-01-19 15:11:17 +00:00
### Added
- feat: add gitlab_registry_url variable
2023-07-06 15:06:38 +00:00
- test: add support debian 12
2024-05-07 12:36:26 +00:00
### Changed
- test: use personal docker registry
2023-07-06 15:06:38 +00:00
### Removed
- test: remove support debian 10
2022-01-19 15:11:17 +00:00
2021-08-24 07:14:40 +00:00
## v1.1.0 - 2021-08-24
2020-04-11 13:16:20 +00:00
2021-08-24 05:59:04 +00:00
### Added
- feat: add gitlab_data_dir variable
2021-08-24 06:03:45 +00:00
- feat: add gitlab_pages_url variable
- feat: add complex variables in config file
2021-08-24 06:30:10 +00:00
- feat: add backup cron
2021-08-24 07:13:44 +00:00
- test: add support debian 11
2021-08-24 05:59:04 +00:00
2021-08-24 06:06:07 +00:00
### Changed
- chore: use FQCN for module name
2021-08-24 07:14:40 +00:00
## v1.0.0 - 2020-04-11
2020-04-11 13:19:40 +00:00
2020-04-11 13:16:20 +00:00
- first version