pulumi/changelog
Thomas Gummerer f20b7acc7d implement programmatic default providers based on context in the engine and Go
This PR takes an alternative approach for implementing programmatic
default providers, that was suggested in the internal design doc.

Instead of making the default provider global, we create an API with a
callback that creates a new subcontext.  In that subcontext and only
in that subcontext is the provider set as the default provider.  We
achieve this by setting up a new monitor with a different port, so the
engine can distinguish between the contexts.
2024-05-24 11:19:54 +02:00
..
pending implement programmatic default providers based on context in the engine and Go 2024-05-24 11:19:54 +02:00
config.yaml Fix coming soon misrender (#15783) 2024-03-26 17:24:37 +00:00