Skip to content

Releases: vatesfr/pulumi-xenorchestra

v1.5.2

10 Mar 14:33
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v1.4.0...v1.5.2

v1.5.1

10 Mar 14:06
027e43b
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v1.4.0...v1.5.1

v1.5.0

07 Mar 16:59
4375cb5
Compare
Choose a tag to compare

What's Changed

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

03 Mar 10:02
Compare
Choose a tag to compare

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

24 Feb 10:44
32593b3
Compare
Choose a tag to compare

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

06 Feb 11:05
Compare
Choose a tag to compare
ci: add npm auth token (in secrets, and used it)

v1.3.2

04 Feb 11:24
Compare
Choose a tag to compare
v1.3.2