v8.0.0
- Images
- Add Host Entries
- Host Entries will now be included when listing images.
- Add mount options to volumes
- Add Image Variants
- Breaking change: Orders will now expect a variant ID rather than an image ID!
- MAPI includes option to pull a single image variant, or all image variants.
- Add Image Collections
- Allow specifying a specific image variant when linking images together.
icon_url will now return a path on the controller base domain, rather than a complete URL.
- This change is also reflected on our projects api endpoints under
metdata.icons.
- Example
- For example, previously this would be hosted on our CDN:
https://cdn-url.com/path/to/image.png
- Now, you’ll get a path like:
/assets/icons/name-hash.png
- Add
product_id
- Container Services
- Add Host Entries
- Host Entries will now be included when listing container services.
- Add mount options to volumes
- Add change image version
- Billing
- Billing Plans now support
monthly terms in addition to hourly.
- Storage will always be per-hour.
- Prices now include a
term value. Can be either ‘hour’ or ‘month’.
- Billing Usage items will now include a
rate_period. You can use this to determine the hourly rate for any item.
- For example, hourly usage items will have a
rate_period of 1. Monthly will be 730.
- Products
- Added
image to allow for charging for specific images.
- Network Ingress Rules