Skip to content

Commit

Permalink
Merge pull request #482 from Vandebron/release/1.7.4
Browse files Browse the repository at this point in the history
release: Version 1.7.4
  • Loading branch information
tijmenstor authored Sep 19, 2024
2 parents bb3bdcf + 8879435 commit e8d680e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
17 changes: 17 additions & 0 deletions releases/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release notes

## MPyL 1.7.4


#### 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


Details on [Github](https://github.com/Vandebron/mpyl/releases/tag/1.7.4)

## MPyL 1.7.3


Expand Down
10 changes: 10 additions & 0 deletions releases/notes/1.7.4.md
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
1 change: 1 addition & 0 deletions src/mpyl/projects/releases/releases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@
1.7.1
1.7.2
1.7.3
1.7.4

0 comments on commit e8d680e

Please sign in to comment.