Skip to content

Commit

Permalink
Released 1.4.15 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Jul 16, 2024
1 parent 6a32ff6 commit ce58341
Show file tree
Hide file tree
Showing 3 changed files with 13 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 (1.4.15) xenial; urgency=medium

* 1.4.15 tagged with 'make release'
Commit: Correctly create Tron-related service accounts (#3920) The
previous code was creating service accounts with an extra `paasta-`
prefix - which would then break when anything tried to use these
SA"s since they"d still be referencing the expected SA name (without
the double `paasta-`)

-- Luis Perez <luisp@yelp.com> Tue, 16 Jul 2024 10:56:15 -0700

paasta-tools (1.4.14) xenial; urgency=medium

* 1.4.14 tagged with 'make release'
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.14"
__version__ = "1.4.15"
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.14
RELEASE=1.4.15

SHELL=/bin/bash

Expand Down

0 comments on commit ce58341

Please sign in to comment.