Skip to content

Releases: fugue/fugue-client

Fix table formatter

03 Jun 19:15
Compare
Choose a tag to compare

This release fixes an issue with the table formatter that caused the client to exit with the error message error: No rows to display when the table would have no rows. The new behavior is to display the empty table and not raise an error.

Add docker image

25 May 17:22
f6c542c
Compare
Choose a tag to compare

Added support for Rule Waivers `expires-at`

14 Apr 18:47
Compare
Choose a tag to compare

The Rule Waivers expires-at parameter can be one of:

  • A Unix timestamp
  • A RFC3339 formatted date
  • A duration in ISO 8601 format (e.g. P1Y2M3DT4H5M6S) up to hours (e.g. PT1H). We also support a "pseudo-ISO 8601" where the ISO 8601 is case insensitive and the P and T are facultative (e.g. 1y2m3d4h).

v0.18.0

24 Feb 11:19
Compare
Choose a tag to compare
  • Added support for creating and updating repository environments

Fix: create and update gov cloud environments

06 Jan 21:04
1ecb4b5
Compare
Choose a tag to compare
  • Fix create and update gov cloud environments
  • Fix security vulnerabilities

Sync families via fugue sync rules / * environments support on Groups

09 Dec 13:11
Compare
Choose a tag to compare
  • Add ability to sync custom rules into user defined families via fugue sync rules --target-rule-family
  • Add support for * environments on Group operations
    • Note: fugue create group --all-environments behavior has been updated to utilize * environments, creating the group for all current and future environments

Support for `always_enabled` families

19 Aug 12:51
45eef9f
Compare
Choose a tag to compare

Create, Update, Get and List families operations show the value of always_enabled flag.

Support for User Defined Families

05 Aug 11:39
691e8a9
Compare
Choose a tag to compare

Support for get, create, update, delete and list families.

Rule Waiver support for wildcards

27 May 16:36
81a0a56
Compare
Choose a tag to compare

The create rule-waivers command now supports wildcards (? and *) in the fields:

--resource-tag
--resource-id 
--resource-provider
--resource-type 

Hot fix for Google Create Environment

26 Mar 16:54
b5ff742
Compare
Choose a tag to compare

Replaced email with service-account-email