Skip to content

Releases: pulumi/pulumi-awsx

v1.0.0-beta.2

10 May 17:54
3d599fa
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

This release contains significant fixes found during the v1.0.0-beta.1 release. These are:

  • Provider validation aroundCIDR block calculation and NAT gateways now work as expected
  • VPC outputs are now required outputs and no longer need to be checked for undefined
  • Provider now supports Pulumi AWS v5.4.0
  • Automatically deduce the VPC ID from subnetIds when no VPC ID is passed
  • Go SDK now supports chaining
    trail, err := cloudtrail.NewTrail(ctx, "test-trail-go", &cloudtrail.TrailArgs{
        IncludeGlobalServiceEvents: pulumi.Bool(false),
        EnableLogging:              pulumi.Bool(true),
    })
    if err != nil {
        return err
    }
    
    ctx.Export("bucketName", trail.Bucket.Bucket())
    ctx.Export("bucketArn", trail.Bucket.Arn())

v1.0.0-beta.1

29 Apr 20:20
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Multi Language Version of AWSx

This release creates multi-language support for:

  • awsx.ec2.Vpc
  • awsx.ec2.DefaultVpc
  • awsx.ecr.Repository
  • awsx.ecr.LifecyclePolicy
  • awsx.ecr.Image
  • awsx.lb.NetworkLoadBalancer
  • awsx.lb.ApplicationLoadBalancer
  • awsx.lb.TargetGroupAttachment
  • awsx.ecs.FargateService
  • awsx.ecs.FargateTaskDefinition
  • awsx.ecs.Ec2Service
  • awsx.ecs.Ec2TaskDefinition

The APIs on these components have changed and therefore we don't currently support an upgrade path from the classic AWSx TypeScript implementation

In order to mnimise user pain, this release takes the existing AWSx typescript code and moves that to a classic namespace. So if you are using that code and do not want to upgrade here, then you can change your import:

import * as awsx from "@pulumi/awsx;

to now be

import * as classic from "@pulumi/awsx/classic;

You can find more examples of the new API in our examples folder

v0.40.0

22 Apr 23:20
Compare
Choose a tag to compare
  • Compatibility with pulumi-aws v5.0.0

v0.33.0

03 Feb 04:58
0a79e4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.32.0...v0.33.0

v0.32.0

30 Sep 00:18
af311d3
Compare
Choose a tag to compare
Prepare for v0.32.0 (#704)

Co-authored-by: Vivek Lakshmanan <[email protected]>

v0.31.0

05 Aug 21:11
21fa7c8
Compare
Choose a tag to compare
Prepare for v0.31.0 (#688)

v0.30.0

05 May 00:21
6f2176d
Compare
Choose a tag to compare
Upgrade to @pulumi/pulumi@v3 and @pulumi/aws@v4 (#665)

v0.26.0

08 Apr 12:20
Compare
Choose a tag to compare
Prepare for v0.26.0 release

v0.25.0

25 Mar 19:41
Compare
Choose a tag to compare
Prepare for v0.25.0 release

v0.24.0

27 Jan 03:30
3cc82af
Compare
Choose a tag to compare
Prepare for v0.24.0 (#632)