Skip to content

Release Candidate v1.100.0 - #6124

Merged
siddhartha-quad merged 44 commits into
mainfrom
release-candidate-v1.100.0
Aug 13, 2026
Merged

Release Candidate v1.100.0#6124
siddhartha-quad merged 44 commits into
mainfrom
release-candidate-v1.100.0

Conversation

@siddhartha-quad

@siddhartha-quad siddhartha-quad commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Release candidate: v1.100.0

sudheer-quad and others added 30 commits August 4, 2026 18:37
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 50.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@48.0.1...50.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 50.0.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@49.0.0...50.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 50.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Aslam <aslmohammad@google.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 50.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@48.0.1...50.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 50.0.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 50.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@48.0.1...50.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 50.0.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [setuptools](https://github.com/pypa/setuptools) from 82.0.1 to 83.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v82.0.1...v83.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 83.0.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ont-end/ofe/infrastructure_files/gcs_bucket/webserver (#6082)
@siddhartha-quad siddhartha-quad added the release-chore To not include into release notes label Aug 11, 2026
@siddhartha-quad
siddhartha-quad marked this pull request as ready for review August 11, 2026 12:11
@siddhartha-quad
siddhartha-quad requested a review from a team as a code owner August 11, 2026 12:11
@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 serves as a release candidate for the Cluster Toolkit, introducing significant improvements to GKE job orchestration and CI/CD testing workflows. The changes include enhanced flexibility for GKE job submissions, modernized daily test pipelines using Kueue, and the standardization of authentication protocols for Slurm deployments. Documentation has been extensively updated to reflect these operational changes.

Highlights

  • GKE Job Submission Enhancements: Added support for custom GKE manifest templates and namespace targeting via the --gke-namespace flag, along with a new gke-template-extract command.
  • CI/CD Infrastructure Overhaul: Refactored daily test pipelines to utilize GKE Kueue jobs, improving test reliability and resource management.
  • Slurm Authentication Standardization: Removed the enable_slurm_auth variable across blueprints, transitioning to Slurm Native Authentication as the standard.
  • Dependency and Version Updates: Updated module versions to v1.100.0 and bumped dependencies including cryptography and setuptools.
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 the 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 counterproductive. 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.

@siddhartha-quad siddhartha-quad self-assigned this Aug 11, 2026
@siddhartha-quad siddhartha-quad changed the title Release Candidate Release Candidate v1.100.0 Aug 11, 2026

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

Copy link
Copy Markdown
Contributor

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 GKE namespace targeting across all job commands, support for custom GKE manifest templates, and a new gke-template-extract command. It also updates various blueprints and documentation to reflect the deprecation of MUNGE-based authentication in favor of Slurm Native Authentication, and migrates daily integration tests to run inside GKE Kueue jobs. A code improvement was suggested for getCurrentNamespace to initialize the Kubernetes client dynamically when it is nil, avoiding silent fallbacks and redundant checks.

Comment thread pkg/orchestrator/gke/gke_job_orchestrator.go
@siddhartha-quad
siddhartha-quad marked this pull request as draft August 11, 2026 12:31
@siddhartha-quad
siddhartha-quad marked this pull request as ready for review August 13, 2026 04:37
@siddhartha-quad
siddhartha-quad merged commit b0b3cae into main Aug 13, 2026
84 of 106 checks passed
@aslam-quad
aslam-quad deleted the release-candidate-v1.100.0 branch August 17, 2026 03:25
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.