Skip to content

Releases: pulumi/pulumi-awsx

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

v2.12.1

12 Jun 14:40
d26a60c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.12.0...v2.12.1

v2.12.0

12 Jun 10:43
49a31ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.12.0

v2.11.0

31 May 15:52
1585f6c
Compare
Choose a tag to compare

What's Changed

  • Ensure requested ECS container resources are within Fargate limits by @flostadler in #1289
  • Document AWS version resolution by @t0yv0 in #1295
  • Upgrade AWS to v6.37.1 by @t0yv0 in #1294
  • Fix working with localstack aws:endpoints setting (#1191)

Full Changelog: v2.10.0...v2.11.0

v2.10.0

14 May 15:05
8bcfa31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.10.0

v2.9.0

24 Apr 09:50
adae402
Compare
Choose a tag to compare
Upgrade AWS Provider to 6.32.0 (#1274)

This includes the following changes:
- **Upgrade AWS provider to 6.32.0 (latest)**
- **Regenerate SDKs after AWS provider upgrade**

Fixes https://github.com/pulumi/pulumi-awsx/issues/1237.
`ServiceServiceConnectConfigurationService` includes timeout settings
now.