Releases: tdviet/fedcloudclient
Releases · tdviet/fedcloudclient
Fixing a missing library in requirement.txt (psutil)
1.2.8 Update publish_image.yml
Add support for Windows' shells
Merge pull request #64 from thebe14/env-output-platform Formatted output of commands that return shell code to set env vars
Including useful scripts to the installation
Including useful scripts to the installation
Add CNAF site and update JSON schema
Merge pull request #43 from tdviet/devel Add CNAF site and update JSON schema
Minor update
- Update documentation for ec3 module
- Print site and VO information for openstack commands to stderr instead stdout
Minor changes
Minor changes
First fedcloudclient release with DOI
Merge pull request #28 from tdviet/devel Add github location to docs
Minor update
Changes:
- Fixing conflicting OS_TOKEN environment
- Adding jq to Docker container
- Moving documentation from readthedocs.io to fedcloud.eu
- Improving documentation
Internal changes:
- Add workflow for automatic linting
- Reformatting codes/documentations according to linter
Major release
Note: some changes are incompatible with 1.1.0, see bellow.
Changes (in comparison with 1.1.0):
- Change CHECKIN_* parameters and environments to OIDC_*
- Change printing of "site show-project-id" (enabling "eval
site show-project-id
" syntax) - Change local site config location to ~/.config/fedcloud/site-config/
- Add all-JSON output option --json-output
- Deprecating support for refresh tokens
- Add command history to Docker
- Add short options (-i for --ignore-missing-vo, -j for --json-output)
- Update documentation
Internal changes:
- Moving repeated decorators to a separate file
- Full workflow automation
- Many small changes to improve readability and security
Revising support for tokens and related parameters
- Refresh tokens are deprecated in favor of oidc-agent
- Change CHECKIN_* parameters and environments to OIDC_*
Warning: the change may break compatibility with older versions