Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Apr 27, 2018
1 parent 21fb0a3 commit 14d095f
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,39 @@ IM 1.6.6
* Improve error message in ONE conn in case net without leases.
* Fix error using disks.free_size in connectors.
* Add retries in Azure RG deletion.
* Avoid raising error in case that one auth line does not have the type field.
* Avoid raising error in case that one auth line does not have the type field.

IM 1.6.7:
* Fix error with the update of pyOpenSSL package causes Ansible error.
* Fix error contextualizing docker containers.
* Improves performance deleting an infra when configuring it.
* Fix error in EC2 conn getting security groups in case of VPC usage.
* Improve AlterVM function to allow receive complete RADL.
* Add --version option in im_service.py.
* Fix error reconfiguring nodes in case of addition of nodes.
* Avoid "Failed to lock apt for exclusive operation" in contextualization.

IM 1.7.0:
* Return correct URL path when IM is behind a nginx proxy (or similiar)
* Fix error in case of Max contextualization time passed the nodes are maintained in running state.
* Add availability_zone field in OpenStack conn.
* Fix error showing error messages with special characters.
* Fix error in occi connector in case of setting and slash at the end of the host URL.
* Move FogBow connector to requests library
* Enable to reference an existing volume in OCCI conn
* Fix error Resources in Azure are not properly deleted and IM returns "successfully destroyed"
* Fix error GCE conn assing public IPs to all VMs.
* Fix error using vault recipe options with ubuntu 2.4
* Fix than user/pass credentials can access OpenID infras
* Enable to create an infrastructure async
* Return IM list in correct order (by creation)
* Add TOSCA support por managing node Endpoints
* Fix error processing TOSCA node artifacts as lists
* Improve VM launch paralelism
* Add VM creation retry in conns
* Change the behaviour en case of VM launch failure.
* Add TOSCA support for REST AlterVM function
* Add TOSCA support from INDIGO fork
* Change in the DB schema in the case of MySQL DB. This command must be made
in the current DB:
ALTER TABLE `inf_list` ADD COLUMN `rowid` INT AUTO_INCREMENT UNIQUE FIRST;

0 comments on commit 14d095f

Please sign in to comment.