Skip to content

Commit 4dbda3a

Browse files
authored
Update 2024-06-01-june-product-updates.md
1 parent f0416c0 commit 4dbda3a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

blog/2024-06-01-june-product-updates.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@ To make sure Defang is ready for loads of new users, we've been doing a lot of l
1515

1616
We’re excited to announce that ACME support is now available for Bring Your Own Domain (BYOD) in both Bring Your Own Cloud (BYOC) and Playground. This means you can easily add Let's Encrypt certificates to your custom domains, regardless of where your DNS is hosted. Defang will handle the certificate generation and automatic renewal for you. Nice and easy.
1717

18-
## Managed Redis
19-
20-
Redis is such a versatile tool that can help with so many different use cases. So we've introduced Managed Redis! You can now specify the Redis image in your `compose.yaml` file and indicate that you want it managed by your cloud provider using `x-defang-redis: true` in your service definition.
21-
2218
## Upgraded Kaniko
2319

24-
We’ve upgraded our Kaniko integration to improve your container build experience. The new version comes with several bug fixes that enhance stability and performance. This means faster and more reliable builds for your applications.
20+
We’ve upgraded our Kaniko integration to version 1.23.0 to improve your container build experience. The new version comes with several bug fixes that enhance stability and performance. This means faster and more reliable builds for your applications.
2521

2622
## Warnings for Stateful Services
2723

28-
To help you avoid potential pitfalls, we’ve added warnings against deploying stateful services with Defang, since you shouldn't actually be deploying anything stateful with Defang.
24+
To help you avoid potential pitfalls, we’ve added warnings against deploying stateful services with Defang, since you shouldn't actually be deploying anything stateful with Defang. For example, we'll warn you if you try to deploy services with images like `postgres:<version>`, `redis:<version>`, `minio:<version>`, etc.
25+
26+
In the near future we will be offering ways to run some stateful services using cloud providers' managed offerings. For example Redis, Postgres, and S3. Speaking of which...
27+
28+
## Managed Redis
29+
30+
Redis is such a versatile tool that can help with so many different use cases. So we've introduced Managed Redis! You can now specify the Redis image in your `compose.yaml` file and indicate that you want it managed by your cloud provider using `x-defang-redis: true` in your service definition.
2931

3032
## Upcoming Features
3133

0 commit comments

Comments
 (0)