Skip to content

Commit

Permalink
Released 2.4.0 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Aug 28, 2024
1 parent 2d17df3 commit 7f83bfd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Edit this release and run "make release"
RELEASE=2.3.0
RELEASE=2.4.0

SHELL=/bin/bash

Expand Down
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
tron (2.4.0) jammy; urgency=medium

* 2.4.0 tagged with 'make release'
Commit: TRON-2208: Add toggle in tron config to disable retries on
LOST k8s jobs (#988) Given that "LOST" means Tron has lost track of
a pod it already thought it had started for a job, attempting to
retry/start a replacement can be dangerous for non-idempotent jobs.
In the current state, these will consume retries, but with some of
our EKS migration methods, LOST tasks are more likely. Therefore, we
should have a way to temporarily pause retries on these. ## Related
Issues - TRON-2208: Add toggle in Tron config to disable retries on
LOST k8s jobs

-- Luis Perez <[email protected]> Wed, 28 Aug 2024 09:19:14 -0700

tron (2.3.0) jammy; urgency=medium

* 2.3.0 tagged with 'make release'
Expand Down
2 changes: 1 addition & 1 deletion tron/__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__ = "2.3.0"
__version__ = "2.4.0"

0 comments on commit 7f83bfd

Please sign in to comment.