Skip to content

Commit

Permalink
Released 0.202.4 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Oct 10, 2023
1 parent 25b991a commit 3bf7a2d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
paasta-tools (0.202.4) xenial; urgency=medium

* 0.202.4 tagged with 'make release'
Commit: Sync paasta secrets for eks instances as well (#3718) We
could also teach this to only sync secrets for self-managed OR EKS
clusters individually - but that seems like more effort (and there"s
no real harm to syncing these to both: in fact, it makes rolling
back even easier since there"s no need to wait for secrets to re-
sync)

-- Luis Perez <luisp@yelp.com> Tue, 10 Oct 2023 14:24:18 -0700

paasta-tools (0.202.3) xenial; urgency=medium

* 0.202.3 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__ = "0.202.3"
__version__ = "0.202.4"
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.202.3
RELEASE=0.202.4

SHELL=/bin/bash

Expand Down

0 comments on commit 3bf7a2d

Please sign in to comment.