Skip to content

Commit

Permalink
Released 0.146.0 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanElsaban committed Sep 7, 2022
1 parent 927bee1 commit 854cea2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
paasta-tools (0.146.0) xenial; urgency=medium

* 0.146.0 tagged with 'make release'
Commit: Merge pull request #3452 from Yelp/u/emanelsabban/CIPXIDEAS-
209-vscodeDebugSettings Added VS code debug settings for paasta -
CIPXIDEAS-209

-- Eman Elsabban <[email protected]> Wed, 07 Sep 2022 06:44:35 -0700

paasta-tools (0.145.0) xenial; urgency=medium

* 0.145.0 tagged with 'make release'
Expand Down
7 changes: 7 additions & 0 deletions docs/source/generated/paasta_tools.contrib.ide_helper.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
paasta\_tools.contrib.ide\_helper module
========================================

.. automodule:: paasta_tools.contrib.ide_helper
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/source/generated/paasta_tools.contrib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Submodules
paasta_tools.contrib.emit_allocated_cpu_metrics
paasta_tools.contrib.get_running_task_allocation
paasta_tools.contrib.graceful_container_drain
paasta_tools.contrib.ide_helper
paasta_tools.contrib.is_pod_healthy_in_proxy
paasta_tools.contrib.is_pod_healthy_in_smartstack
paasta_tools.contrib.kill_bad_containers
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__ = "0.145.0"
__version__ = "0.146.0"
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=0.145.0
RELEASE=0.146.0

SHELL=/bin/bash

Expand Down

0 comments on commit 854cea2

Please sign in to comment.