Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit df23656

Browse files
author
Norman Ziegner
committed
chore: prepare release version 1.5.0
Signed-off-by: Norman Ziegner <norman.ziegner@ufz.de>
1 parent 939b92b commit df23656

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,35 @@
11
# Changelog
22

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+
326
## [v1.4.0](https://github.com/hifis-net/ansible-role-gitlab/tree/v1.4.0) (2023-01-11)
427

528
[Full Changelog](https://github.com/hifis-net/ansible-role-gitlab/compare/v1.3.0...v1.4.0)
629

730
**Merged pull requests:**
831

32+
- Release version 1.4.0 [\#86](https://github.com/hifis-net/ansible-role-gitlab/pull/86) ([tobiashuste](https://github.com/tobiashuste))
933
- Flush handlers only if required [\#85](https://github.com/hifis-net/ansible-role-gitlab/pull/85) ([tobiashuste](https://github.com/tobiashuste))
1034
- Allow to set GitLab feature flags [\#84](https://github.com/hifis-net/ansible-role-gitlab/pull/84) ([tobiashuste](https://github.com/tobiashuste))
1135
- 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))

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

6-
1.4.0
6+
1.5.0

0 commit comments

Comments
 (0)