Update to the latest Render OpenAPI spec. (Fixes #367.)
Upgrade pulumi-provider-framework to the latest to fix import issue caused by a leading '/'.
Fix issue with resource imports by upgrading pulumi-provider-framework
to the latest.
Fix input type for SecretFilesForService
.
Fix input type for EnvVarsForService
. This was broken in the 0.3.0 release.
Fix execution error of list-style invokes.
Remove unnecessary envelope properties from get*
and list*
functions.
Upgrade pulumi-provider-framework to fix a bug with validating response codes for DELETE calls.
Fix resource name for Redis.
Updated the OpenAPI spec to the latest which adds many new resources including Postgres, Redis, environment groups.
- Fix request validation error when updating
EnvVarsForService
resource. - Check for all service types in OnPostUpdate to trigger a service deployment.
Switch to Render's official OpenAPI spec. See the migration guide for more details. For the most part some resources require an alias to avoid a replacement.
Upgrade pulumi-provider-framework
to the latest which now allows
importing resources that are children of other resources.
This release contains some breaking changes related to the names of functions but does not change any resource names.
- Upgrade pulschema and pulumi-provider-framework which changes the names of certain get/list functions.
- New resources have been added:
RegistryCredential
AutoScaling
- Upgrade pulschema and pulumi-provider-framework modules to add auto-naming feature.
- Fix
CustomDomain
andJob
resource inputs
- Add support for EnvVar resource (#55)
- Fix resource import
- Fix resource reads
- Fix the plugin download URL
- Switch to the Pulumi provider framework
- Fix ambiguous type error in service details.
- Add envVars and secretFiles to the base service type.
- Fix discriminator mapping bug.
- Add missing output props for all service types.
Add OpenAPI schemas for all Render service types.
Implement support for get/list* funcs.
Fix for handling updates vs. replacements.
Fix for path param handling when dealing with output properties.
Change package names under which the language SDKs are published. From here on the following are the respective package names:
Go: github.com/cloudy-sky-software/pulumi-render/sdk/go/render
.NET: Pulumi.Render
npm (Node.js): @cloudyskysoftware/pulumi-render
PyPi (Python): pulumi_render
Service
resource is now split to each individual service type if the POST operation uses a discriminator.- Gracefully handle
allOf
in the OpenAPI spec for Pulumi schema generation.
Fix plugin download URL
First release