Skip to content

Releases: EGI-Federation/cloud-info-provider

Release 0.13.0

05 Oct 15:32
09e29a5
Compare
Choose a tag to compare

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

  • Update GitHub Actions syntax (#234) (Enol Fernández)
  • Remove / from VO names (#230) (Enol Fernández)
  • Use main as default branch (#236) (Enol Fernández)
  • Improved CMDB templates (#237) (Pablo Orviz)

Release 0.12.2

17 May 16:38
a3f6f56
Compare
Choose a tag to compare
  • 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

19 Nov 09:47
ea6c6b3
Compare
Choose a tag to compare
  • 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

06 Nov 10:30
5c97e11
Compare
Choose a tag to compare
  • 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

04 Oct 08:27
27e1877
Compare
Choose a tag to compare
  • 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

23 Jul 09:06
da1493b
Compare
Choose a tag to compare
  • 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

05 Mar 08:31
Compare
Choose a tag to compare
  • Add output templates for CMDB. (Pablo Orviz)
  • Fix network info (#151). (Baptiste Grenier)
  • Update releasing documentation. (Enol Fernandez)

0.11.2

01 Feb 15:14
0.11.2
Compare
Choose a tag to compare

Fix packaging issues

0.11.1

30 Jan 16:00
d472a80
Compare
Choose a tag to compare

Fixes #140: SSL utils fail when URL does not contain port. (Enol Fernandez)

0.11.0

28 Jan 10:12
154a562
Compare
Choose a tag to compare
  • 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)