File tree Expand file tree Collapse file tree 7 files changed +58
-9
lines changed Expand file tree Collapse file tree 7 files changed +58
-9
lines changed Original file line number Diff line number Diff line change 1
- =============================================================
1
+ ============================================
2
2
redhat_cop.tower_configuration Release Notes
3
- =============================================================
3
+ ============================================
4
4
5
5
.. contents :: Topics
6
6
7
7
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
+
8
22
v0.1.0
9
23
======
10
24
Original file line number Diff line number Diff line change
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 : " *"
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ plugins:
12
12
shell : {}
13
13
strategy : {}
14
14
vars : {}
15
- version : 0.1 .0
15
+ version : 0.2 .0
Original file line number Diff line number Diff line change @@ -24,3 +24,16 @@ releases:
24
24
- new_roles.yaml
25
25
- workflows.yaml
26
26
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'
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments