Skip to content

Commit

Permalink
Released 1.4.7 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Sharma committed Jul 2, 2024
1 parent 53d23e9 commit 48e7235
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
42 changes: 42 additions & 0 deletions debian/changelog
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'
Expand Down
2 changes: 1 addition & 1 deletion paasta_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# setup phase, the dependencies may not exist on disk yet.
#
# Don't bump version manually. See `make release` docs in ./Makefile
__version__ = "1.4.6"
__version__ = "1.4.7"
2 changes: 1 addition & 1 deletion yelp_package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Edit this release and run "make release"
RELEASE=1.4.6
RELEASE=1.4.7

SHELL=/bin/bash

Expand Down

0 comments on commit 48e7235

Please sign in to comment.