Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add deprecation notice to README and remove upgrade-provider job #511

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 0 additions & 88 deletions .github/workflows/upgrade-provider.yml

This file was deleted.

45 changes: 10 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,44 +10,19 @@

The libvirt Resource Provider lets you manage libvirt resources.

## Installing

This package is available in many languages in the standard packaging formats.
>[!NOTE] As of v0.5.4, this provider is DEPRECATED and will no longer be maintained by Pulumi.
> We recommend using the [Local Provider](https://www.pulumi.com/blog/any-terraform-provider/) version of this package,
> which can be generated from the Libvirt Terraform provider as follows:
> `pulumi package add terraform-provider registry.opentofu.org/dmacvicar/libvirt <version>`
> and follow the instructions.

### Node.js (Java/TypeScript)
## Migration

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

$ npm install @pulumi/libvirt

or `yarn`:

$ yarn add @pulumi/libvirt

### Python

To use from Python, install using `pip`:

$ pip install pulumi_libvirt

### Go

To use from Go, use `go get` to grab the latest version of the library

$ go get github.com/pulumi/pulumi-libvirt/sdk

### .NET

To use from .NET, install using `dotnet add package`:

$ dotnet add package Pulumi.Libvirt

## Configuration

The following configuration points are available:

- `libvirt:uri` - (Required) The [connection URI](https://libvirt.org/uri.html) used to connect to the libvirt host.
It can also be sourced from the `LIBVIRT_DEFAULT_URI` environment variable.
The currently equivalent upstream version to pulumi-libvirt@v0.5.4 is search.opentofu.org/provider/macvicar/libvirt v0.8.1.
We recommend that you migrate between these versions of each provider.
To perform the migration of existing Libvirt resources, we recommend running `pulumi import` in a fresh stack
which uses the local provider package.

## Reference

Expand Down
45 changes: 10 additions & 35 deletions sdk/python/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading