Node.js, Python, and .NET minimum versions are out-of-date. Rather than
continuing to maintain the specific versions, link to the supported
versions like we do in the documentation at
https://www.pulumi.com/docs/languages-sdks/.
---------
Co-authored-by: Luke Hoban <lukehoban@gmail.com>
Proposed edits to update for new messaging and refreshing some of the content.
Also propose updating the text in the About section to: Pulumi - Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using familiar languages 🚀
Follow up to #12097 and pulumi/pulumi-hugo#2476
Updates the README to say that for Go, we require supported Go versions
instead of just "1.18+" as that doesn't quite match our support policy.
The `securityGroups` property on `aws.ec2.Instance` has been deprecated for some time, and does not support updates. Use `vpcSecurityGroupIds` instead.
* README: Adding DotNet to language matrix and making Go stable
* Update README.md
Co-Authored-By: Luke Hoban <luke@pulumi.com>
Co-authored-by: Luke Hoban <luke@pulumi.com>
* Remove pulumi.io reference in tests
* Remove pulumi.io references in Dockerfiles
* Remove pulumi.io references in CONTRIBUTING.md
* Update README.md's
* Use correct logo
We no longer support Node 6.X (it went end of life at the end of
April, we stopped testing on it, and now we use features that are not
in Node 6 like `Object.values`.
Note that we support 8+, and add an `engines` section to our
package.json so folks who try to install on older versions of node see
warnings.
We changed the `pulumi update` command to be `pulumi up` a while back
(`update` is an alias of `up`). This change just makes it so we refer to
the actual command, `pulumi up`, instead of the older `pulumi update`.
Instead of duplicating information about how to build Pulumi from
source in both `README.md` and `CONTRIBUTING.md`, just have the
`README.md` point at `CONTRIBUTING.md`.
Fixes#2197