Skip to content

Commit

Permalink
Add docs on version compatibility within a deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sryza committed Aug 19, 2024
1 parent 6703868 commit e9c1502
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/content/about/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ While technically the 0.y.z phase of Semantic Versioning is "anything goes", we

---

## Version compatibility wihin a Dagster deployment

Dagster deployments can have multiple versions of Dagster running simultaneously.

A Dagster deployment consists of a set of [code locations](https://docs.dagster.io/concepts/code-locations), as well as _host processes_: the web server and [daemon](https://docs.dagster.io/deployment/dagster-daemon).
- The code locations within a deployment can each depend on a different Dagster version.
- The host processes within a deployment are expected to all have the same Dagster version, and that Dagster version is expected to be greater than or equal to the greatest Dagster version used by any code location within the deployment. In Dagster+ deployments, Dagster+ automatically keeps host processes up-to-date, so no user action is require to achieve this. In OSS deployments, users are expected to upgrade their host processes before upgrading the version of Dagster used in their code locations.

---

## Python version support

Each Dagster release strives to support the currently active versions of Python.
Expand Down

1 comment on commit e9c1502

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-8y1omohbc-elementl.vercel.app
https://release-versions-backcompat.dagster.dagster-docs.io

Built with commit e9c1502.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.