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

Commit 75d9c37

Browse files
Merge pull request #77 from Normo/prepare-1-3-0
Prepare release version 1.3.0
2 parents c8d0afd + 2175b23 commit 75d9c37

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [v1.3.0](https://github.com/hifis-net/ansible-role-gitlab/tree/v1.3.0) (2022-12-05)
4+
5+
[Full Changelog](https://github.com/hifis-net/ansible-role-gitlab/compare/v1.2.0...v1.3.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add support for Ubuntu 22.04 [\#18](https://github.com/hifis-net/ansible-role-gitlab/issues/18)
10+
11+
**Closed issues:**
12+
13+
- Update package cache in check-mode [\#70](https://github.com/hifis-net/ansible-role-gitlab/issues/70)
14+
- Switch to molecule-podman [\#33](https://github.com/hifis-net/ansible-role-gitlab/issues/33)
15+
- Remove Centos 8 and add support for AlmaLinux 8 [\#4](https://github.com/hifis-net/ansible-role-gitlab/issues/4)
16+
17+
**Merged pull requests:**
18+
19+
- Bump ansible-lint from 6.8.7 to 6.9.1 [\#76](https://github.com/hifis-net/ansible-role-gitlab/pull/76) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- Bump reuse from 1.0.0 to 1.1.0 [\#75](https://github.com/hifis-net/ansible-role-gitlab/pull/75) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- Update README.md [\#74](https://github.com/hifis-net/ansible-role-gitlab/pull/74) ([Normo](https://github.com/Normo))
22+
- Add codeowners to autoassign reviewers [\#73](https://github.com/hifis-net/ansible-role-gitlab/pull/73) ([Normo](https://github.com/Normo))
23+
- Add Ubuntu 22.04 as supported platform [\#72](https://github.com/hifis-net/ansible-role-gitlab/pull/72) ([Normo](https://github.com/Normo))
24+
- Ensure package cache is updated in check-mode [\#71](https://github.com/hifis-net/ansible-role-gitlab/pull/71) ([Normo](https://github.com/Normo))
25+
- Bump ansible from 6.5.0 to 7.0.0 [\#68](https://github.com/hifis-net/ansible-role-gitlab/pull/68) ([dependabot[bot]](https://github.com/apps/dependabot))
26+
- Bump ansible-lint from 6.8.5 to 6.8.6 [\#65](https://github.com/hifis-net/ansible-role-gitlab/pull/65) ([dependabot[bot]](https://github.com/apps/dependabot))
27+
- Bump ansible-lint from 6.8.2 to 6.8.5 [\#64](https://github.com/hifis-net/ansible-role-gitlab/pull/64) ([dependabot[bot]](https://github.com/apps/dependabot))
28+
- Bump molecule from 4.0.2 to 4.0.3 [\#61](https://github.com/hifis-net/ansible-role-gitlab/pull/61) ([dependabot[bot]](https://github.com/apps/dependabot))
29+
- Switch from molecule-docker to molecule-podman [\#34](https://github.com/hifis-net/ansible-role-gitlab/pull/34) ([tobiashuste](https://github.com/tobiashuste))
30+
331
## [v1.2.0](https://github.com/hifis-net/ansible-role-gitlab/tree/v1.2.0) (2022-10-21)
432

533
[Full Changelog](https://github.com/hifis-net/ansible-role-gitlab/compare/v1.1.0...v1.2.0)
@@ -20,12 +48,13 @@
2048

2149
**Closed issues:**
2250

23-
- Add a contribution guide [\#11](https://github.com/hifis-net/ansible-role-gitlab/issues/11)
2451
- Use FQCN everywhere [\#9](https://github.com/hifis-net/ansible-role-gitlab/issues/9)
52+
- Add a contribution guide [\#11](https://github.com/hifis-net/ansible-role-gitlab/issues/11)
2553
- Add auto-generated CHANGELOG file [\#8](https://github.com/hifis-net/ansible-role-gitlab/issues/8)
2654

2755
**Merged pull requests:**
2856

57+
- Prepare release version 1.2.0 [\#58](https://github.com/hifis-net/ansible-role-gitlab/pull/58) ([tobiashuste](https://github.com/tobiashuste))
2958
- Use setup-python action version 4 [\#57](https://github.com/hifis-net/ansible-role-gitlab/pull/57) ([tobiashuste](https://github.com/tobiashuste))
3059
- Bump molecule from 4.0.1 to 4.0.2 [\#55](https://github.com/hifis-net/ansible-role-gitlab/pull/55) ([dependabot[bot]](https://github.com/apps/dependabot))
3160
- Bump ansible-lint from 6.8.1 to 6.8.2 [\#54](https://github.com/hifis-net/ansible-role-gitlab/pull/54) ([dependabot[bot]](https://github.com/apps/dependabot))

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.2.0
6+
1.3.0

0 commit comments

Comments
 (0)