Releases: fugue/fugue-client
Releases · fugue/fugue-client
Fix table formatter
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
This release adds an official fugue/fugue-client
Docker image.
Added support for Rule Waivers `expires-at`
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 theP
andT
are facultative (e.g.1y2m3d4h
).
v0.18.0
- Added support for creating and updating repository environments
Fix: create and update gov cloud environments
- Fix create and update gov cloud environments
- Fix security vulnerabilities
Sync families via fugue sync rules / * environments support on Groups
- 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
- Note:
Support for `always_enabled` families
Create, Update, Get and List families operations show the value of always_enabled
flag.
Support for User Defined Families
Support for get
, create
, update
, delete
and list
families
.
Rule Waiver support for wildcards
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
Replaced email
with service-account-email