Skip to content

Releases: SatelliteQE/manifester

v0.2.8 - Accept offline token option for CLI delete command

11 Sep 20:49
5821185
Compare
Choose a tag to compare

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

01 Aug 16:46
8cb287c
Compare
Choose a tag to compare

What's Changed

  • Add offline token argument to inventory command by @synkd in #45

Full Changelog: v0.2.6...v0.2.7

v0.2.6 - Isolate Manifester's logger

18 Jul 20:10
4401c8a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5 - Increase manifest export timeout

11 Jul 17:02
2472b22
Compare
Choose a tag to compare

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

10 Jun 13:14
f29bb5f
Compare
Choose a tag to compare

What's Changed

  • Add scripts section to pyproject.toml by @synkd in #39

Full Changelog: v0.2.3...v0.2.4

v0.2.3 - Enable Support for Vault Secrets in Manifester

31 May 18:39
2f9263e
Compare
Choose a tag to compare

What's Changed

  • Enable support for Vault secrets in Manifester by @synkd in #38

Full Changelog: v0.2.2...v0.2.3

Fix python-publish workflow again

04 Apr 18:36
54c0c70
Compare
Choose a tag to compare

What's Changed

  • Use build command instead of setup.py by @synkd in #37

Full Changelog: v0.2.1...v0.2.2

v0.2.1 Fix python-publish workflow

03 Apr 14:08
de45afc
Compare
Choose a tag to compare

What's Changed

  • Fix syntax error in python-publish workflow by @synkd in #36

Full Changelog: v0.2.0...v0.2.1

v0.2.0 Add inventory management and CLI improvements

20 Mar 19:42
fd42717
Compare
Choose a tag to compare

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

Full Changelog: v0.0.15...v0.2.0

Add unit tests and CI improvements

12 Jan 16:29
85c2a4c
Compare
Choose a tag to compare

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