Fedora Packages

mrack-1.18.0-1.fc38 in Fedora 38

↵ Return to the main page of mrack
View build
Search for updates

Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files

Changelog

Date Author Change
2023-11-27 David Pascual Hernandez <davherna at redhat dot com> - 1.18.0-1 - c158474 feat: Add async_timeout dependency (David Pascual)
2023-11-03 David Pascual Hernandez <davherna at redhat dot com> - 1.17.1-1 - 583193a fix: curate_auth func changed to non-async (Kaleemullah Siddiqui)
2023-10-23 David Pascual Hernandez <davherna at redhat dot com> - 1.17.0-1 - 5251d90 chore(ci): Temporarely remove packit tests (David Pascual) - 3a59761 feat(openstack): Append API version to auth_url in credentials (David Pascual) - 97a5355 chore(release): Update semantic release action name and version (David Pascual) - 6d6cdc6 chore(release): Upload distribution package to release assets (David Pascual)
2023-10-09 David Pascual Hernandez <davherna at redhat dot com> - 1.16.0-1 - e8e20f1 chore(ci): Fix release workflow build step checking out wrong commit (David Pascual) - 97a7cd0 chore: Bump asyncopenstackclient dependency version (David Pascual) - 41b12e7 chore: Release version 1.16.0 (github-actions) - 278d1b1 chore(release): Add PyPI action & extract copr step (Tibor Dudlák) - 9bbd987 chore: Bump python-semantic-release to v7.34.4 (Tibor Dudlák) - d6b7298 feat: Add new dependecies to mrack.spec file (David Pascual) - 7bbda34 feat(OpenStack): Add clouds.yaml as an authentication method (David Pascual) - a5b32e3 feat(OpenStack): Import publick key on provision (David Pascual) - 1a29d86 test: fix pylint issues and use isinstance (Tibor Dudlák) - db74ae0 fix(Beaker): Exception has been thrown as raise missed argument (Tibor Dudlák) - de027fa docs(Beaker): Add hostRequires documentation section to guides (David Pascual)
2023-09-19 Tibor Dudlák <tdudlak at redhat dot com> - 1.16.0-1 - 278d1b1 chore(release): Add PyPI action & extract copr step (Tibor Dudlák) - 9bbd987 chore: Bump python-semantic-release to v7.34.4 (Tibor Dudlák) - d6b7298 feat: Add new dependecies to mrack.spec file (David Pascual) - 7bbda34 feat(OpenStack): Add clouds.yaml as an authentication method (David Pascual) - a5b32e3 feat(OpenStack): Import publick key on provision (David Pascual) - 1a29d86 test: fix pylint issues and use isinstance (Tibor Dudlák) - db74ae0 fix(Beaker): Exception has been thrown as raise missed argument (Tibor Dudlák) - de027fa docs(Beaker): Add hostRequires documentation section to guides (David Pascual)
2023-06-13 Tibor Dudlák <tdudlak at redhat dot com> - 1.15.1-1 - 608c763 chore(Packit): Use yaml magic to run same internal tests for PRs and commits to main (Tibor Dudlák) - 8062a20 refactor: more verbose output when (re)provisioning (Tibor Dudlák) - 19b52f8 test(OpenStack): Add reprovision with dynamic result tests (Tibor Dudlák) - fd111f5 fix: Do not reprovision all hosts when server error is detected (Tibor Dudlák) - 6e499f6 fix: Use lower cooldown time to not be too slow in re-provisioning (Tibor Dudlák) - e03793c chore(Packit): Add internalt tests per pull request (Tibor Dudlák) - 44023eb chore(Packit): add missing build job(s) to Packit config (Tibor Dudlák)
2023-04-18 Tibor Dudlák <tdudlak at redhat dot com> - 1.15.0-1 - f9f0e33 test: Add missing strategy_retry test (Tibor Dudlák) - 121c5db refactor(provider): take max_utilization out to method to ease mocking (Tibor Dudlák) - dc74ced test: Add missing tests for fixed code from https://github.com/neoave/mrack/pull/245 (Tibor Dudlák) - 86393ab feat(outputs): preset username and password for windows host in pytest-mh (Tibor Dudlák) - 4c26b5f feat(outputs): merge nested dictionary instead of overriding it (Tibor Dudlák) - 4dde2e5 feat(utils): add merge_dict (Tibor Dudlák) - 5440be1 refactor: fixes _openstack_gather_responses test warnings and exec time (David Pascual) - e29031b fix: Handle 403 AuthError (out of quota) in openstack provisioning (David Pascual) - a4e5075 feat: configurable ssh options (Petr Vobornik) - e9d716e chore: fix docs dependencies in tox run (Petr Vobornik) - 6f1943b chore: add Markdown support to docs and add design section (Petr Vobornik) - 88458e1 docs: SSH options design (Petr Vobornik)
2023-03-16 Tibor Dudlák <tdudlak at redhat dot com> - 1.14.1-1 - a9c4e62 fix: mrack not re-provisioning hosts which were destroyed (Tibor Dudlák) - 17b45e4 fix: Replace coroutines with tasks to avoid RuntimeError (David Pascual)
2023-03-08 Tibor Dudlák <tdudlak at redhat dot com> - 1.14.0-1 - e319b73 refactor(AWS): change variable name typo in get_ip_addresses (Tibor Dudlák) - d95e65f fix(OpenStack): Add missing await for self._load_limits() method call (Tibor Dudlák) - d0c2d8f refactor: Update supported providers (Tibor Dudlák) - 13ad3df fix(outputs): remove config section from pytest-multihost (Tibor Dudlák) - d3da251 feat(outputs): allow to overwrite ansible layout (Tibor Dudlák) - d3ac20d feat(outputs): allow to choose which outputs should be generated (Tibor Dudlák) - 66f2877 feat(outputs): add support for pytest-mh (Tibor Dudlák) - db633b7 feat(utils): relax condition in get_fqdn (Tibor Dudlák) - 0735e36 fix(outputs): add host to correct group in layout (Tibor Dudlák) - b1f5318 feat(utils): add get_os_type (Tibor Dudlák) - 0ab88e6 refactor(black): reformat code (Tibor Dudlák)
2023-03-01 Tibor Dudlák <tdudlak at redhat dot com> - 1.13.3-1 - 0f62237 fix(OpenStack): await loading limits to not break provisioning (Tibor Dudlák)

Dependencies

Provides

  • mrack

Files


Sources on Pagure