Releases: grycap/im
Releases · grycap/im
IM Version 1.17.1-1
IM Version 1.17.1
IM Version 1.17.0
- Do not create router in OST if no networks are created: #1579
- Floating IP is not released in OpenStack: #1575
- Fix error deleting router in OpenStack: #1574
- Update IM setup process to use pyproject.toml: #1573
- Return OpenAPI Spec in REST root path: #1572
- Move REST API to Flask: #1569
- Fix error installing collections: #1554
- Enable to configure an OIDC group to access the IM: #1552
- Add resource estimation function: #1551
- Fix error with ansible versions 2.15 and higher: #1548
IM Version 1.16.0
IM Version 1.15.0
- Fix error resizing VMs: #1498.
- Enable to set root disk size in EC2, Azure and GCE conns: #1491.
- Return error if instance is not get in stop, start, reboot ops in EC2 conn: #1490.
- Fix error in OSCAR or Lambda cons with env variables with ":": #1485.
- Add requests-cache to improve performance in TOSCA parsing: #1505.
- Improve performance in Infrastructure List operation: #1506.
WARNING: It requires a DB update.
Please make a copy of the DB before applying the script.
Use scripts/db_1_14_X_to_1_15_X.py to update it.
It can be used with a docker image with one of these commands:
# In case of SQLITE:
docker run --rm -v /etc/im/inf.dat:/inf.dat \
-ti ghcr.io/grycap/im:db_1_14_15 python3 /db_1_14_X_to_1_15_X.py \
"sqlite:///inf.dat" | tee db_update.log
# In case of MySQL:
docker run --rm -ti ghcr.io/grycap/im:db_1_14_15 \
python3 /db_1_14_X_to_1_15_X.py "mysql://username:password@server/db_name" \
| tee db_update.log
IM Version 1.14.0
IM Version 1.13.2
IM Version 1.13.1
IM Version 1.13.0
IM Version 1.12.0
- Fix error creating snapshot in OpenNebula 6: #1406.
- Fix error deleting VMs in OpenNebula 6: #1404.
- Minor changes to support Keycloak EGI checkin: #1400.
- Enable to set a subnet in GCE: #1385.
- Add support for availability_zone in OpenStack conn: #1382.
- Fix error "No compatible OpenStack auth data has been specified.": #1377.
- In case of setting network_name using OST format (priv,pub) pub net is not assigned: #1371.
- Fix error getting OpenNebula quotas: #1360.
- Enable to get info from VM images from AppDB/AppDBIS or CMDB: #978.