diff --git a/debian/changelog b/debian/changelog index 090d645f54..e45f486549 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +paasta-tools (1.4.33) xenial; urgency=medium + + * 1.4.33 tagged with 'make release' + Commit: Revert "Bump service-configuration-lib to 2.18.22 to reduce + logspam + IO (#3952)" (#3953) Reverts #3952 since there"s one spark + config that is mounting /etc/pki/spark unnecessarily and i"m running + into issues setting up a test to confirm that it"s indeed not + necessary + + -- Luis Perez Tue, 10 Sep 2024 15:42:21 -0700 + paasta-tools (1.4.32) xenial; urgency=medium * 1.4.32 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 96ae0a90c9..0a818691dd 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__ = "1.4.32" +__version__ = "1.4.33" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 1fb330fb48..795e95359d 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=1.4.32 +RELEASE=1.4.33 SHELL=/bin/bash