Release candidate: v1.88.0#5499
Conversation
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.16.5 to 5.17.1. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.16.5...v5.17.1) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…n /community/front-end/ofe (#5441)
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/go-jose/go-jose/releases) - [Commits](go-jose/go-jose@v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v4 dependency-version: 4.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Vivek Vikram Singh <vikramvs@google.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Siddhartha <stamatam@google.com> Co-authored-by: saara-tyagi27 <saaratyagi@google.com> Co-authored-by: Dominik Rabij <dominikrabij@google.com> Co-authored-by: Aslam <aslmohammad@google.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vivek Vikram Singh <vikramvs@google.com> Co-authored-by: Shubham Pal <shubpal@google.com> Co-authored-by: agrawalkhushi18 <agrawalkhushi@google.com> Co-authored-by: parulbajaj01 <parulbajaj@google.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.6 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.6...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django](https://github.com/django/django) from 6.0.3 to 6.0.4. - [Commits](django/django@6.0.3...6.0.4) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Adds --add-creator-label flag to gcluster expand/create/deploy. Detects username via gcloud auth list or shell environment. Defaults to true for @google.com accounts.
Summary of ChangesHello, 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 prepares the repository for the v1.88.0 release. It introduces significant enhancements to the toolkit's infrastructure, including a new telemetry system for usage analytics, improved machine configuration handling for compute modules, and more robust Helm release management. Additionally, it includes updates to CI/CD test playbooks and minor dependency updates. Highlights
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
Code Review
This pull request updates the Cluster Toolkit to version v1.88.0, introducing a telemetry system for usage metrics, user configuration management via Firestore, and automated injection of creator labels and machine configurations. It also refactors the kubectl-apply module for deterministic Helm release names and adds support for GKE auto-monitoring scopes. Feedback highlights the need to respect user privacy settings in the telemetry execution, optimize blueprint parsing to reduce overhead during command execution, and refactor duplicated logic in benchmark scripts to improve maintainability.
Release candidate: v1.88.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.