From 38e69c287fcb0ee2cac4d27bca4b2b12246ce824 Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Wed, 22 Sep 2021 10:04:15 +0200 Subject: [PATCH] release 0.7.0 --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9218fd1..cfc5232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,19 @@ - Added a `set` operation to easily add credentials, gateway or alias to a device. - Devices and apps can now be listed if not ID is specified : `drg get apps` will list existing apps. Plural and singular forms of a resource can be used interchangeably. - - Endpoints information in whoami -e. It's also possible to specify a service name to get only the url. + - Endpoints information in `drg whoami -e`. It's also possible to specify a service name to get only the url. - Added a `cmd` subcommand to issue commands for devices using the command endpoint. ## Bug fixes ## Misc. changes - Improved debug messages related to the open ID authentication flow. - - When using `edit`, drg won't send anything to the server id there are no changes. + - When using `edit`, drg won't send anything to the server if there are no changes. - Automated builds - - packaging for fedora - - Add a "ignore-missing" flag to ignore 404 error when deleting a resource. + - Add an "ignore-missing" flag to ignore 404 error when deleting a resource. ## Deprecations - `drg token` is removed. Please use `drg whoami --token` - `--data` argument is deprecated. Use `--spec` instead. - + \ No newline at end of file