Skip to content

Commit

Permalink
Bump versions and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
khk-globus committed Mar 13, 2024
1 parent e15cd4c commit 18fc60f
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 68 deletions.
4 changes: 0 additions & 4 deletions changelog.d/20240301_101449_kevin_update_gim_to_030.rst

This file was deleted.

10 changes: 0 additions & 10 deletions changelog.d/20240301_105729_kevin_update_two_deps.rst

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240305_135742_30907815+rjmello.rst

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion compute_endpoint/globus_compute_endpoint/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "2.14.0"
__version__ = "2.15.0"

# TODO: remove after a `globus-compute-sdk` release
# this is needed because it's imported by `globus-compute-sdk` to do the version check
Expand Down
2 changes: 1 addition & 1 deletion compute_endpoint/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
REQUIRES = [
"requests>=2.31.0,<3",
"globus-sdk", # version will be bounded by `globus-compute-sdk`
"globus-compute-sdk==2.14.0",
"globus-compute-sdk==2.15.0",
"globus-compute-common==0.3.0",
"globus-identity-mapping==0.3.0",
# table printing used in list-endpoints
Expand Down
2 changes: 1 addition & 1 deletion compute_sdk/globus_compute_sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "2.14.0"
__version__ = "2.15.0"


def compare_versions(
Expand Down
33 changes: 33 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@ Changelog

.. scriv-insert-here
.. _changelog-2.15.0:

globus-compute-sdk & globus-compute-endpoint v2.15.0
----------------------------------------------------

Bug Fixes
^^^^^^^^^

- Fixed a bug that caused errors on containerized endpoints when certain
configuration fields (e.g., ``address_probe_timeout``) were not defined.

- Logs from ``parsl`` (providers, etc.) are now showing in ``endpoint.log``.

Changed
^^^^^^^

- Update ``globus-identity-mapping`` dependency to v0.3.0

- Update ``globus-sdk`` dependency to at least 3.28.0

- Bumped parsl pinned version from ``2024.02.05`` to ``2024.3.4``
This version bump brings in following fixes:

- HTEX to support `max_workers_per_node` as a kwarg
- Better stdout/err reporting from failed tasks
- Support for detecting MISSING jobs
- Better HTEX interchange shutdown logic to avoid hung processes

Security
^^^^^^^^

- Bump ``jinja2`` dependency to 3.1.3

.. _changelog-2.14.0:

globus-compute-sdk & globus-compute-endpoint v2.14.0
Expand Down

0 comments on commit 18fc60f

Please sign in to comment.