-
Notifications
You must be signed in to change notification settings - Fork 133
deprecate packages from lbrlabs #3890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,6 @@ | |
"repoSlug": "pulumiverse/pulumi-hcp", | ||
"schemaFile": "provider/cmd/pulumi-resource-hcp/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "lbrlabs/pulumi-scaleway", | ||
"schemaFile": "provider/cmd/pulumi-resource-scaleway/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "pulumi/pulumi-kubernetes-cert-manager", | ||
"schemaFile": "schema.json" | ||
|
@@ -84,22 +80,10 @@ | |
"repoSlug": "ovh/pulumi-ovh", | ||
"schemaFile": "provider/cmd/pulumi-resource-ovh/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "lbrlabs/pulumi-grafana", | ||
"schemaFile": "provider/cmd/pulumi-resource-grafana/schema.json" | ||
}, | ||
Comment on lines
-87
to
-90
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ownership of this provider has been moved into the pulumiverse: https://github.com/pulumiverse/pulumi-grafana. |
||
{ | ||
"repoSlug": "lbrlabs/pulumi-launchdarkly", | ||
"schemaFile": "provider/cmd/pulumi-resource-launchdarkly/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "pulumi/pulumi-azure-static-website", | ||
"schemaFile": "schema.json" | ||
}, | ||
{ | ||
"repoSlug": "lbrlabs/pulumi-harness", | ||
"schemaFile": "provider/cmd/pulumi-resource-harness/schema.json" | ||
}, | ||
Comment on lines
-99
to
-102
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pulumi-harness has been moved into the |
||
{ | ||
"repoSlug": "pulumi/pulumi-google-cloud-static-website", | ||
"schemaFile": "schema.json" | ||
|
@@ -116,10 +100,7 @@ | |
"repoSlug": "oun/pulumi-flux", | ||
"schemaFile": "provider/cmd/pulumi-resource-flux/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "lbrlabs/pulumi-dynatrace", | ||
"schemaFile": "provider/cmd/pulumi-resource-dynatrace/schema.json" | ||
}, | ||
Comment on lines
-119
to
-122
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ownership of this provider has been moved into the pulumiverse: https://github.com/pulumiverse/pulumi-dynatrace |
||
|
||
{ | ||
"repoSlug": "pulumiverse/pulumi-aquasec", | ||
"schemaFile": "provider/cmd/pulumi-resource-aquasec/schema.json" | ||
|
@@ -208,10 +189,6 @@ | |
"repoSlug": "pulumiverse/pulumi-mssql", | ||
"schemaFile": "provider/cmd/pulumi-resource-mssql/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "lbrlabs/pulumi-vantage", | ||
"schemaFile": "provider/cmd/pulumi-resource-vantage/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "pulumiverse/pulumi-matchbox", | ||
"schemaFile": "provider/cmd/pulumi-resource-matchbox/schema.json" | ||
|
@@ -220,10 +197,6 @@ | |
"repoSlug": "lbrlabs/pulumi-lbrlabs-eks", | ||
"schemaFile": "schema.yaml" | ||
}, | ||
{ | ||
"repoSlug": "lbrlabs/pulumi-cockroach", | ||
"schemaFile": "provider/cmd/pulumi-resource-cockroach/schema.json" | ||
}, | ||
Comment on lines
-223
to
-226
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ownership of this provider has been moved into the pulumiverse: https://github.com/pulumiverse/pulumi-cockroach |
||
{ | ||
"repoSlug": "port-labs/pulumi-port", | ||
"schemaFile": "provider/cmd/pulumi-resource-port/schema.json" | ||
|
@@ -248,14 +221,6 @@ | |
"repoSlug": "pulumiverse/pulumi-esxi-native", | ||
"schemaFile": "provider/cmd/pulumi-resource-esxi-native/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "lbrlabs/pulumi-iosxe", | ||
"schemaFile": "provider/cmd/pulumi-resource-iosxe/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "lbrlabs/pulumi-nxos", | ||
"schemaFile": "provider/cmd/pulumi-resource-nxos/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "pulumiverse/pulumi-acme", | ||
"schemaFile": "provider/cmd/pulumi-resource-acme/schema.json" | ||
|
@@ -264,10 +229,6 @@ | |
"repoSlug": "threefoldtech/pulumi-threefold", | ||
"schemaFile": "provider/cmd/pulumi-resource-threefold/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "lbrlabs/pulumi-awscontroltower", | ||
"schemaFile": "provider/cmd/pulumi-resource-awscontroltower/schema.json" | ||
}, | ||
{ | ||
"repoSlug": "pulumiverse/pulumi-talos", | ||
"schemaFile": "provider/cmd/pulumi-resource-talos/schema.json" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ownership of this provider has been moved into the
pulumiverse
: https://github.com/pulumiverse/pulumi-scaleway.