Skip to content

Commit

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

* 1.11.0 tagged with 'make release'
Commit: Merge pull request #3997 from Yelp/jfong/PAASTA-18479-list-
namespaces PAASTA-18479: Add list-namespaces tool

-- Jen Patague <[email protected]> Thu, 02 Jan 2025 15:13:23 -0800

paasta-tools (1.10.0) xenial; urgency=medium

* 1.10.0 tagged with 'make release'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
paasta\_tools.cli.cmds.list\_namespaces module
==============================================

.. automodule:: paasta_tools.cli.cmds.list_namespaces
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/source/generated/paasta_tools.cli.cmds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Submodules
paasta_tools.cli.cmds.list
paasta_tools.cli.cmds.list_clusters
paasta_tools.cli.cmds.list_deploy_queue
paasta_tools.cli.cmds.list_namespaces
paasta_tools.cli.cmds.local_run
paasta_tools.cli.cmds.logs
paasta_tools.cli.cmds.mark_for_deployment
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.10.0"
__version__ = "1.11.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=1.10.0
RELEASE=1.11.0

SHELL=/bin/bash

Expand Down

0 comments on commit 4ec6be0

Please sign in to comment.