Skip to content

Releases: neoave/mrack

v1.12.1

24 Nov 12:12
Compare
Choose a tag to compare

Fix

  • Make db file and provisioning file optional (9449082)
  • Use MrackError in action Up to catch all possible mrack errors at once (990224b)
  • Validate ownership and lifetime only for AWS and OpenStack (111d481)

v1.12.0

14 Nov 13:19
Compare
Choose a tag to compare

Feature

  • aws: Add owner/lifetime info in VM's metadata (ed9e977)
  • openstack: Add owner/lifetime info in VM's metadata (e33038e)

Fix

  • Integration test_actions test fixes (07682c1)
  • Do not use deprecated asyncio.coroutine wrapper (c66fef7)

v1.11.0

03 Nov 15:07
Compare
Choose a tag to compare

Feature

  • AWS: Add multiple subnet support & IPs availability check (742ed9c)

Fix

  • mrack.spec: Fix the location for mrack.egg-info (9a998bc)
  • mrack.spec: Cli package files and deps (f76c31a)
  • Podman: Fix action ssh import failing if podman provider not found (87c397e)
  • mrack.spec: Remove unecessary statement (dbb43f3)

v1.10.0

26 Oct 18:42
Compare
Choose a tag to compare

Feature

  • OpenStack: Pick from all networks based on load (317c2ac)

Fix

  • Update paths in specfile and python_provide (5262bca)
  • utils: Add encoding to open functions (e28e044)
  • Podman: Add encoding to open function (84cd4dc)
  • Beaker: Add encoding to open when opening ssh key (71ef2f1)

v1.9.1

20 Oct 11:34
Compare
Choose a tag to compare

Fix

  • Add CHANGELOG.md to MANIFEST.in (64fa546)
  • Update spec to match fedora community standard (91726d7)
  • Beaker: Traceback when hub is not accessible at session creation (18f6b78)
  • Beaker: Connection to hub timing out (9c258d8)

v1.9.0

12 Oct 14:08
Compare
Choose a tag to compare

Feature

  • Split mrack spec to multiple packages (1709af0)

Documentation

  • Update installation steps based on mrack package division (48b16f4)

v1.8.1

10 Oct 11:59
Compare
Choose a tag to compare

Fix

  • Add missing split support for transformer (d22d360)

v1.8.0

10 Oct 07:27
Compare
Choose a tag to compare

Feature

  • Add support to dynamically load providers (607c99c)

Fix

  • Use encoding when opening files in setup.py (3ef4b92)

v1.7.0

20 Sep 11:14
Compare
Choose a tag to compare

Feature

  • Beaker: Specify ks_append per host or config (59ba489)
  • Beaker: Support configurable jobxml specs (e9b6fa7)
  • Beaker: Support custom configurable ks_meta values (e167443)

Fix

  • Beaker: Do not throw an Exception when not authenticated (d1b794b)
  • Issue when searching for value when dict_name == attr (98255c7)
  • Beaker log polling to logfile instead of console (be560d9)

v1.6.0

27 Jul 10:16
Compare
Choose a tag to compare

Feature

  • pytest-multihost: Arbitrary attributes for hosts (d0c28f6)
  • ansible-inventory: Host arbitrary attributes (65057e7)
  • Copyign meta_ attributes from host to ansible inventory (3da517c)

Fix

  • pytest-multihost: Crash when group is not defined (d337a7b)
  • pytest-multihost: Crash when mhcfg is missing in prov. config (d6e3483)