Skip to content

Commit

Permalink
0.14.11 changelog (#7543)
Browse files Browse the repository at this point in the history
Summary:

Test Plan: View readme
  • Loading branch information
gibsondan committed Apr 22, 2022
1 parent 697e701 commit 1052405
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

# 0.14.11

### Bugfixes

* Fixed an issue where schedules created from partition sets that launched runs for multiple partitions in a single schedule tick would sometimes time out while generating runs in the scheduler.
* Fixed an issue where the Launchpad in Dagit sometimes incorrectly launched in an empty state.
* Fixed an issue where nested graphs would sometimes incorrectly determine the set of required resources for a hook.

# 0.14.10

### New

* [dagster-k8s] Added an `includeConfigInLaunchedRuns` flag to the Helm chart that can be used to automatically include configmaps, secrets, and volumes in any runs launched from code in a user code deployment. See https://docs.dagster.io/deployment/guides/kubernetes/deploying-with-helm#configure-your-user-deployment for more information.
Expand All @@ -9,7 +18,7 @@
* Removed `gevent` and `gevent-websocket` dependencies from `dagster-graphql`
* Memoization is now supported while using step selection
* Cleaned up various warnings across the project
* The default IO Managers now support asset partitions
* The default IO Managers now support asset partitions

### Bugfixes

Expand Down

1 comment on commit 1052405

@vercel
Copy link

@vercel vercel bot commented on 1052405 Apr 22, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.