Skip to content

Commit

Permalink
Released 1.7.2 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Oct 29, 2024
1 parent 5d78470 commit 0f79215
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.7.2) xenial; urgency=medium

* 1.7.2 tagged with 'make release'
Commit: Allowlist eks files in config_utils (#3984)
updater.write_configs() is not just used for managing autotune files
- SSR shard creation uses it to manage creating/updating the non-
autotuned_defaults config files (which are now always eks-
CLUSTER.yaml).

-- Luis Perez <[email protected]> Tue, 29 Oct 2024 13:52:41 -0700

paasta-tools (1.7.1) xenial; urgency=medium

* 1.7.1 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.7.1"
__version__ = "1.7.2"
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.7.1
RELEASE=1.7.2

SHELL=/bin/bash

Expand Down

0 comments on commit 0f79215

Please sign in to comment.