Skip to content

Commit 66e4c64

Browse files
committed
Prepare for v0.4.0
1 parent ce3e423 commit 66e4c64

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

312
Update to the latest Render OpenAPI spec. (Fixes #367.)

MIGRATION.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,28 @@ If a version requires the use of [`aliases`](https://www.pulumi.com/docs/concept
88
they can be removed after you run at least one update with the `aliases`
99
resource 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

0 commit comments

Comments
 (0)