pulumi/scripts
CyrusNajmabadi 66bd3f4aa8
Breaking changes due to Feature 2.0 work
* Make `async:true` the default for `invoke` calls (#3750)

* Switch away from native grpc impl. (#3728)

* Remove usage of the 'deasync' library from @pulumi/pulumi. (#3752)

* Only retry as long as we get unavailable back.  Anything else continues. (#3769)

* Handle all errors for now. (#3781)


* Do not assume --yes was present when using pulumi in non-interactive mode (#3793)

* Upgrade all paths for sdk and pkg to v2

* Backport C# invoke classes and other recent gen changes (#4288)

Adjust C# generation

* Replace IDeployment with a sealed class (#4318)

Replace IDeployment with a sealed class

* .NET: default to args subtype rather than Args.Empty (#4320)

* Adding system namespace for Dotnet code gen

This is required for using Obsolute attributes for deprecations

```
Iam/InstanceProfile.cs(142,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [/Users/stack72/code/go/src/github.com/pulumi/pulumi-aws/sdk/dotnet/Pulumi.Aws.csproj]
Iam/InstanceProfile.cs(142,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [/Users/stack72/code/go/src/github.com/pulumi/pulumi-aws/sdk/dotnet/Pulumi.Aws.csproj]
```

* Fix the nullability of config type properties in C# codegen (#4379)
2020-04-14 09:30:25 +01:00
..
build-and-publish-docker Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
build-sdk.cmd Use newer versions of the build-sdk.sh scripts 2018-04-30 20:44:01 -07:00
build-sdk.ps1 Publish SDK binaries with same filename format as NPM packages 2018-11-21 14:38:24 -08:00
build-sdk.sh Remove references to Pulumi private clouds (#2095) 2018-10-24 13:50:35 -07:00
get-py-version Move BuildUtil class to sdk 2020-03-31 12:07:24 +01:00
get-py-version.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
get-version Suppress output correctly in git-diff 2020-04-01 13:35:16 -07:00
get-version.cmd Add get-version.cmd and use it 2018-03-16 16:36:27 -07:00
get-version.ps1 Suppress output correctly in git-diff 2020-04-01 13:35:16 -07:00
go.mod Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
go.sum Reimplement getRequiredPlugins for go sdk (#4297) 2020-04-06 12:30:40 -07:00
gocover.sh fix coverage scripts to work with submodules (#4220) 2020-03-28 14:48:44 -07:00
make_release.ps1 Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
make_release.sh Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
publish.cmd Build, integration tests and publishing on Windows 2017-10-02 13:40:58 -07:00
publish.ps1 Fix Windows publishing 2018-06-17 23:16:58 -07:00
publish_packages.sh Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
publish_tgz.sh Only publish some artifacts from a single Linux leg 2019-01-15 10:42:28 -08:00
release.cmd only run release builds on tags that start with "vX" (#4219) 2020-03-28 14:49:18 -07:00
reversion.js Substitute ${VERSION} on Windows builds too 2018-02-20 14:37:28 -08:00
update_homebrew.sh Add scripting for updating the Homebrew formula. (#3291) 2019-10-02 16:04:58 -07:00