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
ada-globus committed Dec 5, 2022
1 parent f2c8c26 commit 501df99
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 57 deletions.
55 changes: 55 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,61 @@

// scriv-insert-here

== 3.10.0 (2022-12-05)

## Bugfixes

* Fix a bug which caused `globus list-commands` not to show proper information

## Enhancements

* Add the `globus api flows` command for direct interactions with the Globus
Flows service

* Added commands for interacting with GCSv5 user credentials
* `globus endpoint user-credential list`
* `globus endpoint user-credential show`
* `globus endpoint user-credential delete`
* `globus endpoint user-credential create`
* `globus endpoint user-credential create from-json`
* `globus endpoint user-credential create posix`
* `globus endpoint user-credential create s3`

* Added `globus endpoint storage-gateway list`

* Add `globus flows delete` to delete a flow by ID

* Add a new command, `globus flows show` which displays information about a
single flow

* Add `globus flows start` as a new command for starting a flow.

* Add `globus login --flow <flow_id>` to trigger a login that asks for consent to start a flow.

* `globus ls` has improved behavior when the `--filter` and `--recursive` options
are used in combination

* directory names are not matched against the filter, allowing the operation to
traverse directories regardless of their names

* the `--filter` is still applied to filenames in all directories traversed by
the `ls` operation

* directory names can be filtered out of the text output by eliminating
lines which end in `/`

* the behaviors of `globus ls` commands with `--recursive` or `--filter`, but not
both, are unchanged

## Other

* `globus endpoint create` is now hidden and displays a deprecation warning
when used

* Support Python 3.11.

* Endpointish now uses `entity_type` for determining EntityType

== 3.9.0 (2022-10-13)

Bugfixes:
Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20221013_213932_sirosen_add_flows_api_command.md

This file was deleted.

12 changes: 0 additions & 12 deletions changelog.d/20221020_103428_aaschaer_user_credential.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20221102_023238_sirosen_add_delete_flow.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20221102_031847_sirosen_add_show_flow.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20221110_101524_kurtmckee_support_python_3_11.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20221115_111518_aaschaer_entity_type.md

This file was deleted.

16 changes: 0 additions & 16 deletions changelog.d/20221117_103859_aaschaer_recursive_filter.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20221205_180026_sirosen_bugfix_list_commands.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.9.0"
__version__ = "3.10.0"

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

0 comments on commit 501df99

Please sign in to comment.