diff --git a/debian/changelog b/debian/changelog index 660450f245..1883902c6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +paasta-tools (1.4.30) xenial; urgency=medium + + * 1.4.30 tagged with 'make release' + Commit: Merge pull request #3934 from + Yelp/u/gonabavi/u/gonabavi/DREIMP- + 10901_add_cloudmap_scripts_add_lifecycle_hooks_for_vtgate_pods Add + lifecycle hooks for cloudmap (de)registration operations on vtgate + pods + + -- Vinay Sagar Gonabavi Fri, 06 Sep 2024 12:17:05 -0700 + paasta-tools (1.4.29) xenial; urgency=medium * 1.4.29 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index aeffdc191d..391074c34b 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.29" +__version__ = "1.4.30" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 0c71982bc5..310b58fc7f 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.29 +RELEASE=1.4.30 SHELL=/bin/bash