Releases: pulumi/pulumi-awsx
Releases · pulumi/pulumi-awsx
v2.18.1
What's Changed
- Fix docs of VPC SubnetSpecs by @flostadler in #1425
Full Changelog: v2.18.0...v2.18.1
v2.18.0
What's Changed
- Update pulumi/pulumi version to v3.138.0 by @pulumi-bot in #1421
- Update pulumi/pulumi-aws version to 6.58.0 by @pulumi-bot in #1420
Full Changelog: v2.17.0...v2.18.0
v2.17.0
What's Changed
- chore: remove unused aws-sdk dependency by @corymhall in #1394
- Rewrite a warning to avoid printing sub-properties as outputs by @mikhailshilkov in #1395
- Update pulumi/pulumi version to v3.136.1 by @pulumi-bot in #1396
- Update pulumi/pulumi version to v3.137.0 by @pulumi-bot in #1398
- Update pulumi/pulumi version to v3.137.0 by @pulumi-bot in #1399
- Automate PRs that update the pulumi-aws dependency by @t0yv0 in #1405
- Rebuild awsx/schema-types.ts when upgrading AWS dependency by @t0yv0 in #1413
- Skip IPAM tests until sharing is figured out by @t0yv0 in #1411
- Update pulumi/pulumi-aws version to 6.57.0 by @pulumi-bot in #1414
- Bump deprecated download-upload artifact github actions by @alainrk in #1408
- Update pulumi/pulumi version to v3.137.0 by @pulumi-bot in #1416
New Contributors
Full Changelog: v2.16.1...v2.17.0
v2.16.1
What's Changed
- Update pulumi/pulumi version to v3.134.1 by @pulumi-bot in #1388
- Fix: Do not over-specify SDK versions by @flostadler in #1390
Full Changelog: v2.16.0...v2.16.1
v2.16.0
What's Changed
- Update pulumi/pulumi version to v3.132.0 by @pulumi-bot in #1379
- Update pulumi/pulumi version to v3.133.0 by @pulumi-bot in #1383
- Fix getRegion functions by @flostadler in #1384
Full Changelog: v2.15.0...v2.16.0
v2.15.0
What's Changed
- Update pulumi/pulumi version to v3.128.0 by @flostadler in #1360
- Update pulumi/pulumi version to v3.129.0 by @flostadler in #1362
- Update pulumi/pulumi version to v3.130.0 by @pulumi-bot in #1367
- Rewrite a warning to avoid printing an output directly by @mikhailshilkov in #1374
- Update pulumi/pulumi version to v3.130.0 by @pulumi-bot in #1370
- Update pulumi/pulumi version to v3.131.0 by @pulumi-bot in #1377
Full Changelog: v2.14.0...v2.15.0
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