Skip to content

Commit

Permalink
Merge pull request #194 from redhat-cop/changelog-patches
Browse files Browse the repository at this point in the history
[RELEASE] Update changelog refs/tags/v1.5.0
  • Loading branch information
sean-m-sullivan authored Jun 21, 2021
2 parents 23a1b6a + 1c96fcb commit 30f8d69
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 21 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ redhat_cop.tower_configuration Release Notes
.. contents:: Topics


v1.5.0
======

Major Changes
-------------

- Removed testing via playbook install that was removed in awx 18.0.0.
- Updated testing via playbook to use minikube + operator install.

Breaking Changes / Porting Guide
--------------------------------

- Examples can also be found in the playbooks/tower_configs_export_model/tower_workflows.yml
- If you do not change the data model, change the variable 'workflow_nodes' to 'simplified_workflow_nodes'.
- More information can be found either in the Workflow Job Template Readme or on the awx.awx.tower_workflow_job_template Documentation.
- The Tower export model is now the default to use under workflow nodes. This is documented in the workflow job templates Readme.
- Users using the tower export model previously, do not need to make any changes.
- Workflow Schemas to describe Workflow nodes have changed.

Bugfixes
--------

- Allow tower_hostname and tower_validate_certs to not be set in favour of environment variables being set as per module defaults.
- 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.

v1.4.1
======

Expand Down
4 changes: 3 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
objects:
role: {}
plugins:
become: {}
cache: {}
Expand All @@ -12,4 +14,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 1.4.1
version: 1.5.0
27 changes: 27 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,30 @@ releases:
- exec_env.yml
- jt_bug_fix.yml
release_date: '2021-04-21'
1.5.0:
changes:
breaking_changes:
- Examples can also be found in the playbooks/tower_configs_export_model/tower_workflows.yml
- If you do not change the data model, change the variable 'workflow_nodes'
to 'simplified_workflow_nodes'.
- More information can be found either in the Workflow Job Template Readme or
on the awx.awx.tower_workflow_job_template Documentation.
- The Tower export model is now the default to use under workflow nodes. This
is documented in the workflow job templates Readme.
- Users using the tower export model previously, do not need to make any changes.
- Workflow Schemas to describe Workflow nodes have changed.
bugfixes:
- Allow tower_hostname and tower_validate_certs to not be set in favour of environment
variables being set as per module defaults.
- 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.
major_changes:
- Removed testing via playbook install that was removed in awx 18.0.0.
- Updated testing via playbook to use minikube + operator install.
fragments:
- add_workflow_schema.yml
- bool_omit.yml
- env_var.yml
- update_testing.yml
release_date: '2021-06-21'
9 changes: 0 additions & 9 deletions changelogs/fragments/add_workflow_schema.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/bool_omit.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/env_var.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/update_testing.yml

This file was deleted.

0 comments on commit 30f8d69

Please sign in to comment.