@pulumi/cloud
Advanced tools
Changelog
0.20.0 (Release April 20, 2020)
Update dependencies to allow both 1.x and 2.x versions of @pulumi/pulumi
, @pulumi/aws
Update dependencies to allow both 2.x and 3.x of @pulumi/azure
Note that this is a breaking change in @pulumi/cloud-aws
as a result of removing synchronous calls:
network.getDefault()
now returns a Promise<Network>
instead of Network
and
shared.getOrCreateNetwork()
now returns a Promise<CloudNetwork>
.
Changelog
0.19.0 (Release April 2, 2020)
Upgrade to go1.13.x
Upgrade to latest version of @pulumi/awsx
.
Upgrade to latest version of @pulumi/azure
Note that the version bump for @pulumi/azure
is a breaking change for users of @pulumi/cloud-azure
:
Timer.subscription
is now appservice.TimerSubscription
Topic.topic
and Topic.subscriptions
are now azure.servicebus.Topic
and azure.servicebus.TopicEventSubscription[]
respectively;