Skip to content

Commit 455bfd3

Browse files
[Blog] Added new changelog
Bugfixes
1 parent 20007ee commit 455bfd3

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

docs/blog/posts/changelog-07-25.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Previously, updating running services could cause downtime. The latest release f
1919
<div class="termy">
2020

2121
```shell
22-
$ dstack apply -f my-service.dstack.yml
22+
$ dstack apply -f .dstack.yml
2323

2424
Active run my-service already exists. Detected changes that can be updated in-place:
2525
- Repo state (branch, commit, or other)
@@ -28,7 +28,15 @@ Active run my-service already exists. Detected changes that can be updated in-pl
2828
- env
2929
- files
3030

31-
Update the run? [y/n]:
31+
Update the run? [y/n]: y
32+
33+
⠋ Launching my-service...
34+
35+
NAME BACKEND PRICE STATUS SUBMITTED
36+
my-service deployment=1 running 11 mins ago
37+
replica=0 job=0 deployment=0 aws (us-west-2) $0.0026 terminating 11 mins ago
38+
replica=1 job=0 deployment=1 aws (us-west-2) $0.0026 running 1 min ago
39+
3240
```
3341

3442
</div>
@@ -184,7 +192,7 @@ Server-side performance has been improved. With optimized handling and backgroun
184192

185193
#### Google SSO
186194

187-
Alongside the open-source version, `dstack` also offers [dstack Enterprise](https://github.com/dstackai/dstack-enterprise)which adds dedicated support and extra integrations like Single Sign-On (SSO). The latest release introduces support for configuring your company’s Google account for authentication.
195+
Alongside the open-source version, `dstack` also offers [dstack Enterprise :material-arrow-top-right-thin:{ .external }](https://github.com/dstackai/dstack-enterprise){:target="_blank"} — which adds dedicated support and extra integrations like Single Sign-On (SSO). The latest release introduces support for configuring your company’s Google account for authentication.
188196

189197
<img src="https://dstack.ai/static-assets/static-assets/images/dstack-enterprise-google-sso.png" width="630"/>
190198

@@ -193,4 +201,4 @@ If you’d like to learn more about `dstack` Enterprise, [let us know](https://c
193201
That’s all for now.
194202

195203
!!! info "What's next?"
196-
Give dstack a try, and share your feedback—whether it’s [GitHub :material-arrow-top-right-thin:{ .external }](https://github.com/dstackai/dstack){:target="_blank"} issues, PRs, or questions on [Discord :material-arrow-top-right-thin:{ .external }](https://discord.gg/u8SmfwPpMd){:target="_blank"}. We’re eager to hear from you!
204+
Give dstack a try, and share your feedback—whether it’s [GitHub :material-arrow-top-right-thin:{ .external }](https://github.com/dstackai/dstack){:target="_blank"} issues, PRs, or questions on [Discord :material-arrow-top-right-thin:{ .external }](https://discord.gg/u8SmfwPpMd){:target="_blank"}. We’re eager to hear from you!

docs/overrides/main.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@
108108
&lt;!&ndash;<a class="tx-footer__section-link" href="javascript:void(0)" onclick="$crisp.push(['do', 'chat:show'])">Open chat</a>&ndash;&gt;
109109
</div>-->
110110

111+
<div class="tx-footer__section">
112+
<div class="tx-footer__section-title">Documentation</div>
113+
<a href="/docs/installation" class="tx-footer__section-link">Getting started</a>
114+
<a href="/docs/concepts/backends/" class="tx-footer__section-link">Concepts</a>
115+
<a href="/docs/guides/protips/" class="tx-footer__section-link">Guides</a>
116+
<a href="/docs/reference/dstack.yml/dev-environment/" class="tx-footer__section-link">Reference</a>
117+
</div>
118+
111119
<div class="tx-footer__section">
112120
<div class="tx-footer__section-title">Examples</div>
113121
<a href="/examples#fine-tuning" class="tx-footer__section-link">Single-node training</a>

0 commit comments

Comments
 (0)