Skip to content

Commit

Permalink
Collect changelog and bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-janidlo committed Feb 22, 2024
1 parent f4ff855 commit c24df0e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 17 deletions.
14 changes: 0 additions & 14 deletions changelog.d/20240221_171528_chris_endpoint_subscription_id.rst

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.0a0"
__version__ = "2.14.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.0a0",
"globus-compute-sdk==2.14.0",
"globus-compute-common==0.3.0",
"globus-identity-mapping==0.2.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.0a0"
__version__ = "2.14.0"


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

.. scriv-insert-here
.. _changelog-2.14.0:

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

New Functionality
^^^^^^^^^^^^^^^^^

- Added support for the new Globus subscription management service. An endpoint can be
associated with a subscription group via the ``--subscription-id`` flag to
``globus-compute-endpoint configure``, or via the ``subscription_id`` option in
``config.yaml``:

.. code-block:: yaml
subscription_id: 12345678-9012-3456-7890-123456789012
engine:
type: GlobusComputeEngine
...
.. _changelog-2.13.0:

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

0 comments on commit c24df0e

Please sign in to comment.