Skip to content

Commit 82717af

Browse files
authored
Merge pull request #297582 from hhunter-ms/hh-416792
[Dapr/ACA] Update FAQ with more accurate information re: release cadence
2 parents ecc4165 + b582955 commit 82717af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/faq.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ sections:
113113
- question: |
114114
How often are Dapr versions released for Azure Container Apps?
115115
answer: |
116-
Dapr's typical release timeline in Azure is up to six weeks after the Dapr OSS release. Rolling out to all regions can take up to two weeks or longer.
117-
118-
Dapr versions are updated on a best-effort basis, prioritizing stability, rigorous testing, and customer impact to ensure seamless integration without breaking changes. Updates are applied automatically, ensuring you always have the latest secure version.
116+
Dapr versions are updated on a best-effort basis, with a strong focus on stability, thorough testing, and minimizing customer impact. The goal is to ensure updates are seamlessly integrated without introducing breaking changes.
117+
118+
Since Dapr version updates are applied automatically, you always benefit from the most secure version. However, Dapr in Azure Container Apps doesn't follow a fixed release schedule for new features. Instead, the release of new Dapr versions for new functionality depends on the prioritization and stability of the Dapr binaries.
119119
120120
- question: |
121121
Can I use a specific Dapr version for my environment?
@@ -167,4 +167,4 @@ sections:
167167
- question: |
168168
How do I use `latest` or a static tag for my container image?
169169
answer: |
170-
Avoid using using static tags like `latest` for container images. Using static tags can lead to caching problems and can make your app difficult to troubleshoot. Instead, use unique tags for each deployment, such as a Git hash or date and time to ensure that updates are properly tracked and deployed.
170+
Avoid using static tags like `latest` for container images. Using static tags can lead to caching problems and can make your app difficult to troubleshoot. Instead, use unique tags for each deployment, such as a Git hash or date and time to ensure that updates are properly tracked and deployed.

0 commit comments

Comments
 (0)