Skip to content

Release candidate: v1.85.0#5392

Merged
siddhartha-quad merged 54 commits intomainfrom
release-candidate
Mar 25, 2026
Merged

Release candidate: v1.85.0#5392
siddhartha-quad merged 54 commits intomainfrom
release-candidate

Conversation

@siddhartha-quad
Copy link
Copy Markdown
Contributor

Release candidate: v1.85.0

Submission Checklist

NOTE: Community submissions can take up to 2 weeks to be reviewed.

Please take the following actions before submitting this pull request.

  • Fork your PR branch from the Toolkit "develop" branch (not main)
  • Test all changes with pre-commit in a local branch #
  • Confirm that "make tests" passes all tests
  • Add or modify unit tests to cover code changes
  • Ensure that unit test coverage remains above 80%
  • Update all applicable documentation
  • Follow Cluster Toolkit Contribution guidelines #

sarthakag and others added 30 commits January 5, 2026 10:12
Bumps [crispy-bootstrap5](https://github.com/django-crispy-forms/crispy-bootstrap5) from 2025.6 to 2026.3.
- [Release notes](https://github.com/django-crispy-forms/crispy-bootstrap5/releases)
- [Changelog](https://github.com/django-crispy-forms/crispy-bootstrap5/blob/main/CHANGELOG.md)
- [Commits](django-crispy-forms/crispy-bootstrap5@2025.6...2026.3)

---
updated-dependencies:
- dependency-name: crispy-bootstrap5
  dependency-version: '2026.3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v2.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 7.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aslam <aslmohammad@google.com>
Co-authored-by: laveen <laveenekka@google.com>
…5299)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aslam <aslmohammad@google.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aslam <aslmohammad@google.com>
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.11.0...2.12.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-version: 2.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: laveen <laveenekka@google.com>
@siddhartha-quad siddhartha-quad added the release-chore To not include into release notes label Mar 24, 2026
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on preparing for the v1.85.0 release by updating various internal and external dependencies, enhancing the toolkit's dependency management system, and introducing new features for Google Cloud Storage. It also includes improvements to Slurm topology generation, GKE cluster configurations, and overall test suite robustness, ensuring a more stable and feature-rich toolkit.

Highlights

  • Automated Dependency Management: Introduced a new system for automatically downloading and managing terraform and packer binaries, including version pinning and checksum verification. This simplifies setup and ensures consistent tool versions across environments.
  • Version Update: The toolkit's version has been updated to v1.85.0 across the codebase, including the main CLI, Terraform module metadata, and various Python package dependencies.
  • Enhanced GCS Bucket Functionality: Added support for the RAPID storage class and placement_zones in Google Cloud Storage buckets, enabling high-performance zonal storage and Anywhere Cache integration. A new example blueprint rapid-storage-slurm.yaml demonstrates this feature.
  • Improved Slurm Topology Generation: Refined the Slurm topology generation logic to include unique block UUIDs and added comprehensive docstrings for better clarity and maintainability.
  • GKE Cluster DNS Configuration Update: Changed the default cluster_dns provider for GKE clusters from PROVIDER_UNSPECIFIED to KUBE_DNS.
  • Terraform Provider Version Range Update: Updated the supported version range for Google and Google-beta Terraform providers to >= 6.9.0, <= 7.23.0.
  • Robustness Improvements in Daily Tests: Added the --robust flag to gcluster destroy commands in daily integration tests, enhancing the reliability of cleanup operations.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new release, v1.85.0. The changes include significant new features like automatic dependency management for Terraform and Packer, support for GCS RAPID storage and Anywhere Cache, and support for Future Reservations in GKE. There are also numerous improvements to tests, documentation, and release scripts, along with dependency and module version bumps. The overall quality of the changes is high. I have one medium-severity suggestion regarding context propagation in the validator code.

siddhartha-quad and others added 3 commits March 24, 2026 11:25
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@siddhartha-quad siddhartha-quad marked this pull request as ready for review March 25, 2026 03:27
@siddhartha-quad siddhartha-quad requested review from a team and samskillman as code owners March 25, 2026 03:27
Neelabh94
Neelabh94 previously approved these changes Mar 25, 2026
vikramvs-gg
vikramvs-gg previously approved these changes Mar 25, 2026
@kvenkatachala333 kvenkatachala333 dismissed stale reviews from vikramvs-gg and Neelabh94 via eed7b09 March 25, 2026 05:35
@siddhartha-quad siddhartha-quad merged commit c005d24 into main Mar 25, 2026
20 of 81 checks passed
@aslam-quad aslam-quad deleted the release-candidate branch March 26, 2026 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-chore To not include into release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.