Skip to content

Commit

Permalink
Released 0.97.28 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Melnychok committed Nov 9, 2020
1 parent 06f28a9 commit 1ca29e3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions debian/changelog
@@ -1,3 +1,13 @@
paasta-tools (0.97.28) xenial; urgency=medium

* 0.97.28 tagged with 'make release'
Commit: Fix paasta status mesh data for kubernetes instances (#2967)
* use correct service name for mesh data in paasta status for
kubernetes instances * add test for kubernetes instance status with
smartstack

-- Maksym Melnychok <maksym@yelp.com> Mon, 09 Nov 2020 00:56:25 -0800

paasta-tools (0.97.27) xenial; urgency=medium

* 0.97.27 tagged with 'make release'
Expand Down
2 changes: 1 addition & 1 deletion paasta_tools/__init__.py
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.97.27"
__version__ = "0.97.28"
2 changes: 1 addition & 1 deletion yelp_package/Makefile
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Edit this release and run "make release"
RELEASE=0.97.27
RELEASE=0.97.28

SHELL=/bin/bash

Expand Down

0 comments on commit 1ca29e3

Please sign in to comment.