Releases: nerves-hub/nerves_hub_cli
Releases · nerves-hub/nerves_hub_cli
v2.0.1
- Updated
- You can now use a single URI for defining the NervesHub instance you are connecting.
CAStore
is now an optional dep. If you have includedCAStore
in your Nerves project it will be used, otherwise:public_key
will be the fallback.- Firmware uploads will default to using HTTP1 as HTTP2 streaming issues exist with the
Tesla
usage ofMint
v2.0.0
Update for compatibility with NervesHub 2.0
-
Removed
- Remove signing devices (and users) by NervesHub. It is now expected that users
manage their own device signer certificates. Device certificates can still be
created locally withmix nerves_hub.device cert create --signer-cert /path/signer-cert.pem --signer-key /path/signer-key.pem
- Remove resolving public keys for fwup. This must now be explicitly set
- Remove signing devices (and users) by NervesHub. It is now expected that users
-
Updated
- Swap to the Mint adapter instead of
:hackney
- Swap to the Mint adapter instead of
-
Added
:nerves_hub_user_api
has now been merged into this lib
v0.12.0
-
Enhancements
- Support token authentication with NervesHub - This should be backwards compatible
but does emit a warning when the user peer client cert is used for authentication.
Usemix nerves_hub.user auth
to generate a token if your NervesHub instance
supports it, or create in the user settings of the web.
- Support token authentication with NervesHub - This should be backwards compatible
-
Bug Fixes
- Fixes a variable mismatch (thanks @pojiro)
v0.11.1
Release v0.11.1
v0.11.0
Release v0.11.0
v0.10.5
-
Bug Fixes
- Fixes issue rendering devices when the device does not have any tags
-
Enhancements
- Certificate serials are now also displayed as a hex value to match OpenSSL output
- Add cert description to ca_certificate list
- More specific location output when creating user auth cert
v0.10.4
v0.10.3
- Bug fixes
- Fix deprecation warnings for
nerves_hub_user_api
calls
- Fix deprecation warnings for
v0.10.2
- Enhancements
- More results printout in the
nerves_hub.device bulk_create
task which reports
errors, malformed lines, and successful creates.
- More results printout in the
v0.10.1
- Bug fixes
- Ignore whitepace in base64-encoded string input