diff --git a/debian/changelog b/debian/changelog index fc73f7d509..1b20654965 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +paasta-tools (0.192.0) xenial; urgency=medium + + * 0.192.0 tagged with 'make release' + Commit: Add support for eks cluster not matching --cluster spark arg + (#3636) We may make a different cluster for spark in dev, but we + don"t really want to deal with a soaconfigs migration in case we + decide to rollback This PR transparently sets the right eks cluster + params based on whether or not eks usage is toggled on or off + + -- Luis Perez Tue, 01 Aug 2023 12:24:29 -0700 + paasta-tools (0.191.2) xenial; urgency=medium * 0.191.2 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 8cdab97ec8..88fd50a35f 100644 --- a/paasta_tools/__init__.py +++ b/paasta_tools/__init__.py @@ -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.191.2" +__version__ = "0.192.0" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 57b0d7bd35..76b42563e7 100644 --- a/yelp_package/Makefile +++ b/yelp_package/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # Edit this release and run "make release" -RELEASE=0.191.2 +RELEASE=0.192.0 SHELL=/bin/bash