You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This URL scheme limits future improvements like name-spaced packages or versioned packages. We should transition the new URL structure to a more flexible setup:
This will allow us to deconflict packages from different sources (like OpenTofu or CDK constructs) and native Pulumi packages, as well as deconflict packages from different publishers but with the same name. This makes space for #5846, which we know we want to tackle in the future.
Affected area/feature
The text was updated successfully, but these errors were encountered:
This is a very simple API, just allowing other repositories to get the latest version of a
provider. The API is listed as v0, marking it as experimental and without backwards
comparability guarantees. I don't expect this API to survive the
[IA transition](#5948) the registry will undergo.
This is a very simple API, just allowing other repositories to get the latest version of a
provider. The API is listed as v0, marking it as experimental and without backwards
comparability guarantees. I don't expect this API to survive the
[IA transition](#5948) the registry will undergo.
Hello!
Issue details
API doc URLs look like this:
For example:
This URL scheme limits future improvements like name-spaced packages or versioned packages. We should transition the new URL structure to a more flexible setup:
AWS S3 BucketV2 would now be:
This will allow us to deconflict packages from different sources (like OpenTofu or CDK constructs) and native Pulumi packages, as well as deconflict packages from different publishers but with the same name. This makes space for #5846, which we know we want to tackle in the future.
Affected area/feature
The text was updated successfully, but these errors were encountered: