Releases: SatelliteQE/manifester
Modify content and return value after RHSM export timeout
What's Changed
Full Changelog: v0.0.13...v0.0.14
Added in directory creation for logging path
What's Changed
- Added in directory creation for logging path by @JacobCallahan in #20
Full Changelog: v0.0.12...v0.0.13
Fail over to latest valid sat_version
What's Changed
Full Changelog: v0.0.11...v0.0.12
Fix inability to process long sat_versions
What's Changed
Full Changelog: v0.0.10...v0.0.11
Add manifest filename as attribute
Disable Simple Content Access when appropriate after creating subscription allocation
What's Changed
Full Changelog: v0.0.8...v0.0.9
Format sat_version numbers correctly for the RHSM API
What's Changed
Full Changelog: v.0.0.7...v0.0.8
Minor updates to ease Robottelo integration
What's Changed
- Allow adding entitlements from unlimited pools by @synkd in #12
- Add path and filename as attributes of manifest by @synkd in #13
Full Changelog: v0.0.6...v.0.0.7
Add support for external configuration and URL config as top-level setting
This release allows settings to be passed as a dict to the Manifester class at instantiation time in addition to being read from manifester_settings.yaml
. It also provides support for setting the URL
config section at the top level of manifester_settings.yaml
in addition to being set per manifest category.
What's Changed
- Add support for external configuration by @synkd in #11
- Add support for URL config as a top-level setting by @synkd in #11
Full Changelog: v0.0.5...v0.0.6
Add delete method and context manager integration
This release adds a delete method to the Manifester class and makes Manifester a context manager. Both changes facilitate cleanup of subscription allocations after a Manifester run completes.
What's Changed
- Add delete method to Manifester class by @synkd in #9
- Add basic context manager functionality by @JacobCallahan in #10
Full Changelog: 0.0.4...0.0.5