Releases: EGI-Federation/cloud-info-provider
Releases · EGI-Federation/cloud-info-provider
Release 0.13.0
Added
- Add flavor name to templates (#231) (Enol Fernández)
- Support sites with URLs in the endpoints of GOCDB (#234) (Enol Fernández)
- Add new providers: AWS, Mesos and onedata (#237) (Pablo Orviz, Enol Fernández)
- Support regions in OpenStack (#229) (Enol Fernández)
- Add support for infiniband & GPUs in OpenStack (#237, #240) (Pablo Orviz, Enol Fernández)
Fixed
Release 0.12.2
- Support crendential refresh without client secret (#222) (Enol Fernández)
- Add --ignore-share-errors to continue publishing data even if there are
issues in a given share (#217, #218, 221) (Enol Fernández) - Add timeout option to core (#219) (Enol Fernández)
- Minor fixes related to templates (#212) (Enol Fernández)
Release 0.12.1
- Migrate from travis to GitHub Actions (#195, #198) (Enol Fernández)
- Reformatted code with black (#196) (Enol Fernández)
- Move templates inside the module (#194) (Enol Fernández)
- Publish project name and project domain name (#190) (Enol Fernández)
- Improve py3 compatibility (#189, #192) (Enol Fernández)
- Add EOSC-hub funding acknowledgement as requested by project (#188) (Enol Fernández)
- Update list of requirements for CentOS7 RPM building (#183) (Pablo Orviz)
0.12.0
- Refactor SSL checks (#175). (Enol Fernández)
- Do not fail if JSON cannot be decoded (#176). (Enol Fernández)
- Code Clean-up (#177). (Enol Fernández)
- Import stdout (default one) and ams publishers (#178). (Enol Fernández)
Multiple output plugin are now available (stdout for standard output and ams
for Argo Messaging System).
- OpenNebula sites have to ensure that they publish both to BDII and AMS
- an update of the configuration and parameters is required (see README.md)
0.11.5
- Add compatibility with CentOS 7 libraries. (Enol Fernández)
- Fix GOCDB information for OpenNebula provider. (Enol Fernández)
- Use system CAs everywhere. (Enol Fernández)
- Fix OpenNebula provider initialisation. (Enol Fernández)
Please read carefully https://github.com/EGI-Foundation/cloud-info-provider#cas as CAs are now taken from the python default and are no more hardcoded to use the IGTF CA path.
0.11.4
- Fix get instances for volume-based instances (Enol Fernández)
- Add external authentication plugin support (Enol Fernández)
- Add OpenID Connect refresh plugin (OpenStack) (Enol Fernández)
- Python 3 fixes (Enol Fernández)
- Pythonize only for Ruby dict-like strings (Pablo Orviz)
- Fix: use is_public=None to fetch both public and private flavors. (Pablo Orviz)
- RELEASING: document making a release from CLI (Baptiste Grenier)
0.11.3
0.11.2
0.11.1
0.11.0
- Split OpenStack and OOI providers. (Enol Fernandez)
- Fix os_tpl identifier for OpenNebula with rOCCI. (Boris Parak)
- Clarify usage of project ID in configuration file. (Pablo Orviz)
- Review and update output to implement latest GLUE2.1 updates. (Enol Fernandez, Baptiste Grenier)
- Extract information from the GOCDB. (Enol Fernandez)
- Add debug switch. (Enol Fernandez)
- Clean up documentation. (Enol Fernandez)
- Use stevedore module to load code extensions. (Pablo Orviz)
- Document release management. (Baptiste Grenier)