Skip to content

Releases: SatelliteQE/manifester

Modify content and return value after RHSM export timeout

11 Sep 15:36
2852b72
Compare
Choose a tag to compare

What's Changed

  • Modify content and return value after timeout by @synkd in #21

Full Changelog: v0.0.13...v0.0.14

Added in directory creation for logging path

27 Apr 15:24
f5b3433
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

Fail over to latest valid sat_version

22 Feb 14:36
c3323a4
Compare
Choose a tag to compare

What's Changed

  • Fail over to the latest valid sat_version by @synkd in #19

Full Changelog: v0.0.11...v0.0.12

Fix inability to process long sat_versions

18 Nov 20:32
0eb009a
Compare
Choose a tag to compare

What's Changed

  • Fix inability to process long sat_versions by @synkd in #17

Full Changelog: v0.0.10...v0.0.11

Add manifest filename as attribute

03 Nov 15:09
3b14c56
Compare
Choose a tag to compare

What's Changed

  • Add manifest filename as attribute by @synkd in #16

Full Changelog: v0.0.9...v0.0.10

Disable Simple Content Access when appropriate after creating subscription allocation

18 Oct 18:49
9d4cfda
Compare
Choose a tag to compare

What's Changed

  • Disable SCA after creating allocation by @synkd in #15

Full Changelog: v0.0.8...v0.0.9

Format sat_version numbers correctly for the RHSM API

12 Sep 20:21
eb516df
Compare
Choose a tag to compare

What's Changed

  • Sanitize sat_version and handle sat_version errors by @synkd in #14

Full Changelog: v.0.0.7...v0.0.8

Minor updates to ease Robottelo integration

02 Sep 21:05
05ab9b9
Compare
Choose a tag to compare

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

29 Aug 20:13
62ff557
Compare
Choose a tag to compare

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

15 Aug 19:53
c06b552
Compare
Choose a tag to compare

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

Full Changelog: 0.0.4...0.0.5