Commit 6d8bcfa
Automated Version Bump
ci: version bump to v0.3.10
1 parent 7e0beb2 commit 6d8bcfa
4 files changed
Lines changed: 886 additions & 90 deletions
- CONTRIBUTING.md+1-1
- README.md+6-7
- components/schemas/Cidr.yml+9
- components/schemas/IpAddress.yml+8
- components/schemas/billing/invoices/PaymentResult.yml+1
- components/schemas/billing/methods/sources/DirectPayment.yml+27
- components/schemas/billing/methods/sources/MethodSource.yml+2
- components/schemas/containers/config/ContainerRuntime.yml+11
- components/schemas/containers/instances/Instance.yml+9-1
- components/schemas/containers/instances/InstanceMeta.yml+15
- components/schemas/containers/instances/InstanceTrafficDrain.yml+8
- components/schemas/containers/instances/task/InstanceTask.yml+2
- components/schemas/containers/instances/task/InstanceTrafficDrainReconfigure.yml+19
- components/schemas/containers/task/ContainerRestartAction.yml+10
- components/schemas/containers/task/ContainerTask.yml+2
- components/schemas/environments/services/loadbalancer/config/types/haproxy/HaProxyLbType.yml-10
- components/schemas/environments/services/loadbalancer/config/types/v1/V1LbConfigRouter.yml+3-1
- components/schemas/environments/services/loadbalancer/config/types/v1/V1LbType.yml-10
- components/schemas/environments/services/loadbalancer/config/types/v1/WafConfig.yml+5
- components/schemas/hubs/HubBillingProfile.yml+3
- components/schemas/hubs/activity/Activity.yml+14
- components/schemas/hubs/activity/Detail.yml+3
- components/schemas/hubs/integrations/IntegrationDefinition.yml+43-67
- components/schemas/hubs/integrations/IntegrationDefinitionField.yml+27
- components/schemas/includes/ClusterIncludes.yml+5
- components/schemas/includes/ComponentsIncludes.yml+2-1
- components/schemas/infrastructure/DeploymentStrategyName.yml+2-1
- components/schemas/infrastructure/ips/Ip.yml+4
- components/schemas/infrastructure/ips/IpPool.yml+6-10
- components/schemas/infrastructure/ips/IpPoolIncludes.yml+1-1
- components/schemas/infrastructure/ips/IpPoolProvider.yml
- components/schemas/infrastructure/ips/IpPoolState.yml+1-1
- components/schemas/infrastructure/providers/ProviderLocationDetails.yml+3
- components/schemas/infrastructure/servers/Server.yml+5
- components/schemas/infrastructure/servers/ServerState.yml+1
- components/schemas/infrastructure/servers/task/ServerAuthResetAction.yml+13
- components/schemas/infrastructure/servers/task/ServerPowerOffAction.yml+13
- components/schemas/infrastructure/servers/task/ServerTask.yml+6
- components/schemas/infrastructure/servers/task/ServerUnquarantineAction.yml+18
- components/schemas/infrastructure/stats/NodeMetaStats.yml+11-8
- components/schemas/infrastructure/stats/ServerStatsCpu.yml+3
- components/schemas/infrastructure/stats/ServerStatsNetwork.yml+17
- components/schemas/infrastructure/stats/ServerStatsVendor.yml+19
- components/schemas/infrastructure/virtual-providers/VirtualProviderIso.yml+155
- components/schemas/infrastructure/virtual-providers/VirtualProviderIsoBond.yml+31
- components/schemas/infrastructure/virtual-providers/VirtualProviderIsoNic.yml+60
- components/schemas/infrastructure/virtual-providers/tasks/VirtualProviderGenerateIsoAction.yml+10
- components/schemas/infrastructure/virtual-providers/tasks/VirtualProviderIsoTask.yml+7
- components/schemas/monitoring/events/EventType.yml+5
- components/schemas/pipelines/PipelineSteps.yml+1
- components/schemas/pipelines/runs/PipelineRunStep.yml+2-1
- components/schemas/pipelines/steps/ContainerDeprecateStep.yml+29
- components/schemas/scoped-variables/ScopedVariableAccess.yml+21
- components/schemas/sdn/networks/Network.yml+5-1
- components/schemas/sdn/networks/NetworkVlan.yml+39
- components/schemas/sdn/networks/NetworkVlanDhcpDetails.yml+12
- components/schemas/sdn/networks/NetworkVlanStaticDetails.yml+51
- generate-diffs.sh+137
- internal/api.yml+9-2
- internal/paths/server/poweroff.yml+24
- internal/paths/server/reboot.yml+24
- internal/paths/virtual-machine/gateways.yml+65
- package.json+1-1
- platform/api.yml+20-4
- platform/paths/billing/methods/methods.yml+19
- platform/paths/containers/containers.yml+4
- platform/paths/containers/instances/instance.yml+15
- platform/paths/containers/instances/instances.yml+15
- platform/paths/containers/tasks.yml+1
- platform/paths/environments/environment.yml+4-1
- platform/paths/infrastructure/deploymentStrategies.yml+2
- platform/paths/infrastructure/ips/pool.yml+5-5
- platform/paths/infrastructure/ips/pools.yml+67-5
- platform/paths/infrastructure/servers/server.yml+5
- platform/paths/infrastructure/virtual-providers/includes/VirtualProviderIsoIncludes.yml+8
- platform/paths/infrastructure/virtual-providers/isos/download.yml+38
- platform/paths/infrastructure/virtual-providers/isos/iso.yml+162
- platform/paths/infrastructure/virtual-providers/isos/isos.yml+164
- platform/paths/infrastructure/virtual-providers/isos/tasks.yml+44
- platform/paths/sdn/network.yml+26
- platform/paths/sdn/networks.yml+5-1
- stackspec/schema/StackSpecContainerConfigDeploy.yml+4-3
- stackspec/schema/StackSpecContainerConfigRuntime.yml+14
- stackspec/schema/StackSpecScopedVariable.yml+27-4
- stackspec/schema/services/loadbalancer/types/haproxy/StackSpecHaProxyLbType.yml-12
- stackspec/schema/services/loadbalancer/types/v1/StackSpecV1LbRouterConfig.yml+2
- stackspec/schema/services/loadbalancer/types/v1/StackSpecV1LbType.yml-12
- stackspec/schema/services/loadbalancer/types/v1/StackSpecWafConfig.yml+9
- stackspec/stackspec.json+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments