Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Feb 8, 2023
1 parent 57905ba commit 3abff3d
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 58 deletions.
29 changes: 29 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

// scriv-insert-here

== 3.11.0 (2023-02-08)

## Enhancements

* Add `--policy` option to `globus session update` which takes a comma
delimited list of Globus Auth policy IDs and starts an auth flow to
meet the policies.

* Whenever an error is hit due to not meeting a Globus Auth policy, helptext
is displayed with a `globus session update` command to resolve the error.

* Support `--user-message` and `--user-message-link` for
`globus endpoint update` and `globus gcp create mapped`

## Other

* Improve the uniformity of endpoint and collection option parsing.
** The `--sharing-restrict-paths` option to `globus collection update` now
checks for invalid types (non-dict, non-null data)
** `globus endpoint update` now treats the empty string as null for the
following options: `--contact-email`, `--contact-info`,
`--default-directory`, `--department`, `--description`, `--info-link`,
and `--organization`. This behavior matches `globus collection update`.
`--no-default-directory` is still supported, but is equivalent to
`--default-directory ""`
** `globus gcp create guest` and `globus gcp create mapped` now accept
`--verify [force|disable|default]` for verification options. This replaces
`--disable-verify/--no-disable-verify`, which is now deprecated

== 3.10.1 (2022-12-06)

Bugfixes:
Expand Down
7 changes: 0 additions & 7 deletions changelog.d/20221206_163612_aaschaer_auth_policy.md

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions changelog.d/20230119_101556_kurtmckee_test_performance.md

This file was deleted.

20 changes: 0 additions & 20 deletions changelog.d/20230120_091312_kurtmckee_test_performance.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20230207_054708_sirosen_user_message_support.md

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.10.1"
__version__ = "3.11.0"

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

0 comments on commit 3abff3d

Please sign in to comment.