Summarize what has changed. Explain why this PR is necessary. What is impacted? Is this a new feature, critical bug fix, etc?
Is this change backwards incompatible, backwards compatible, or a backwards compatible bugfix?
List and characterize relationship to Jira/Github issues and other pull requests. Be sure to list dependencies.
- Resolves [issue id](issue link)
- Change will also be needed in
<insert branch name here>
- Future work required by [issue id](issue link)
- Merge with/before/after
<insert PR URL here>
List the environments in which these changes were tested.
Tested on:
<development system>
- Local development environment
- Virtual Shasta
Test description:
How were the changes tested and success verified? If schema changes were part of this change, how were those handled in your upgrade/downgrade testing?
- Were the install/upgrade-based validation checks/tests run (goss tests/install-validation doc)?
- Were continuous integration tests run? If not, why?
- Was upgrade tested? If not, why?
- Was downgrade tested? If not, why?
Are there known issues with these changes? Any other special considerations?
- Version number(s) incremented, if applicable
- Copyrights updated
- License file intact
- Target branch correct
- CHANGELOG.md updated
- Testing is appropriate and complete, if applicable