Skip to content

Bump globus-compute-sdk from 3.8.0 to 3.10.0 in the python-updates group#1574

Merged
jmlarson1 merged 1 commit intodevelopfrom
dependabot/pip/develop/python-updates-eed3e26031
Jul 15, 2025
Merged

Bump globus-compute-sdk from 3.8.0 to 3.10.0 in the python-updates group#1574
jmlarson1 merged 1 commit intodevelopfrom
dependabot/pip/develop/python-updates-eed3e26031

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 14, 2025

Bumps the python-updates group with 1 update: globus-compute-sdk.

Updates globus-compute-sdk from 3.8.0 to 3.10.0

Release notes

Sourced from globus-compute-sdk's releases.

3.10.0

What's Changed

Full Changelog: globus/globus-compute@3.9.0...3.10.0

3.9.0

What's Changed

Full Changelog: globus/globus-compute@3.8.0...3.9.0

Changelog

Sourced from globus-compute-sdk's changelog.

globus-compute-sdk & globus-compute-endpoint v3.10.0

Bug Fixes ^^^^^^^^^

  • Fixed the Client.stop_endpoint method to work with multi-user endpoints in addition to single-user endpoints.

Changed ^^^^^^^

  • Expanded upper bound for rich and colorama dependencies.

.. _changelog-3.9.0:

globus-compute-sdk & globus-compute-endpoint v3.9.0

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

  • Endpoint administrators now have access to information about the user's mapped identity in the user configuration template (user_config_template.yaml.j2) via the mapped_identity variable. The following fields are available:

    • mapped_identity.local.uname: Local user's username
    • mapped_identity.local.uid: Local user's ID
    • mapped_identity.local.gid: Local user's primary group ID
    • mapped_identity.local.groups: List of group IDs the local user is a member of
    • mapped_identity.local.gecos: Local user's GECOS field
    • mapped_identity.local.shell: Local user's login shell
    • mapped_identity.local.dir: Local user's home directory
    • mapped_identity.globus.id: Matched Globus identity ID

Bug Fixes ^^^^^^^^^

  • Starting a multi-user endpoint no longer prompts the user to complete multiple login flows.

Changed ^^^^^^^

  • Under the assumption that newly configured High Assurance_ (HA) endpoints will typically require audit logging, the new endpoint configuration (i.e., the :ref:configure <multi-user-configuration> subcommand) routine now sets the |audit_log_path| configuration item to a default value. (In effect, audit log functionality is now opt-out, not opt-in.)

  • Bump globus-compute-common requirement to version 0.7.1.

... (truncated)

Commits
  • a00d0ab Bump versions and collect changelog for release
  • e724402 Bump versions for alpha release
  • 263d264 Expand upper bound for rich and colorama deps
  • 450c6d8 Use V3 route in Client.stop_endpoint
  • 2c24240 Create .wci.yml (#1895)
  • 23c84e0 Consolidate and organize SDK docs
  • 574607f Merge pull request #1897 from globus/v3.9.0
  • 6b6fa52 Bump versions for release Jun 25 2025 v3.9.0
  • 07a7b00 Merge pull request #1896 from globus/release_script_tag_error
  • 8363bb6 tweak release script to handle git tag error better
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-updates group with 1 update: [globus-compute-sdk](https://github.com/globus/globus-compute).


Updates `globus-compute-sdk` from 3.8.0 to 3.10.0
- [Release notes](https://github.com/globus/globus-compute/releases)
- [Changelog](https://github.com/globus/globus-compute/blob/main/docs/changelog.rst)
- [Commits](globus/globus-compute@3.8.0...3.10.0)

---
updated-dependencies:
- dependency-name: globus-compute-sdk
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python labels Jul 14, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.97%. Comparing base (9f3f192) to head (43c797f).
⚠️ Report is 52 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1574   +/-   ##
========================================
  Coverage    76.97%   76.97%           
========================================
  Files           77       77           
  Lines         7812     7812           
  Branches      1160     1160           
========================================
  Hits          6013     6013           
  Misses        1598     1598           
  Partials       201      201           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jmlarson1 jmlarson1 merged commit 834c491 into develop Jul 15, 2025
16 checks passed
@jmlarson1 jmlarson1 deleted the dependabot/pip/develop/python-updates-eed3e26031 branch July 15, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant