Releases: tdviet/fedcloudclient
Releases · tdviet/fedcloudclient
Version 1.2.18
- Adding fedcloud.secret module for accessing Secret management service
Version 1.2.17
Update Docker image
Version 1.2.16
- Update documentation for new EGI Check-in token site
- Add GRNET-OPENSTACK and CESGA-CLOUD sites
Version 1.2.15
- Adding a new "fedcloud endpoint vos" command
- Catching timeout exceptions in "fedcloud endpoint projects" command
1.2.14
Version 1.2.13
Bug fixes:
- Fixing the scope of access tokens retrieved from refresh tokens
Changes:
- Major code cleaning and refactoring
- Merge the option for output format of all
fedcloud select
commands to--output-format
- Add hints to
refresh.radl
infedcloud ec3 init
Version 1.2.12
- Adding new module fedcloudclient.select with new commands for selecting flavor, image and network
- Fixing a bug of conflicting environment
- Warning users if refresh tokens are given as access tokens
- A lot of minor improvements in documentation
Version 1.2.11
- Add timeout to endpoint.py
- Catch all connection error exception (including timeout)
- Improve cheat sheet
Version 1.2.10
- Improve help texts
- Set
OS_ACCESS_TOKEN
infedcloud site env
- Add
--all-sites
short option for--site ALL_SITES
- Add shell completion
Better detection of Windows shell
Merge pull request #68 from thebe14/powershell-detection-bug Better PowerShell detection