Skip to content

Commit

Permalink
Released 1.4.10 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Jul 5, 2024
1 parent a47482b commit 2597eef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
paasta-tools (1.4.10) xenial; urgency=medium

* 1.4.10 tagged with 'make release'
Commit: Fix ensure_service_account breakages from the
get_or_create_service_account refactor (#3912) * Wait until the
last moment to create kubeclients in s_t_n This should avoid issues
with missing spark kubeconfigs on trons that don"t have that
kubeconfig puppeted * Conditionally call ensure_service_account in
controller_wrappers This was reverted as we were hitting the
ValueError that protects us from calling this function without an
IAM or k8s role due to the default get_iam_role() retval being ""

-- Luis Perez <[email protected]> Fri, 05 Jul 2024 12:30:41 -0700

paasta-tools (1.4.9) xenial; urgency=medium

* 1.4.9 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.4.9"
__version__ = "1.4.10"
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.4.9
RELEASE=1.4.10

SHELL=/bin/bash

Expand Down

0 comments on commit 2597eef

Please sign in to comment.