Skip to content

Commit 010d1f4

Browse files
Merge pull request #82 from Tompage1994/manual_changelog
Update changelog v0.2.0
2 parents aedaab8 + 401abc9 commit 010d1f4

File tree

6 files changed

+30
-9
lines changed

6 files changed

+30
-9
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1-
=============================================================
1+
============================================
22
redhat_cop.tower_configuration Release Notes
3-
=============================================================
3+
============================================
44

55
.. contents:: Topics
66

77

8+
v0.2.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Added pre-commit hook for local development and automated testing purposes
15+
- Standardised and corrected all READMEs
16+
17+
Bugfixes
18+
--------
19+
20+
- Removed defaulted objects for all roles so that they were not always run if using a conditional against the variable. (see https://github.com/redhat-cop/tower_configuration/issues/68)
21+
822
v0.1.0
923
======
1024

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ plugins:
1212
shell: {}
1313
strategy: {}
1414
vars: {}
15-
version: 0.1.0
15+
version: 0.2.0

changelogs/changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,16 @@ releases:
2424
- new_roles.yaml
2525
- workflows.yaml
2626
release_date: '2020-08-04'
27+
0.2.0:
28+
changes:
29+
bugfixes:
30+
- Removed defaulted objects for all roles so that they were not always run if
31+
using a conditional against the variable. (see https://github.com/redhat-cop/tower_configuration/issues/68)
32+
minor_changes:
33+
- Added pre-commit hook for local development and automated testing purposes
34+
- Standardised and corrected all READMEs
35+
fragments:
36+
- 72-defaults.yaml
37+
- 73-readmes.yaml
38+
- 77-pre-commit.yaml
39+
release_date: '2020-09-09'

changelogs/fragments/72-defaults.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/73-readmes.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/77-pre-commit.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)