-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sameer Sharma
committed
Jul 2, 2024
1 parent
53d23e9
commit 48e7235
Showing
3 changed files
with
44 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,45 @@ | ||
paasta-tools (1.4.7) xenial; urgency=medium | ||
|
||
* 1.4.7 tagged with 'make release' | ||
Commit: Attempt #2 MLCOMPUTE-1203 | Configure Spark driver pod | ||
memory and cores based on Spark args (#3903) * MLCOMPUTE-1203 | | ||
Configure Spark driver pod memory and cores based on Spark args * | ||
MLCOMPUTE-1203 | add validation to prevent users from specifying | ||
cpus and mem configs for Spark drivers on k8s * MLCOMPUTE-1203 | | ||
overload instance config methods, add tests * MLCOMPUTE-1203 | move | ||
building spark config to constructor * MLCOMPUTE-1203 | fix tests | ||
and formatting * DAR-2360 | move the creation of spark config away | ||
from the TronActionConfig constructor * MLCOMPUTE-1203 | add | ||
validation signature to methods loading instance configs * | ||
MLCOMPUTE-1203 | add validation signature to methods loading | ||
instance configs * formatting * MLCOMPUTE-1203 | fix arg type * | ||
add missing pos argument * Revert "add missing pos argument" This | ||
reverts commit 6d903bea23435dcb9c5b2000acccedd40bbbefdf. * Revert | ||
"MLCOMPUTE-1203 | fix arg type" This reverts commit | ||
b94c2ed64bda2ecf75246e90467e6729849a8477. * Revert "formatting" | ||
This reverts commit 5d27b1b288a257d27ad7f57ee367dd11c02046c9. * | ||
Revert "MLCOMPUTE-1203 | add validation signature to methods loading | ||
instance configs" This reverts commit | ||
45f7b4a1b3a26804fab0703a9331994d3806a816. * Revert "MLCOMPUTE-1203 | ||
| add validation signature to methods loading instance configs" | ||
This reverts commit 01e43d4e032e9e8b787f9e2c57e5dfa0e8199adf. * | ||
Start splitting SA creation and validation (for tron) Depending on | ||
merge order, we"ll want to slightly refactor this after | ||
https://github.com/Yelp/paasta/pull/3906 if this goes out first (or | ||
refactor this before merging if #3906 goes out first) - but this | ||
makes it so that we never create SAs in Tron outside of | ||
setup_tron_namespace (which will get called from a host that has the | ||
correct permissions) This avoids needing to pass around any dry- | ||
run/validation flags :) * whoops * correctly iterate over dicts i | ||
blame copilot for letting me turn off my brain * correctly parse | ||
yaml i wish that we didn"t pass around a huge string * remove test | ||
call * use spark kubeconfig * Use krall"s latest changes * don"t | ||
make kubeclients outside of dry-run * build spark config in | ||
constructor --------- Co-authored-by: Sameer Sharma | ||
<[email protected]> Co-authored-by: Luis Perez <[email protected]> | ||
|
||
-- Sameer Sharma <[email protected]> Tue, 02 Jul 2024 04:39:19 -0700 | ||
|
||
paasta-tools (1.4.6) xenial; urgency=medium | ||
|
||
* 1.4.6 tagged with 'make release' | ||
|
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