Skip to content

Commit 5b0807f

Browse files
Generator: Update SDK /services/iaas (#483)
* Generate iaas * Add CHANGELOG --------- Co-authored-by: vicentepinto98 <[email protected]>
1 parent 32e5a70 commit 5b0807f

39 files changed

+6086
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- `ske`: [v0.14.0](services/ske/CHANGELOG.md#v0140-2024-05-03)
44
- **Feature:** New fields for `MachineType`: `Architecture`, `Gpu`
5+
- `iaas`: [v0.1.0](services/iaas/CHANGELOG.md#v010-2024-05-10)
6+
- **New BETA module**: manage Infrastructure as a Service (IaaS) resources `Network` and `NetworkArea`
57

68
## Release (2024-05-02)
79

go.work

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ use (
3030
./services/argus
3131
./services/authorization
3232
./services/dns
33+
./services/iaas
3334
./services/loadbalancer
3435
./services/logme
3536
./services/mariadb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.6.0

services/iaas/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1.0 (2024-05-10)
2+
3+
- **New BETA module**: manage Infrastructure as a Service (IaaS) resources `Network` and `NetworkArea`

0 commit comments

Comments
 (0)