pulumi / pulumi-policy-aws

A policy pack of rules to enforce AWS best practices for security, reliability, cost, and more!
https://www.pulumi.com
Apache License 2.0
33 stars 6 forks source link

Publish 0.3.0 to npm for pulumi 3 support #76

Closed michaeldop closed 3 years ago

michaeldop commented 3 years ago

Expected behavior

No error message when running pulumi up with awsguard policy pack

Current behavior

This message occurs when running pulumi up

Found incompatible versions of @pulumi/pulumi. Differing major versions are not supported. Version 2.25.2 referenced at node_modules/@pulumi/awsguard/node_modules/@pulumi/pulumi/package.json Version 3.2.1 referenced at node_modules/@pulumi/pulumi/package.json

stack72 commented 3 years ago

Hi @mdop-wh

I am so sorry about this - TL;DR, I pushed the tag here but it looks like our build didn't pick it up!

I just retriggered it

https://travis-ci.com/github/pulumi/pulumi-policy-aws/jobs/503531649

This should sort it out when the build completes

Paul

michaeldop commented 3 years ago

👍 no worries thanks for the quick response @stack72. Everything looks good now!

stack72 commented 3 years ago

ok, 0.3.0 should now be on NPM!

Sorry again