This release lays the foundation for virtual machines, and adds support for user-uploaded TLS certificates.
Breaking Changes:
- Error code formats have been changed from
_
to-
, so for example503.not_enabled
is now503.not-enabled
What's Changed
- Blewis/skip locks by @blewisCycle in #483
- add hypervisor to server and server models by @blewisCycle in #484
- Support Virtual Machines on Cycle by @mattoni in #482
- Blewis/block device container volume by @blewisCycle in #485
- update required payment result fields by @mattoni in #481
- Add VM support to event activity by @mattoni in #486
- Update metric and event call filtering parameters by @mattoni in #487
- Update virtual machine nomenclature by @mattoni in #488
- Resolve incorrect file for virtual machine path by @mattoni in #489
- Add virtual machine activity topics by @mattoni in #490
- Add vm to context for activity by @mattoni in #491
- Pipeline Runs Event Descriptions by @aubuchcl in #492
- update VM base image definition to include uefi by @mattoni in #493
- Update virtual machine specs by @mattoni in #494
- Mattoni/update virtual machine spec by @mattoni in #495
- update virtual machine cpu resources - cores to be nullable by @blewisCycle in #496
- vm reconfigure by @blewisCycle in #497
- get vms include containers by @blewisCycle in #498
- Virtual machine type updates by @mattoni in #499
- Virt machine root password can be null by @mattoni in #500
- Add support for serial-over-ssh to vms by @mattoni in #501
- Add extension to container instance by @mattoni in #502
- Add vm console event/activity by @mattoni in #503
- remove shutdown signals from VM shutdown policy by @blewisCycle in #504
- Add VM SSH key endpoints by @mattoni in #505
- Add missing ssh key routes by @mattoni in #506
- Add additional vm ssh key functionality by @mattoni in #507
- Correct mistake on ssh key create by @mattoni in #508
- Mattoni/fix ssh key create params by @mattoni in #509
- Make public key required for ssh key create by @mattoni in #510
- Add ssh key activity/component by @mattoni in #511
- Mattoni/vm ssh key activity component by @mattoni in #512
- Blewis/server allocation meta by @blewisCycle in #513
- Add hub security property by @mattoni in #514
- Invoice payment can be null by @mattoni in #515
- Add IP assignment for virtual machine by @mattoni in #516
- Allocate unallocate vm ip address task by @mattoni in #517
- Server Tasks by @mattoni in #518
- Add server meta to virtual machine endpoints by @mattoni in #519
- Add support for uploading user generated TLS certs by @mattoni in #520
- More work on user-supplied certs by @mattoni in #521
- More TLS certificate work by @mattoni in #522
- Fix domain filter name for user supplied certs by @mattoni in #523
- Add user tls certs to components by @mattoni in #524
- Add missing tls cert event property by @mattoni in #525
Full Changelog: v2024.10.22.01...v2024.11.25.01