Releases: SatelliteQE/manifester
Releases · SatelliteQE/manifester
v0.2.8 - Accept offline token option for CLI delete command
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 by @dependabot in #47
- Accept offline token option for CLI delete command by @synkd in #48
Full Changelog: v0.2.7...v0.2.8
v0.2.7 - Add offline token argument to inventory command
What's Changed
Full Changelog: v0.2.6...v0.2.7
v0.2.6 - Isolate Manifester's logger
v0.2.5 - Increase manifest export timeout
What's Changed
- Bump docker/build-push-action from 5 to 6 by @dependabot in #40
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #41
- Increase export job check timeout by @synkd in #43
Full Changelog: v0.2.4...v0.2.5
v0.2.4 - Add `scripts` section to pyproject.toml
What's Changed
Full Changelog: v0.2.3...v0.2.4
v0.2.3 - Enable Support for Vault Secrets in Manifester
What's Changed
Full Changelog: v0.2.2...v0.2.3
Fix python-publish workflow again
What's Changed
Full Changelog: v0.2.1...v0.2.2
v0.2.1 Fix python-publish workflow
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0 Add inventory management and CLI improvements
What's Changed
- Add username_prefix to settings and allocation name by @synkd in #24
- Add Dependabot Configuration YAML for GHA by @Gauravtalreja1 in #18
- Add subscription_allocations property by @synkd in #25
- Bump docker/build-push-action from 2 to 5 by @dependabot in #28
- Bump github/codeql-action from 2 to 3 by @dependabot in #27
- Bump actions/setup-python from 4 to 5 by @dependabot in #26
- Add basic inventory file management by @synkd in #29
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #31
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #32
- Improve CLI functionality and CLI tests by @synkd in #30
- Make CLI respect log_level setting by @synkd in #34
- Make uuid available by @dosas in #33
- Create inventory file if absent when loading by @synkd in #35
New Contributors
- @Gauravtalreja1 made their first contribution in #18
- @dependabot made their first contribution in #28
- @dosas made their first contribution in #33
Full Changelog: v0.0.15...v0.2.0
Add unit tests and CI improvements
What's Changed
- Integrate MockStub class to facilitate unit testing
- Write unit tests and add to CI
- Convert project to pyproject.toml
- Lint/format entire codebase
Full Changelog: v0.0.14...v0.0.15