Skip to content

Commit

Permalink
Released 2.1.0 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Jun 3, 2024
1 parent 56deebf commit d164542
Show file tree
Hide file tree
Showing 5 changed files with 31 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.0.0
RELEASE=2.1.0

SHELL=/bin/bash

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

* 2.1.0 tagged with 'make release'
Commit: Revert the Mesos code deletions (#970) This turned out to
be unsafe to to our use of pickles as a serialization format. *
Revert "Use the latest task_proc (#966)" This reverts commit
01003a980854bc25ed2764c880e1fb69db296fb1. * Revert "Delete
remaining Mesos code (#961)" This reverts commit
1f71d0fa406e530ac943f1fcaf312224015f392c. * Revert "Delete Mesos
related exit codes and docker files - TRON-2187 (#959)" This
reverts commit 33ad2a1657aeea61f899380dada42825e137083b. * Revert
"Delete Mesos logging config (#962)" This reverts commit
640362424f1b1b6bb1c959a04b0843ca1e846c10. * Revert "Merge pull
request #953 from Yelp/u/emanelsabban/TRON-2183" This reverts
commit 10353457221d11f2a587c665bae05b16f3cba447, reversing changes
made to e4114088fefaf6a3d3f5be27e5caf41d7c1c9973. * Revert
"Deleting Mesos code from the Master Control Program" This reverts
commit 18f48ee1db23e1e7f91e0e9e7846eb345d171534.

-- Luis Perez <[email protected]> Mon, 03 Jun 2024 13:33:05 -0700

tron (2.0.0) jammy; urgency=medium

* 2.0.0 tagged with 'make release'
Expand Down
7 changes: 7 additions & 0 deletions docs/source/generated/tron.mesos.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tron.mesos module
=================

.. automodule:: tron.mesos
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/source/generated/tron.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Submodules
tron.kubernetes
tron.manhole
tron.mcp
tron.mesos
tron.metrics
tron.node
tron.prom_metrics
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.0.0"
__version__ = "2.1.0"

0 comments on commit d164542

Please sign in to comment.