Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed Sep 22, 2021
1 parent f066677 commit 38e69c2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


0 comments on commit 38e69c2

Please sign in to comment.