[enhancements]
[bug fixes]
[neutral changes]
mix ovh
docs to better illustrate how to create an application and setup access rules. mix ovh
task. /cloud
queries (binary key was missing due to missed earlier change) Openstack
component into the Openstex
repository.
Only requests to the ExOvh
API can be made with ExOvh
. :secure_random
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
# Changelog
## v0.2
[enhancements]
- Update some dependencies
- Update mix task so that it will handle activated 2FA on OVH accounts
- Simplify the readme documentation
[bug fixes]
- Fix bug in mix task causing it to fail
- Fix bug in ex_ovh config file where list could not be printed inside "#{}" - causing application to crash
[neutral changes]
- Merge docs back into the original module files
## v0.1.3
- Improve the `mix ovh` docs to better illustrate how to create an application and setup access rules.
## v0.1.2
- Fix `mix ovh` task.
- Fix some of the `/cloud` queries (binary key was missing due to missed earlier change)
## v0.1.1
- No changes to source code. Only documentation changes.
## v0.1.0
- Decouple the `Openstack` component into the `Openstex` repository.
Only requests to the `ExOvh` API can be made with `ExOvh`.
- Add documentation.
- Remove no longer used dependency `:secure_random`.
## v0.0.1
- Initial release.