Skip to content

Commit

Permalink
Released 0.211.0 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Jan 4, 2024
1 parent 2e00872 commit 32a8f89
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
paasta-tools (0.211.0) xenial; urgency=medium

* 0.211.0 tagged with 'make release'
Commit: Add workaround script to fix habitat labels (#3762) We"re
seeing some weirdness with Karpenter where one of our custom labels
(yelp.com/habitat) is sometimes being set as a random integer.
While we debug this, we have enough information to write a script to
fix these.

-- Luis Perez <[email protected]> Thu, 04 Jan 2024 10:18:00 -0800

paasta-tools (0.210.0) xenial; urgency=medium

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

.. automodule:: paasta_tools.contrib.habitat_fixer
: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 @@ -14,6 +14,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.habitat_fixer
paasta_tools.contrib.ide_helper
paasta_tools.contrib.is_pod_healthy_in_proxy
paasta_tools.contrib.is_pod_healthy_in_smartstack
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.210.0"
__version__ = "0.211.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.210.0
RELEASE=0.211.0

SHELL=/bin/bash

Expand Down

0 comments on commit 32a8f89

Please sign in to comment.