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

Commit 98c526c

Browse files
committed
Release version 1.3.0
1 parent 4b93157 commit 98c526c

File tree

4 files changed

+27
-13
lines changed

4 files changed

+27
-13
lines changed

CHANGELOG.md

+23-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
# Changelog
22

3-
## [v1.2.0](https://github.com/hifis-net/ansible-role-rsd/tree/v1.2.0) (2022-07-11)
3+
## [v1.3.0](https://github.com/hifis-net/ansible-role-rsd/tree/v1.3.0) (2022-07-26)
44

5-
[Full Changelog](https://github.com/hifis-net/ansible-role-rsd/compare/v1.1.0...v1.2.0)
5+
[Full Changelog](https://github.com/hifis-net/ansible-role-rsd/compare/v1.2.0...v1.3.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Support matomo environment variables [\#78](https://github.com/hifis-net/ansible-role-rsd/issues/78)
10+
- Image by tag is not pulled if tag does not change [\#74](https://github.com/hifis-net/ansible-role-rsd/issues/74)
11+
- Support hifis.net spotlight migration for RSD [\#72](https://github.com/hifis-net/ansible-role-rsd/issues/72)
612

713
**Closed issues:**
814

9-
- Add option to remove existing containers and volumes [\#61](https://github.com/hifis-net/ansible-role-rsd/issues/61)
10-
- Improve deployment by using docker-compose down + up [\#60](https://github.com/hifis-net/ansible-role-rsd/issues/60)
15+
- Provide citation metadata [\#69](https://github.com/hifis-net/ansible-role-rsd/issues/69)
16+
17+
**Merged pull requests:**
18+
19+
- Integrate matomo support [\#79](https://github.com/hifis-net/ansible-role-rsd/pull/79) ([cmeessen](https://github.com/cmeessen))
20+
- Bump molecule from 4.0.0 to 4.0.1 [\#77](https://github.com/hifis-net/ansible-role-rsd/pull/77) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- Always pull container images in case of using image tag 'latest' [\#76](https://github.com/hifis-net/ansible-role-rsd/pull/76) ([Normo](https://github.com/Normo))
22+
- Support software spotlights migration [\#73](https://github.com/hifis-net/ansible-role-rsd/pull/73) ([Normo](https://github.com/Normo))
23+
- Add citation metadata [\#71](https://github.com/hifis-net/ansible-role-rsd/pull/71) ([Normo](https://github.com/Normo))
24+
- Bump ansible from 6.0.0 to 6.1.0 [\#68](https://github.com/hifis-net/ansible-role-rsd/pull/68) ([dependabot[bot]](https://github.com/apps/dependabot))
25+
- Bump yamllint from 1.26.3 to 1.27.1 [\#67](https://github.com/hifis-net/ansible-role-rsd/pull/67) ([dependabot[bot]](https://github.com/apps/dependabot))
26+
27+
## [v1.2.0](https://github.com/hifis-net/ansible-role-rsd/tree/v1.2.0) (2022-07-11)
28+
29+
[Full Changelog](https://github.com/hifis-net/ansible-role-rsd/compare/v1.1.0...v1.2.0)
1130

1231
**Merged pull requests:**
1332

@@ -65,11 +84,6 @@
6584
- Ignore errors during initials dry-run [\#48](https://github.com/hifis-net/ansible-role-rsd/pull/48) ([Normo](https://github.com/Normo))
6685
- Fix molecule lint [\#29](https://github.com/hifis-net/ansible-role-rsd/pull/29) ([Normo](https://github.com/Normo))
6786

68-
**Closed issues:**
69-
70-
- Change package management tool named in CONTRIBUTING guide [\#40](https://github.com/hifis-net/ansible-role-rsd/issues/40)
71-
- Prepare release v1.0.0 [\#51](https://github.com/hifis-net/ansible-role-rsd/issues/51)
72-
7387
**Merged pull requests:**
7488

7589
- Bump ansible from 5.9.0 to 6.0.0 [\#47](https://github.com/hifis-net/ansible-role-rsd/pull/47) ([dependabot[bot]](https://github.com/apps/dependabot))

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ authors:
3434
orcid: 'https://orcid.org/0000-0002-5028-6663'
3535
repository-code: 'https://github.com/hifis-net/ansible-role-rsd'
3636
repository-artifact: 'https://galaxy.ansible.com/hifis/rsd'
37-
version: 'v1.2.0'
38-
date-released: '2022-07-11'
37+
version: 'v1.3.0'
38+
date-released: '2022-07-26'

VERSION

+1-1
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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "rsd"
8-
version = "1.2.0"
8+
version = "1.3.0"
99
description = "This role provides a setup for the Research Software Directory."
1010
authors = ["Tobias Huste <[email protected]>", "Norman Ziegner <[email protected]>"]
1111
license = "Apache-2.0"

0 commit comments

Comments
 (0)