Skip to content

Commit

Permalink
Released 1.4.6 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
VinaySagarGonabavi committed Jun 27, 2024
1 parent f437254 commit 5502e9c
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 (1.4.6) xenial; urgency=medium

* 1.4.6 tagged with 'make release'
Commit: Merge pull request #3902 from Yelp/u/gonabavi/DREIMP-
10725_add_paasta_status_for_vitesscluster Add paasta status for
vitesscluster and mount /nail/etc/srv-configs to VTTablets

-- Vinay Sagar Gonabavi <gonabavi@yelp.com> Thu, 27 Jun 2024 10:40:09 -0700

paasta-tools (1.4.5) xenial; urgency=medium

* 1.4.5 tagged with 'make release'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
paasta\_tools.paastaapi.model.instance\_status\_vitesscluster module
====================================================================

.. automodule:: paasta_tools.paastaapi.model.instance_status_vitesscluster
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/source/generated/paasta_tools.paastaapi.model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Submodules
paasta_tools.paastaapi.model.instance_status_kubernetes_autoscaling_status
paasta_tools.paastaapi.model.instance_status_kubernetes_v2
paasta_tools.paastaapi.model.instance_status_tron
paasta_tools.paastaapi.model.instance_status_vitesscluster
paasta_tools.paastaapi.model.instance_tasks
paasta_tools.paastaapi.model.integer_and_error
paasta_tools.paastaapi.model.kubernetes_container
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__ = "1.4.5"
__version__ = "1.4.6"
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=1.4.5
RELEASE=1.4.6

SHELL=/bin/bash

Expand Down

0 comments on commit 5502e9c

Please sign in to comment.