Releases: vatesfr/pulumi-xenorchestra
Releases · vatesfr/pulumi-xenorchestra
v1.5.2
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Feat: Add dotnet support by @gCyrille in #346
- Add docs for Dotnet SDK and unify examples by @gCyrille in #347
- Feat: Add yaml examples by @gCyrille in #352
Full Changelog: v1.4.0...v1.5.2
v1.5.1
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Feat: Add dotnet support by @gCyrille in #346
- Add docs for Dotnet SDK and unify examples by @gCyrille in #347
- Feat: Add yaml examples by @gCyrille in #352
Full Changelog: v1.4.0...v1.5.1
v1.5.0
What's Changed
- Feat: Add dotnet support by @gCyrille in #346
- Add docs for Dotnet SDK and unify examples by @gCyrille in #347
Note
The Pulumi schema doesn't support u64 (or i64), so we convert to a float64, which should get us at least 2^52 bits of precision while minimizing the breaking change (int -> float) for our users.
List of properties to be updated from "integer" to "number"/float64:
Resources
- "xenorchestra:index/vm:Vm":
🟡
inputs: "memoryMax" type changed from "integer" to "number"🟡
properties: "memoryMax" type changed from "integer" to "number"
Types
🟡
"xenorchestra:index/VmDisk:VmDisk": properties: "size" type changed from "integer" to "number"
How to migrate Golang stack code
Replace pulumi.Int(...)
with pulumi.Float64(...)
Other SDKs do not seem to be affected by the changes.
Full Changelog: v1.4.0...v1.5.0
v1.4.1
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Update the goreleaser config file and copyright by @gCyrille in #321
- Update and fix ci by @gCyrille in #328
- Add current sdks by @gCyrille in #329
- fix(build): patch python and nodejs SDKs to set correct version by @gCyrille in #330
- fix(nodejs): use the correct name for the nodejs SDK package to publish to npmjs by @gCyrille in #331
- Feature update dependencies and sdk by @gCyrille in #339
- feat(docs): Add documentation and examples by @gCyrille in #340
New Contributors
Full Changelog: v1.3.2...v1.4.0
v1.3.3
ci: add npm auth token (in secrets, and used it)
v1.3.2
v1.3.2