From 71a350c350e5398b66ef0610b2fd68a00982ef34 Mon Sep 17 00:00:00 2001 From: Kevin Hunter Kesling Date: Tue, 4 Apr 2023 15:16:40 -0400 Subject: [PATCH] Bump versions for release --- ...remove_sdk_support_for_function_search.rst | 9 ------ ...330_005243_kevin_max_idle_s_after_work.rst | 7 ----- ...49_kevin_broken_endpoint_for_new_users.rst | 6 ---- docs/changelog.rst | 29 +++++++++++++++++++ funcx_endpoint/funcx_endpoint/version.py | 2 +- funcx_sdk/funcx/version.py | 2 +- 6 files changed, 31 insertions(+), 24 deletions(-) delete mode 100644 changelog.d/20230327_121223_chris_remove_sdk_support_for_function_search.rst delete mode 100644 changelog.d/20230330_005243_kevin_max_idle_s_after_work.rst delete mode 100644 changelog.d/20230403_125849_kevin_broken_endpoint_for_new_users.rst diff --git a/changelog.d/20230327_121223_chris_remove_sdk_support_for_function_search.rst b/changelog.d/20230327_121223_chris_remove_sdk_support_for_function_search.rst deleted file mode 100644 index 6a2316829..000000000 --- a/changelog.d/20230327_121223_chris_remove_sdk_support_for_function_search.rst +++ /dev/null @@ -1,9 +0,0 @@ -Removed -^^^^^^^ - -- Removed all Search-related functionality. - -Deprecated -^^^^^^^^^^ - -- Deprecated all Search-related arguments to ``FuncXClient`` methods. diff --git a/changelog.d/20230330_005243_kevin_max_idle_s_after_work.rst b/changelog.d/20230330_005243_kevin_max_idle_s_after_work.rst deleted file mode 100644 index d9666afcc..000000000 --- a/changelog.d/20230330_005243_kevin_max_idle_s_after_work.rst +++ /dev/null @@ -1,7 +0,0 @@ -New Functionality -^^^^^^^^^^^^^^^^^ - -- Add two items to the ``Config`` object: ``idle_heartbeats_soft`` and - ``idle_heartbeats_hard``. If set, the endpoint will auto-shutdown after the - specified number of heartbeats with no work to do. - diff --git a/changelog.d/20230403_125849_kevin_broken_endpoint_for_new_users.rst b/changelog.d/20230403_125849_kevin_broken_endpoint_for_new_users.rst deleted file mode 100644 index cdc3af8f7..000000000 --- a/changelog.d/20230403_125849_kevin_broken_endpoint_for_new_users.rst +++ /dev/null @@ -1,6 +0,0 @@ -Bug Fixes -^^^^^^^^^ - -- Address broken login-flow, introduced in v1.0.12 when attempting to start an - endpoint. This affected users with invalid or missing credentials. (e.g., - new users or new installs). diff --git a/docs/changelog.rst b/docs/changelog.rst index c1bc2b9c7..21420877c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,35 @@ Changelog .. scriv-insert-here +.. _changelog-1.0.13: + +funcx & funcx-endpoint v1.0.13 +------------------------------ + +New Functionality +^^^^^^^^^^^^^^^^^ + +- Add two items to the ``Config`` object: ``idle_heartbeats_soft`` and + ``idle_heartbeats_hard``. If set, the endpoint will auto-shutdown after the + specified number of heartbeats with no work to do. + +Bug Fixes +^^^^^^^^^ + +- Address broken login-flow, introduced in v1.0.12 when attempting to start an + endpoint. This affected users with invalid or missing credentials. (e.g., + new users or new installs). + +Removed +^^^^^^^ + +- Removed all Search-related functionality. + +Deprecated +^^^^^^^^^^ + +- Deprecated all Search-related arguments to ``FuncXClient`` methods. + .. _changelog-1.0.12: funcx & funcx-endpoint v1.0.12 diff --git a/funcx_endpoint/funcx_endpoint/version.py b/funcx_endpoint/funcx_endpoint/version.py index 5ee23578d..3199724f6 100644 --- a/funcx_endpoint/funcx_endpoint/version.py +++ b/funcx_endpoint/funcx_endpoint/version.py @@ -1,6 +1,6 @@ # single source of truth for package version, # see https://packaging.python.org/en/latest/single_source_version/ -__version__ = "1.0.12" +__version__ = "1.0.13" # TODO: remove after a `funcx` release # this variable is needed because it's imported by `funcx` to do the version check diff --git a/funcx_sdk/funcx/version.py b/funcx_sdk/funcx/version.py index eb67a44fb..e439ad1b8 100644 --- a/funcx_sdk/funcx/version.py +++ b/funcx_sdk/funcx/version.py @@ -4,7 +4,7 @@ # single source of truth for package version, # see https://packaging.python.org/en/latest/single_source_version/ -__version__ = "1.0.12" +__version__ = "1.0.13" def compare_versions(