From a82e0ecf87d90fd0faf37d07ec63a0ba8c5dacfe Mon Sep 17 00:00:00 2001 From: Luis Perez Date: Mon, 9 Sep 2024 10:24:08 -0700 Subject: [PATCH] Released 1.4.31 via make release --- debian/changelog | 21 +++++++++++++++++++++ paasta_tools/__init__.py | 2 +- yelp_package/Makefile | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1883902c6c..db1bc5f469 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +paasta-tools (1.4.31) xenial; urgency=medium + + * 1.4.31 tagged with 'make release' + Commit: tron: update schema for bulkdata + correctly pass extra + volumes (#3948) We collectively missed that get_volumes() gets + called on the TronActionConfig and not the TronJobConfig. + Furthermore, we missed that we weren"t actually calling + get_volumes() for normal Tron jobs - instead, we were only calling + get_extra_volumes() and relying on the Tron `default_volumes` config + to add the usual default volumes (which differs from how services + work: we always call get_volumes() as we don"t distinguish between + user-provided volumes and default ones when generating the config + there). I"ve tested this on tron-infrastage (as well as ensured + tests pass for this commit), so this should be safe. NOTE: this + leaves existing uses_bulkdata toggle location in the schema. + Otherwise, the timing of this will be annoying since there"s places + that use the paasta-tools deb that can take a while to get the + latest version (e.g., CICD) + + -- Luis Perez Mon, 09 Sep 2024 10:23:21 -0700 + paasta-tools (1.4.30) xenial; urgency=medium * 1.4.30 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 391074c34b..164cbb8239 100644 --- a/paasta_tools/__init__.py +++ b/paasta_tools/__init__.py @@ -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.30" +__version__ = "1.4.31" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 310b58fc7f..e242144f82 100644 --- a/yelp_package/Makefile +++ b/yelp_package/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # Edit this release and run "make release" -RELEASE=1.4.30 +RELEASE=1.4.31 SHELL=/bin/bash