Skip to content

Releases: pulumi/pulumi-awsx

v2.18.1

13 Nov 20:24
8fe29ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.18.0...v2.18.1

v2.18.0

13 Nov 11:07
bb9d746
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.17.0...v2.18.0

v2.17.0

06 Nov 20:50
8e73b48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.1...v2.17.0

v2.16.1

02 Oct 20:10
1144634
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.0...v2.16.1

v2.16.0

26 Sep 09:39
a12ec3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.15.0...v2.16.0

v2.15.0

16 Sep 14:24
37bec07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.14.0...v2.15.0

v2.14.0

07 Aug 22:48
b805061
Compare
Choose a tag to compare

What's Changed

Fixes

  • Permit aws.ec2.Vpc to use IPAM-allocated cidrBlock ranges by @t0yv0 in #1352
  • Fix VPC support for Auto subnet layout strategy by @t0yv0 in #1355

Dependencies

  • Upgrade AWS provider to v6.47.0 by @t0yv0 in #1353 fixing permanent diffs on ECS task definition #1347
  • Update pulumi/pulumi version to v3.127.0 by @pulumi-bot in #1356
  • Bump the go_modules group across 4 directories with 1 update by @dependabot in #1331

Internal

Full Changelog: v2.13.0...v2.14.0

v2.13.0

02 Jul 13:32
f26ad55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.12.3...v2.13.0

v2.12.3

22 Jun 02:45
847dcee
Compare
Choose a tag to compare
Use v3 of actions/download-artifact (#1325)

https://github.com/pulumi/pulumi-awsx/pull/1323 used v4 of the download
artifact action, which is incompatible with uploads using v3 of the
upload action. See
[FAQ](https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md#which-versions-of-the-artifacts-packages-are-compatible)
for compatibility matrix.

This resulted in the release step
[failing](https://github.com/pulumi/pulumi-awsx/actions/runs/9620941727/job/26540766895#step:4:36)
to download the uploaded artifact.

This PR also updates the pre-release workflow while we're at it.

Note: I've opted to use v3 of the download action to maintain
consistency with the rest of our GHA workflows. We can update to v4 in
the future.

v2.12.2

22 Jun 00:07
a4740be
Compare
Choose a tag to compare
ci: fix go sdk publish to embed version (#1323)

Follows the workflow defined in ci-mgmt
(https://github.com/pulumi/ci-mgmt/blob/7c1f0521b8f04aff46732c6656659c85d60fd9c4/provider-ci/test-workflows/aws/.github/workflows/release.yml#L149-L186)
as the basis for this change. This ensures that during the publishing
step, we download the Go SDK artifact which contains the correctly
embedded version. We then use the `pulumi/publish-go-sdk-action` action
to commit/push the new files and cut a new sdk tag for this.

Fixes: #1322