Skip to content

Commit

Permalink
Released 1.4.31 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Sep 9, 2024
1 parent 96dfdcd commit a82e0ec
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 09 Sep 2024 10:23:21 -0700

paasta-tools (1.4.30) xenial; urgency=medium

* 1.4.30 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.30"
__version__ = "1.4.31"
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.30
RELEASE=1.4.31

SHELL=/bin/bash

Expand Down

0 comments on commit a82e0ec

Please sign in to comment.