-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #482 from Vandebron/release/1.7.4
release: Version 1.7.4
- Loading branch information
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#### Add an ever-changing label to Dagster Helm deployments | ||
- use ChartBuilder.to_labels() to attach an ever changing label to dagster user code to trigger reloads of projects with every deploy | ||
- filter out app-labels from dagster user-code values since dagster attaches its own app-labels to the helm chart | ||
|
||
#### Force recreations of K8s jobs when using ArgoCD | ||
- Adds a label to K8s jobs to force recreations when using ArgoCD | ||
|
||
#### Make project folder configurable | ||
- Allow the subfolder (default `deployment`) to be configurable | ||
- Allows for better or different naming/structure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,3 +60,4 @@ | |
1.7.1 | ||
1.7.2 | ||
1.7.3 | ||
1.7.4 |