Skip to content

Commit 8ff1737

Browse files
committed
Update changelog v0.2.0
1 parent 0d07014 commit 8ff1737

File tree

7 files changed

+58
-9
lines changed

7 files changed

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

Galaxy.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
namespace: redhat_cop
3+
name: tower_configuration
4+
version: 0.2.0
5+
description: A collection of roles to manage Ansible Tower
6+
readme: README.md
7+
authors:
8+
- Andrew Huffman
9+
- Jonathan Lozada De La Matta @jlozadad
10+
- Kedar Kulkarni @kedark3
11+
- Tom Page @Tompage1994
12+
- Sean Sullivan @sean-m-sullivan
13+
repository: https://github.com/redhat-cop/tower_configuration
14+
issues: https://github.com/redhat-cop/tower_configuration/issues
15+
build_ignore:
16+
- galaxy.yml.j2
17+
- release.yml
18+
- .github
19+
- .ansiblelint.yml
20+
- .yamllint.yml
21+
license:
22+
- GPL-3.0-or-later
23+
tags:
24+
- tower
25+
- collection
26+
- tower_configuration
27+
dependencies:
28+
awx.awx: "*"

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)