Skip to content

Commit 30f8d69

Browse files
Merge pull request #194 from redhat-cop/changelog-patches
[RELEASE] Update changelog refs/tags/v1.5.0
2 parents 23a1b6a + 1c96fcb commit 30f8d69

File tree

7 files changed

+55
-21
lines changed

7 files changed

+55
-21
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ redhat_cop.tower_configuration Release Notes
55
.. contents:: Topics
66

77

8+
v1.5.0
9+
======
10+
11+
Major Changes
12+
-------------
13+
14+
- Removed testing via playbook install that was removed in awx 18.0.0.
15+
- Updated testing via playbook to use minikube + operator install.
16+
17+
Breaking Changes / Porting Guide
18+
--------------------------------
19+
20+
- Examples can also be found in the playbooks/tower_configs_export_model/tower_workflows.yml
21+
- If you do not change the data model, change the variable 'workflow_nodes' to 'simplified_workflow_nodes'.
22+
- More information can be found either in the Workflow Job Template Readme or on the awx.awx.tower_workflow_job_template Documentation.
23+
- The Tower export model is now the default to use under workflow nodes. This is documented in the workflow job templates Readme.
24+
- Users using the tower export model previously, do not need to make any changes.
25+
- Workflow Schemas to describe Workflow nodes have changed.
26+
27+
Bugfixes
28+
--------
29+
30+
- Allow tower_hostname and tower_validate_certs to not be set in favour of environment variables being set as per module defaults.
31+
- Changes all boolean variables to have their default values omitted rather than using the value 'default(omit, true)' which prevents a falsy value being supplied.
32+
833
v1.4.1
934
======
1035

changelogs/.plugin-cache.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
objects:
2+
role: {}
13
plugins:
24
become: {}
35
cache: {}
@@ -12,4 +14,4 @@ plugins:
1214
shell: {}
1315
strategy: {}
1416
vars: {}
15-
version: 1.4.1
17+
version: 1.5.0

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,30 @@ releases:
133133
- exec_env.yml
134134
- jt_bug_fix.yml
135135
release_date: '2021-04-21'
136+
1.5.0:
137+
changes:
138+
breaking_changes:
139+
- Examples can also be found in the playbooks/tower_configs_export_model/tower_workflows.yml
140+
- If you do not change the data model, change the variable 'workflow_nodes'
141+
to 'simplified_workflow_nodes'.
142+
- More information can be found either in the Workflow Job Template Readme or
143+
on the awx.awx.tower_workflow_job_template Documentation.
144+
- The Tower export model is now the default to use under workflow nodes. This
145+
is documented in the workflow job templates Readme.
146+
- Users using the tower export model previously, do not need to make any changes.
147+
- Workflow Schemas to describe Workflow nodes have changed.
148+
bugfixes:
149+
- Allow tower_hostname and tower_validate_certs to not be set in favour of environment
150+
variables being set as per module defaults.
151+
- Changes all boolean variables to have their default values omitted rather
152+
than using the value 'default(omit, true)' which prevents a falsy value being
153+
supplied.
154+
major_changes:
155+
- Removed testing via playbook install that was removed in awx 18.0.0.
156+
- Updated testing via playbook to use minikube + operator install.
157+
fragments:
158+
- add_workflow_schema.yml
159+
- bool_omit.yml
160+
- env_var.yml
161+
- update_testing.yml
162+
release_date: '2021-06-21'

changelogs/fragments/add_workflow_schema.yml

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

changelogs/fragments/bool_omit.yml

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

changelogs/fragments/env_var.yml

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

changelogs/fragments/update_testing.yml

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

0 commit comments

Comments
 (0)