Skip to content

Releases: osac-project/fulfillment-cli

v0.0.22

13 Jan 10:02

Choose a tag to compare

Changelog

  • ac544be Add support for the OAuth password flow
  • ab14e63 Rename VirtualMachine to ComputeInstance (#99)

v0.0.21

15 Dec 19:43

Choose a tag to compare

Changelog

  • ed70161 Add --watch flag to get command for event-driven object monitoring (#77)
  • fa27fa8 Add --oauth-redirect-uri flag to login command
  • c0bc715 Add binary template function
  • adf8bd2 Add table function to templates
  • 60e41bf Add coding standards guidelines
  • fe54f95 Add copr build
  • bce1caa Add lookup functionality to display tables
  • 2a3695a Add support for fully-qualified names in create commands
  • 1600b59 Add support to get Kubeconfig and password by name
  • 940c05f Add watch suggestion after successful edit
  • 8d728dd Bump actions/checkout from 5 to 6 (#70)
  • f67006e Consolidate template engine management in Console component
  • 4fb9016 Deprecate the --cluster option of get kubeconfig and password
  • 0d37779 Don't lookup empty keys
  • a4f90c2 Extract table rendering into reusable component
  • 7197384 Fix line ending in console writer
  • 5f22e74 Fix token script not being saved during login
  • 663eb4c Improve edit command handling of multiple and missing objects
  • b717e18 Minor table renderer refactoring
  • 60ab3e9 Print name and identifier after creating object
  • aa7e360 Refactor tests to use Ginkgo and same package name
  • 1a26f68 Remove description column from template tables
  • 7fb123d Support delete by name
  • 1229eb2 Use %q instead of stroconv.Quote
  • 166702c Use color to render kubeconfig YAML
  • a323878 Use console instead of os.Stdout
  • badebeb Use device flow as the default OAuth flow for login
  • 42131d1 Use dynamic proto.MessageName for aliases instead of hardcoding
  • 0544ab3 Use private.v1 API by default when using --private flag
  • 71d15b4 Use short type name in edit messages

v0.0.20

21 Nov 14:52

Choose a tag to compare

Changelog

v0.0.19

19 Nov 11:47

Choose a tag to compare

Changelog

v0.0.18

12 Nov 15:05
188dd0c

Choose a tag to compare

Changelog

v0.0.17

05 Nov 13:05

Choose a tag to compare

Changelog

  • 995aee5 Always use template identifier with the server

v0.0.16

04 Nov 21:19

Choose a tag to compare

Changelog

  • c9394d1 Add file parameter to the console builder
  • 1df66f2 Add support for creating VMs by template name
  • beafd8e Add support to create cluster by template name
  • d375c0a Fix create token source function
  • b12c69d Support server addresses with http:// or https://
  • 7f461b6 Update to common 0.0.17

v0.0.15

04 Nov 16:06

Choose a tag to compare

Changelog

  • 92baefd Fix use of plain text
  • c6020b1 Improve README.md
  • bb17053 Support anonymous authentication when no token source is configured

v0.0.14

04 Nov 09:45

Choose a tag to compare

Changelog

v0.0.13

03 Nov 21:15

Choose a tag to compare

Changelog

  • bee79fc Support object lookup by name in get command