Releases: pulumi/pulumi-awsx
Releases · pulumi/pulumi-awsx
v2.14.0
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
- Auto generate Release Notes by @flostadler in #1339
- refactor: clarify how Vpc subnet allocators are chosen by @t0yv0 in #1354
- Increase AWS token timeout from 1h to 2h by @t0yv0 in #1357
Full Changelog: v2.13.0...v2.14.0
v2.13.0
What's Changed
- Automate updating pu/pu node dependency by @flostadler in #1320
- chore: Combined dependabot update by @corymhall in #1330
- Don't set provider version during pulumi upgrades by @danielrbradley in #1332
- Upgrade @pulumi/pulumi version to v3.120.0 by @flostadler in #1333
- Update pulumi/pulumi version to v3.122.0 by @pulumi-bot in #1338
- Create example for testing parallel ECS updates by @flostadler in #1334
Full Changelog: v2.12.3...v2.13.0
v2.12.3
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
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
What's Changed
- Fix version number in dist package by @danielrbradley in #1309
Full Changelog: v2.12.0...v2.12.1
v2.12.0
What's Changed
- Automate weekly pulumi/pulumi upgrade by @flostadler in #1298
- Embed SDK version by @danielrbradley in #1297
- Update pulumi/pulumi version to v3.119.0 by @flostadler in #1302
- Fix lookup of provider version to use versioning action by @flostadler in #1307
Full Changelog: v2.11.0...v2.12.0
v2.11.0
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
What's Changed
- Propagate subnet tags for explicit strategy by @flostadler in #1288
- Add Security Group to NLBs by @flostadler in #1285
Full Changelog: v2.9.0...v2.10.0
v2.9.0
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.
v2.8.0
What's Changed
- Add imageName param to ECR image args by @sav-valerio in #1257
- Skip flaky TestLbWithSubnets by @t0yv0 in #1260
- Dependency updates by @t0yv0 in #1266
- Free disk space by @t0yv0 in #1269
- Change DotNet tests to auto configure PULUMI_LOCAL_NUGET by @flostadler in #1270
- Standardize CI on Node 18 by @t0yv0 in #1273
New Contributors
- @sav-valerio made their first contribution in #1257
- @flostadler made their first contribution in #1270
Full Changelog: v2.7.0...v2.8.0