forked from redhat-cop/infra.aap_configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78b5c55
commit fc4758d
Showing
10 changed files
with
125 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
============================================================= | ||
redhat_cop.tower_configuration Release Notes | ||
============================================================= | ||
|
||
.. contents:: Topics | ||
|
||
|
||
v0.1.0 | ||
====== | ||
|
||
Major Changes | ||
------------- | ||
|
||
- Groups role - Added groups role to the collection | ||
- Labels role - Added labels role to the collection | ||
- Notifications role - Added many options to notifications role | ||
- Workflow Job Templates role - Added many options to WJT role | ||
|
||
Minor Changes | ||
------------- | ||
|
||
- GitHub Workflows - Added workflows to run automated linting and integration tests against the codebase | ||
- Hosts role - Added new_name and enabled options to hosts role | ||
- Housekeeping - Added CONTRIBUTING guide and pull request template | ||
- Inventory Sources role - Added notification_templates_started, success, and error options. Also added verbosity and source_regions options. | ||
- Teams role - Added new_name option to teams role | ||
- Test Configs - Added full range of test objects for integration testing | ||
|
||
Bugfixes | ||
-------- | ||
|
||
- Fixed an issue where tower_validate_certs and validate_certs were both used as vars. Now changed to tower_validate_certs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
plugins: | ||
become: {} | ||
cache: {} | ||
callback: {} | ||
cliconf: {} | ||
connection: {} | ||
httpapi: {} | ||
inventory: {} | ||
lookup: {} | ||
module: {} | ||
netconf: {} | ||
shell: {} | ||
strategy: {} | ||
vars: {} | ||
version: 0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
ancestor: null | ||
releases: | ||
0.1.0: | ||
changes: | ||
bugfixes: | ||
- Fixed an issue where tower_validate_certs and validate_certs were both used | ||
as vars. Now changed to tower_validate_certs | ||
major_changes: | ||
- Groups role - Added groups role to the collection | ||
- Labels role - Added labels role to the collection | ||
- Notifications role - Added many options to notifications role | ||
- Workflow Job Templates role - Added many options to WJT role | ||
minor_changes: | ||
- GitHub Workflows - Added workflows to run automated linting and integration | ||
tests against the codebase | ||
- Hosts role - Added new_name and enabled options to hosts role | ||
- Housekeeping - Added CONTRIBUTING guide and pull request template | ||
- Inventory Sources role - Added notification_templates_started, success, and | ||
error options. Also added verbosity and source_regions options. | ||
- Teams role - Added new_name option to teams role | ||
- Test Configs - Added full range of test objects for integration testing | ||
fragments: | ||
- housekeeping.yaml | ||
- new_roles.yaml | ||
- workflows.yaml | ||
release_date: '2020-08-04' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
changelog_filename_template: ../CHANGELOG.rst | ||
changelog_filename_version_depth: 0 | ||
changes_file: changelog.yaml | ||
changes_format: combined | ||
ignore_other_fragment_extensions: true | ||
keep_fragments: false | ||
mention_ancestor: true | ||
new_plugins_after_name: removed_features | ||
notesdir: fragments | ||
prelude_section_name: release_summary | ||
prelude_section_title: Release Summary | ||
sanitize_changelog: true | ||
sections: | ||
- - major_changes | ||
- Major Changes | ||
- - minor_changes | ||
- Minor Changes | ||
- - breaking_changes | ||
- Breaking Changes / Porting Guide | ||
- - deprecated_features | ||
- Deprecated Features | ||
- - removed_features | ||
- Removed Features (previously deprecated) | ||
- - security_fixes | ||
- Security Fixes | ||
- - bugfixes | ||
- Bugfixes | ||
- - known_issues | ||
- Known Issues | ||
title: Redhat_Cop.Tower_Configuration | ||
trivial_section_name: trivial | ||
use_fqcn: true |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bugfixes: | ||
- 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- Standardised and corrected all READMEs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- Added pre-commit hook for local development and automated testing purposes |