File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed
Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.0
2+
3+ Update to the latest Render OpenAPI spec.
4+
5+ New resource ` KeyValue ` supports Render's
6+ managed [ key-value store backed by Valkey] ( https://render.com/docs/key-value ) .
7+
8+ ** Note** : See [[ MIGRATION.md]] for migrating from 0.3.x to 0.4.x.
9+
110## 0.3.12
211
312Update to the latest Render OpenAPI spec. (Fixes #367 .)
Original file line number Diff line number Diff line change @@ -8,11 +8,28 @@ If a version requires the use of [`aliases`](https://www.pulumi.com/docs/concept
88they can be removed after you run at least one update with the ` aliases `
99resource option.
1010
11+ ## v0.4.x
12+
13+ - ` PostgresBackup ` has been renamed to ` PostgresExport ` by Render.
14+ If you were using PostgresBackup, it's already likely broken
15+ because Render also renamed the endpoint from ` /backup ` to
16+ ` /export ` . So if you are using this resource today, you should
17+ switch to ` PostgresExport ` and add an alias in the resource
18+ options for the resource so that the state is migrated to the
19+ new resource.
20+ - Render has switched to providing Valkey as a replacement
21+ for Redis as its key-value store. While they are still
22+ supporting Redis instances, no new Redis instances will
23+ allowed to be created. A new resource called ` KeyValue `
24+ should be used instead. Read https://render.com/docs/key-value
25+ for more information about Render's plans for supporting
26+ existing Redis instances.
27+
1128## v0.2.x
1229
13- - Changes to types used by resources.
30+ Changes to types used by resources.
1431
15- - Use aliases for the following resources:
32+ Use aliases for the following resources:
1633
1734### From v0.0.x:
1835
You can’t perform that action at this time.
0 commit comments