File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ paasta-tools (1.13.4) xenial; urgency=medium
2+
3+ * 1.13.4 tagged with 'make release'
4+ Commit: MLCOMPUTE-2733 | Add paasta names to spark driver pod
5+ annotations (#4010) * Add paasta names to spark driver pod
6+ annotations * Fix typing * Fix tests * Skip a part if the config
7+ is missing * Commit suggested changes * Cast DockerVolume
8+
9+ -- Ilkin Mammadzada <ilkinmammadzada@yelp.com> Tue, 04 Mar 2025 04:23:19 -0800
10+
111paasta-tools (1.13.3) xenial; urgency=medium
212
313 * 1.13.3 tagged with 'make release'
Original file line number Diff line number Diff line change 1717# setup phase, the dependencies may not exist on disk yet.
1818#
1919# Don't bump version manually. See `make release` docs in ./Makefile
20- __version__ = "1.13.3 "
20+ __version__ = "1.13.4 "
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Edit this release and run "make release"
16- RELEASE =1.13.3
16+ RELEASE =1.13.4
1717
1818SHELL =/bin/bash
1919
You can’t perform that action at this time.
0 commit comments