|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v1.5.0](https://github.com/hifis-net/ansible-role-gitlab/tree/v1.5.0) (2023-10-19) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/hifis-net/ansible-role-gitlab/compare/v1.4.0...v1.5.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Configure redis sentinel password [\#119](https://github.com/hifis-net/ansible-role-gitlab/issues/119) |
| 10 | + |
| 11 | +**Closed issues:** |
| 12 | + |
| 13 | +- Gitaly: Implement Gitaly configuration structure change [\#105](https://github.com/hifis-net/ansible-role-gitlab/issues/105) |
| 14 | + |
| 15 | +**Merged pull requests:** |
| 16 | + |
| 17 | +- chore\(deps\): bump ansible-lint from 6.20.3 to 6.21.0 [\#126](https://github.com/hifis-net/ansible-role-gitlab/pull/126) ([Normo](https://github.com/Normo)) |
| 18 | +- chore\(deps\): bump ansible from 8.4.0 to 8.5.0 [\#124](https://github.com/hifis-net/ansible-role-gitlab/pull/124) ([Normo](https://github.com/Normo)) |
| 19 | +- feat: configure redis sentinel authentication [\#120](https://github.com/hifis-net/ansible-role-gitlab/pull/120) ([Normo](https://github.com/Normo)) |
| 20 | +- fix: use changed\_when on shell and command tasks [\#118](https://github.com/hifis-net/ansible-role-gitlab/pull/118) ([Normo](https://github.com/Normo)) |
| 21 | +- chore: upgrade python dependencies [\#114](https://github.com/hifis-net/ansible-role-gitlab/pull/114) ([Normo](https://github.com/Normo)) |
| 22 | +- Bump yamllint from 1.29.0 to 1.32.0 [\#108](https://github.com/hifis-net/ansible-role-gitlab/pull/108) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 23 | +- Bump ansible from 7.1.0 to 7.4.0 [\#104](https://github.com/hifis-net/ansible-role-gitlab/pull/104) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 24 | +- Bump yamllint from 1.28.0 to 1.29.0 [\#88](https://github.com/hifis-net/ansible-role-gitlab/pull/88) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 25 | + |
3 | 26 | ## [v1.4.0](https://github.com/hifis-net/ansible-role-gitlab/tree/v1.4.0) (2023-01-11) |
4 | 27 |
|
5 | 28 | [Full Changelog](https://github.com/hifis-net/ansible-role-gitlab/compare/v1.3.0...v1.4.0) |
6 | 29 |
|
7 | 30 | **Merged pull requests:** |
8 | 31 |
|
| 32 | +- Release version 1.4.0 [\#86](https://github.com/hifis-net/ansible-role-gitlab/pull/86) ([tobiashuste](https://github.com/tobiashuste)) |
9 | 33 | - Flush handlers only if required [\#85](https://github.com/hifis-net/ansible-role-gitlab/pull/85) ([tobiashuste](https://github.com/tobiashuste)) |
10 | 34 | - Allow to set GitLab feature flags [\#84](https://github.com/hifis-net/ansible-role-gitlab/pull/84) ([tobiashuste](https://github.com/tobiashuste)) |
11 | 35 | - Report no changes when apt cache is updated in check mode [\#83](https://github.com/hifis-net/ansible-role-gitlab/pull/83) ([Normo](https://github.com/Normo)) |
|
0 commit comments