From b426f5dd2317f98cd5e20ca5fec5c4a0e10b4d15 Mon Sep 17 00:00:00 2001 From: Robbie McKinstry Date: Wed, 16 Nov 2022 11:31:34 -0500 Subject: [PATCH] Remove CI badges, move EOL below langs --- README.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6caeff6bae86..84ee3b587fb9 100644 --- a/README.md +++ b/README.md @@ -168,21 +168,6 @@ details of the core Pulumi CLI and [programming model concepts](https://www.pulu ## Platform -### CLI - -| Architecture | Build Status | -| ------------ | ------------ | -| Linux/macOS x64 | [![Linux x64 Build Status](https://github.com/pulumi/pulumi/actions/workflows/master.yml/badge.svg)](https://github.com/pulumi/pulumi/actions/workflows/master.yml) | -| Windows x64 | [![Windows x64 Build Status](https://ci.appveyor.com/api/projects/status/uqrduw6qnoss7g4i?svg=true&branch=master)](https://ci.appveyor.com/project/pulumi/pulumi) | - -#### EOL Releases - -The Pulumi CLI v1 and v2 are no longer supported. If you are not yet running v3, please consider migrating to v3 to continue getting the latest and greatest Pulumi has to offer! :muscle: - -* To migrate from v2 to v3, please see our [v3 Migration Guide](https://www.pulumi.com/docs/get-started/install/migrating-3.0/). - -* To migrate to v2 from v1, please see our [v2 Migration Guide](https://www.pulumi.com/docs/get-started/install/migrating-2.0/). - ### Languages | | Language | Status | Runtime | @@ -195,6 +180,14 @@ The Pulumi CLI v1 and v2 are no longer supported. If you are not yet running v3, | | [Java](https://www.pulumi.com/docs/intro/languages/java/) | Public Preview | JDK 11+ | | | [YAML](https://www.pulumi.com/docs/intro/languages/yaml/) | Public Preview | n/a | +### EOL Releases + +The Pulumi CLI v1 and v2 are no longer supported. If you are not yet running v3, please consider migrating to v3 to continue getting the latest and greatest Pulumi has to offer! :muscle: + +* To migrate from v2 to v3, please see our [v3 Migration Guide](https://www.pulumi.com/docs/get-started/install/migrating-3.0/). + +* To migrate to v2 from v1, please see our [v2 Migration Guide](https://www.pulumi.com/docs/get-started/install/migrating-2.0/). + ### Clouds Visit the [Registry](https://www.pulumi.com/registry/) for the full list of supported cloud and infrastructure providers.