Release Notes - 2023
The release notes timeline highlights major features, bug fixes, and improvements implemented in Hyperstack.
December 18, 2023
v9.0.0
New features:
- Added feature for creating and managing firewalls that can be shared between multiple virtual machines. These operations enable users to establish firewall rules once and attach them to multiple VMs, reducing the time and effort currently spent configuring rules individually for each VM. Learn more about the new firewall operations here.
- Added a synchronization tool that regularly checks the current status of the VM, reducing instances where VMs are stuck in
RESTORING
orHIBERNATING
states. - Added the capability to modify the name of an organization.
- Users can now access and review their billing information details on the My Account page within Hyperstack.
- Hyperstack now displays the estimated completion time for a
HIBERNATING
VM. - The Marketplace feature is now labeled as "Coming soon."
Fixes:
- The image name is now correctly displayed when a VM is booted from a volume.
- To prevent race conditions, actions are disabled when a VM is in a transitioning state (e.g.,
HIBERNATING
). - Access to the VNC console is available for active VMs only.
- The password field is now required when creating Jupyter notebooks.
November 8, 2023
v8.0.0
Core services
- Added the
security_rules
field to the payload of the create a virtual machine endpoint, enabling you to configure custom firewalls to secure your virtual machines.
Auth
- API keys are now obfuscated on
GET
requests. - Added the
PUT /auth/organizations/update
endpoint, allowing you to update the name of an organization. - Added RBAC permission
virtual-machine:metrics
, which when granted, enables access to theGET /core/virtual-machines/{virtual_machines_id}/metrics
endpoint for retrieving performance metrics for a virtual machine. - Added RBAC permission
virtual-machine:events
, which when granted, enables access to theGET /core/virtual-machines/{virtual_machines_id}/events
endpoint for retrieving a history of events for a virtual machine.
Pricebook
- Added the capability to apply virtual machine-specific discounts.
- Hibernated NVMe virtual machines are now priced according to CEPH.
Hyperstack
- You can now generate SSH key pairs directly within Hyperstack, in addition to the existing import option.
- Added the option to automatically install Jupyter Notebooks within the "Deploy Virtual Machine" page. Enabling this option will automatically install Jupyter Notebook on your VM.
- Replaced existing cloud-init scripts with a generic cloud-init script for installing Nvidia drivers.
- Disabled options to modify the state of a VM when in an intermediate state (e.g.
HIBERNATING
) to avoid potential race conditions. The exception is that VMs can be deleted at any time. - API keys are now obfuscated for security. The API key is visible only once it has been created.
Billing
- Resolved documentation issues for the
GET user/info
endpoint.
October 5, 2023
v7.0.0
Core services
- Added metric for VMs created in the CANADA region.
- Implemented event tracking when public IP is attached or detached from VMs.
- Enhanced stock calculation to consider VMs in the
CREATING
state before creation. - Added the
os
field to VM details. - VM deletion is now restricted during
CREATING
orDELETING
states.
Auth
- Enhanced RBAC with new metrics permissions.
Pricebook
- Adjusts resource price based on the flavor type, specifically for CPU-only flavors.
Hyperstack
- Introduced new CPU, RAM, and Disk prices for cpu-only flavors.
- User billing address details are now collected before making a payment.
- The SSH access command is now visible on the VM details page in Hyperstack.
- VMs in the
SHUTOFF
state now display an alert indicating they are charged at standard rates. Users are advised they can hibernate their VMs to reduce costs. - Disabled menu options while VMs are in transition states (
DELETING
andHIBERNATING
) to prevent errors.
Billing
- Introduced APIs for submitting and retrieving billing information.
September 4, 2023
v6.0.0
Core services
- Improved error responses throughout the core API.
- Resolved issues, including duplicate stock entry, and improved stock calculation by considering only UP nodes.
- Enhanced efficiency with optimizations like joined loading for stock ORM calls and centralized logging to a single module.
Hyperstack
- Implemented UI improvements such as displaying the "delete" option only for virtual machines with "error" status, removing last-day cost from the dashboard.
- Resolved issues relating to region change based on flavor selection and volume deletion.
Pricebook
- Improvements to the Pricebook feature have been made in error tracking, discount management, data precision, and organization validation.
August 10, 2023
v5.0.1
New features
- Implemented the Resize virtual machine endpoint, enabling users to modify the configuration (flavor) of an existing virtual machine.
- The Stock endpoint now presents upcoming GPU stock levels across different GPU models.
Improvements
- Added the
description
field to the Regions endpoint. - Added the
size
field to the Images endpoint. - As a requirement, Bootable volumes must now have a size larger than that of the associated Image for creation.
- A timeline for discount is now included in the Pricebook API response.
August 7, 2023
v5.0.0
Core services
- Changed all
/instances
endpoints to/virtual-machines
. - Live stock reporting now only checks for “UP” nodes.
- Resolved the issue of initiating a virtual machine creation request without specifying an image or volume name.
- The expected provisioning date is now a mandatory property in upcoming stock.
- Fixed the issue of retrieving flavor information from the incorrect region during VM resize.
Auth
- Changed permission names from
instances
tovirtual-machines
. - Introduced new permissions to hibernate VMs, and restore hibernated VMs.
- Users are now added to billing after sign-up.
Pricebook
- Implemented a new event-driven approach to Pricebook.
- Resource pricing is now retrieved from Pricebook.
July 24, 2023
v4.0.0
New features
- Introduced the Compliance APIs which provide specifications requirements for the creation of custom VM configurations (flavors).
- Introduced Kubernetes clusters, and cluster events.
May 1, 2023
v3.0.0
Virtual machines and volumes
- Significant improvements in user experience for creating virtual machines and volumes.
- Introduction of virtual machine performance metrics, providing insight into CPU usage, RAM usage, Disk I/O, and Network I/O.
- Introduction of the events table to capture the details of VM actions.
- Introduction of provisioning profiles which allow users to save VM configurations in the form of a profile. These VM profiles can then be used to create a virtual machine with an identical configuration as the profile.
Hyperstack platform improvements
- The introduction of the Dashboard feature within the Hyperstack platform which provides an overview of resource information including:
- User account balance.
- Last day running cost.
- Information on running virtual machines and volumes, and their cost per hour.
- Integrated Pricebook in Hyperstack.
- Resolved bugs and UI-UX issues in Hyperstack.
Billing information
- Introduction of user billing. Users can now top-up their balance, and view the hourly costs and the total bill incurred for their resource.
- To avoid termination of resources due to insufficient balance, users will now receive email notifications when their account balance drops below 50%.
Other changes
- Enhanced the GPU stock reporting feature.
- Improvements to the Infrahub API documentation.
- Transitioning from the term "instance" to "virtual machine" throughout Infrahub and Hyperstack.
March 20, 2023
v2.0.0
New features
- Added multi-region support.
- Introduced webhooks/callbacks support for volumes.
- Added the capability to invite and add new users to your organization.
- Introduced Role Based Access Control (RBAC) for creating and managing user roles which provides the capability to control resource access for all organization members.
- Introduced Solutions Marketplace POC, providing the capability to deploy VMs using templates.