Skip to content

Commit

Permalink
Merge pull request #930 from sirosen/release-3.23.0
Browse files Browse the repository at this point in the history
Release v3.23.0
  • Loading branch information
sirosen authored Jan 5, 2024
2 parents 44eab4c + 608ab16 commit 2b6b1cc
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
27 changes: 27 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

// scriv-insert-here

== 3.23.0 (2024-01-05)

Bugfixes:

* Fix the display of timer schedules.

* Fix the error handling when `globus gcs collection create guest` encounters a
non-session error.

Enhancements:

* Add `globus gcs collection create mapped` as a new command for creating
mapped collections

* Added a new command `globus gcs endpoint set-subscription-id` which allows
subscription managers and endpoint admins to modify the subscription ID for a
GCS endpoint.

* Added a new command `globus gcp set-subscription-id` which allows subscription
managers and collection admins to modify the subscription ID for a GCP collection.

Other:

* User timers are now referred to as "timers" rather than as "jobs".
For example, the output of `globus timer list` now shows "Timer ID"
instead of "Job ID".

== 3.22.0 (2023-12-11)

Enhancements:
Expand Down
5 changes: 0 additions & 5 deletions changelog.d/20231211_183203_kurtmckee_rename_timer_jobs.md

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions changelog.d/20231215_140223_derek_gcs_subscription_id_sc_28587.md

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/globus_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

# app name to send as part of SDK requests
app_name = f"Globus CLI v{__version__}"
Expand Down

0 comments on commit 2b6b1cc

Please sign in to comment.