Releases: SatelliteQE/broker
Releases · SatelliteQE/broker
The release that prepped for host-based facts
What's Changed
- Attempt to fix broker quay image build/push by @JacobCallahan in #258
- Fix variable name in example broker_settings by @tpapaioa in #259
- Remove expire date information from AnsibleTower by @JacobCallahan in #262
- Use host facts when syncing inventory from AAP by @tpapaioa in #261
- Add IPv6 support by @JacobCallahan in #260
Full Changelog: 0.4.2...0.4.3
The release that started supporting Python 3.12
What's Changed
- Swap Broker formatting from black to ruff by @JacobCallahan in #252
- Added system and location information for catalog-info.yaml by @rujutashinde in #256
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #253
- Bump actions/setup-python from 4 to 5 by @dependabot in #255
- Bump github/codeql-action from 2 to 3 by @dependabot in #257
- Add support for python 3.12 by @JacobCallahan in #251
Full Changelog: 0.4.1...0.4.2
The release that added agent-based ssh authentication
What's Changed
- Corrected catalog file with tech docs and rover group by @rujutashinde in #241
- Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.8.10 by @dependabot in #238
- Bump actions/checkout from 3 to 4 by @dependabot in #242
- Bump docker/build-push-action from 4 to 5 by @dependabot in #243
- Bump docker/setup-buildx-action from 1 to 3 by @dependabot in #244
- Bump docker/login-action from 2 to 3 by @dependabot in #245
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #247
- Add manual filtering of potential inventory searches by @JacobCallahan in #249
- Add packaging to list of dependencies by @JacobCallahan in #250
- Authentication using ssh-agent by @dosas in #248
New Contributors
Full Changelog: 0.4.0...0.4.1
0.4.0: add setuptool_scm section
What's Changed
- Add initial support for a Beaker provider. by @JacobCallahan in #214
- Allow remote_copy to copy to a different path by @JacobCallahan in #221
- Add Ruff as a code checker by @JacobCallahan in #222
- Don't show index if using a filter on inventory by @JacobCallahan in #225
- Fixing test that assumed local inventory was blank by @JacobCallahan in #230
- 0.4.0 release by @Griffin-Sullivan in #226
Full Changelog: 0.3.4...0.4.0
The release that improved FileLock
What's Changed
- Updated catalog-info.yaml file for Backstage by @rujutashinde in #227
- Simplify FileLock class implementation by @JacobCallahan in #228
New Contributors
- @rujutashinde made their first contribution in #227
Full Changelog: 0.3.3...0.3.4
The release that made multi_manager a thing
What's Changed
- Add Broker.multi_manager by @JacobCallahan in #215
- Add Beaker to broker_settings.yaml.example by @JacobCallahan in #217
- Quick fix for AnsibleTower provider by @JacobCallahan in #220
Full Changelog: 0.3.2...0.3.3
The release that made Host objects 117% better!
What's Changed
- Add a tail_file context manager to the Host class by @JacobCallahan in #211
- Custom socket connect timeout in Session() by @akhil-jha in #210
- Turn Host kwargs into object's attributes every time by @ogajduse in #213
New Contributors
- @akhil-jha made their first contribution in #210
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- Simplify broker_settings.yaml.example by @JacobCallahan in #207
- Add contextual awareness to host creation by @JacobCallahan in #208
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- 0.3.0 Release! by @JacobCallahan in #204
- Refactor Provider registration system by @JacobCallahan in #185
- Complete rewrite of filtering by @JacobCallahan in #188
- Make Broker more opinionated about where its files are located by @JacobCallahan in #194
- Miscellaneous changes for 0.3 releaseby @JacobCallahan in #203
- Add the ability for Broker to download a missing settings file by @JacobCallahan in #206
- add optional formatter and name params to setup_logger by @rplevka in #205
Full Changelog: 0.2.17...0.3.0
The release that was totally planned...
Moved the evaluation of provider instance to class init.