Skip to content

Commit

Permalink
Merge pull request #109 from sean-m-sullivan/devel
Browse files Browse the repository at this point in the history
Update changelog manually
  • Loading branch information
sean-m-sullivan authored Oct 22, 2020
2 parents 276047b + 84dd8d2 commit f1d48df
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 30 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ redhat_cop.tower_configuration Release Notes
.. contents:: Topics


v1.0.0
======

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

- Updated Roles to use the tower_export model from the awx command line.
- credential_types Updated to use the tower_export model from the awx command line.
- credentials Updated to use the tower_export model from the awx command line.
- inventory Updated to use the tower_export model from the awx command line.
- inventory_sources Updated to use the tower_export model from the awx command line.
- job_templates Updated to use the tower_export model from the awx command line.
- projects Updated to use the tower_export model from the awx command line.
- teams Updated to use the tower_export model from the awx command line.
- users Updated to use the tower_export model from the awx command line.

Minor Changes
-------------

- updated to allow vars in messages for notifications.
- updated tower workflows related role `workflow_job_templates` to include `survey_enabled` defaulting to `false` which is a module default and `omit` the `survey_spec` if not passed.
- updated various roles to include oauth token and tower config file.

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

- Removed depreciated options in inventory sources role (source_regions, instance_filters, group_by)
- Renamed notifications role to notification_templates role as in awx.awx:15.0. The variable is not tower_notification_templates.

v0.2.1
======

Expand Down
3 changes: 1 addition & 2 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
plugins:
become: {}
cache: {}
Expand All @@ -13,4 +12,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.2.1
version: 1.0.0
33 changes: 32 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
ancestor: null
releases:
0.1.0:
Expand Down Expand Up @@ -45,3 +44,35 @@ releases:
fragments:
- changelogs.yml
release_date: '2020-09-22'
1.0.0:
changes:
breaking_changes:
- Removed depreciated options in inventory sources role (source_regions, instance_filters,
group_by)
- Renamed notifications role to notification_templates role as in awx.awx:15.0.
The variable is not tower_notification_templates.
major_changes:
- Updated Roles to use the tower_export model from the awx command line.
- credential_types Updated to use the tower_export model from the awx command
line.
- credentials Updated to use the tower_export model from the awx command line.
- inventory Updated to use the tower_export model from the awx command line.
- inventory_sources Updated to use the tower_export model from the awx command
line.
- job_templates Updated to use the tower_export model from the awx command line.
- projects Updated to use the tower_export model from the awx command line.
- teams Updated to use the tower_export model from the awx command line.
- users Updated to use the tower_export model from the awx command line.
minor_changes:
- updated to allow vars in messages for notifications.
- updated tower workflows related role `workflow_job_templates` to include `survey_enabled`
defaulting to `false` which is a module default and `omit` the `survey_spec`
if not passed.
- updated various roles to include oauth token and tower config file.
fragments:
- 95-notification_templates.yml
- auth_update.yml
- fix_workflow_survey_defaults.yml
- notif_update.yml
- tower_export_update.yml
release_date: '2020-10-22'
3 changes: 0 additions & 3 deletions changelogs/fragments/95-notification_templates.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/auth_update.yml

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/notif_update.yml

This file was deleted.

13 changes: 0 additions & 13 deletions changelogs/fragments/tower_export_update.yml

This file was deleted.

0 comments on commit f1d48df

Please sign in to comment.