Skip to content

Releases: pulumi/pulumi-awsx

v2.1.0

01 Nov 06:33
5cdf0d4
Compare
Choose a tag to compare
Merge pull request #1137 from pulumi/mikhailshilkov/upgrade-aws

Upgrade p-aws to 6.7.0 and p/p to 3.91.1

v2.0.3

25 Oct 13:52
5722a4f
Compare
Choose a tag to compare
Merge pull request #1115 from pulumi/mikhailshilkov/ecr-dockerfile

Pass the dockerfile option to ECR image

v2.0.2

18 Oct 08:52
630521c
Compare
Choose a tag to compare
Combined dependencies PR (#1106)

* Bump @babel/traverse from 7.22.17 to 7.23.2 in /awsx

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.17 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /sdk

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /examples_legacy

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /examples/cloudtrail/go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump golang.org/x/net from 0.11.0 to 0.17.0 in /examples

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/net from 0.10.0 to 0.17.0 in /schemagen

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.0.1

17 Oct 15:03
7eda9d0
Compare
Choose a tag to compare

This is initial release of the v2 series. The major changes are that the Pulumi providers this package uses were upgraded: AWS Classic to v6, and Docker to v4. If you use these providers directly in your program, you should upgrade them as well along with this one.

Breaking changes

SDK:

  • The tagsAll property is removed. It was never fully working; some behavior was undefined and it wasn't possible to set tags through this property.
  • VPC.EnableClassicLink was removed upstream because EC2 Classic is retired.
  • ECR.Image.Path was renamed to Context in the upstream Docker provider.
  • ECR.Image.Env is removed. From the Pulumi Docker v4 release notes: “This field’s use case was mainly for passing DOCKER_BUILDKIT=1 to the CLI invocation of docker build. Use Build.BuilderVersion instead.”
  • ECR.ImageArgs.extraOptions was removed from the upstream Docker provider. Unfortunately, we missed this change and this release of AWSx still has the property, although it's not functional. It will be removed in a future release.

Breaking changes in AWSx-classic:

  • ecs.Cluster: capacity providers are gone. Their removal reflects an upstream change. AWSx and AWSx-classic share their dependency on p-aws, so we cannot leave AWSx-classic as is.

v1.0.6

10 Oct 11:14
c771340
Compare
Choose a tag to compare
Override AWS doc string that's incorrect for AWSx. #941 (#1096)

v2.0.0-beta.3

19 Sep 05:33
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
Use canonical repo name for Docker on ECR

v2.0.0-beta.2

06 Sep 13:49
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
Temporarily comment failing Go test so we can publish beta.2

v2.0.0-beta.1

06 Sep 07:16
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
Rename ecs example without capacity provider

v1.0.5

24 Aug 21:43
45136c5
Compare
Choose a tag to compare
fix typos in awsx-classic/ecr/README.md (#1073)

v1.0.4

04 Aug 04:53
dad5462
Compare
Choose a tag to compare
Upgrade to latest google.golang.org/genproto (#1066)

Details are documented in
https://github.com/pulumi/pulumi/issues/13644#issuecomment-1664711242,
but in short:

The old version of google.golang.org/genproto provides
google.golang.org/genproto/googleapis/rpc as a subpackage,
and this conflicts with the independent submodule
google.golang.org/genproto/googleapis/rpc.

This means that a fresh new Go program that imports
`pulumi` and `pulumi-awsx` will break with an error like:

```
google.golang.org/genproto/googleapis/rpc/errdetails: ambiguous import: found package google.golang.org/genproto/googleapis/rpc/errdetails in multiple modules:
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 ($GOPATH/pkg/mod/google.golang.org/genproto@v0.0.0-20230410155749-daa745c078e1/googleapis/rpc/errdetails)
google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 ($GOPATH/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20230706204954-ccb25ca9f130/errdetails)
```

Refs https://github.com/pulumi/pulumi/issues/13644