Skip to content

Orion version bump#171

Merged
dawid-nowak merged 1 commit intomainfrom
dawid.nowak/orion_version_bump
Mar 2, 2026
Merged

Orion version bump#171
dawid-nowak merged 1 commit intomainfrom
dawid.nowak/orion_version_bump

Conversation

@dawid-nowak
Copy link
Member

@dawid-nowak dawid-nowak commented Mar 2, 2026

Bumping version to 0.2.0

Signed-off-by: Dawid Nowak <nowakd@gmail.com>
Copilot AI review requested due to automatic review settings March 2, 2026 10:44
@kmesh-bot kmesh-bot requested a review from hzxuzhonghu March 2, 2026 10:44
@kmesh-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from dawid-nowak. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gemini-code-assist
Copy link
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 a coordinated version bump for the Orion project, advancing its core components and several internal crates from 0.1.0 to 0.2.0. Concurrently, it updates a substantial number of third-party dependencies to their latest available versions, ensuring the project benefits from recent bug fixes, performance improvements, and new features from its underlying libraries. This comprehensive update aims to maintain the project's health and compatibility within the broader Rust ecosystem.

Highlights

  • Orion Project Version Bump: The main Orion project, orion-proxy, has been updated from version 0.1.0 to 0.2.0 in Cargo.toml.
  • Internal Crate Version Updates: Several internal orion-* crates, including envoy-data-plane-api, hyper_unix_listener, orion-configuration, orion-data-plane-api, orion-error, orion-format, orion-interner, orion-lib, orion-metrics, orion-proxy, and orion-xds, have also been bumped from 0.1.0 to 0.2.0.
  • Dependency Updates: Numerous third-party dependencies across the project have been updated to their latest patch or minor versions, ensuring the use of more recent and potentially more stable or performant library versions. Key updates include anyhow (1.0.101 -> 1.0.102), arc-swap (1.8.1 -> 1.8.2), aws-lc-rs (1.15.4 -> 1.16.0), bitflags (2.10.0 -> 2.11.0), chrono (0.4.43 -> 0.4.44), clap (4.5.58 -> 4.5.60), futures and related crates (0.3.31 -> 0.3.32), js-sys (0.3.85 -> 0.3.91), libc (0.2.181 -> 0.2.182), linux-raw-sys (0.11.0 -> 0.12.1), moka (0.12.13 -> 0.12.14), rustix (1.1.3 -> 1.1.4), rustls (0.23.36 -> 0.23.37), security-framework (3.5.1 -> 3.7.0), syn (2.0.115 -> 2.0.117), tempfile (3.25.0 -> 3.26.0), tonic and related crates (0.14.3 -> 0.14.5), unicode-ident (1.0.23 -> 1.0.24), uuid (1.20.0 -> 1.21.0), wasm-bindgen and related crates (0.2.108 -> 0.2.114), web-sys (0.3.85 -> 0.3.91), and zerocopy (0.8.39 -> 0.8.40).
  • Dependency Removal: The pin-utils dependency was removed from futures-util.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • Cargo.lock
    • Updated versions and checksums for numerous direct and transitive dependencies.
    • Removed pin-utils as a dependency for futures-util.
  • Cargo.toml
    • Updated the version field for the orion-proxy package from 0.1.0 to 0.2.0.
Activity
  • No human activity has been recorded on this pull request yet.
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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

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
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 bumps the version of the Orion project and its dependencies. The main project version is updated from 0.1.0 to 0.2.0 in Cargo.toml, which applies to all workspace crates. While the dependency updates in Cargo.lock are expected, there is a discrepancy between the version bump in the code (0.2.0) and the one mentioned in the pull request description (2.0.0). I have added a comment to address this potential versioning confusion.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Orion workspace/package version and refreshes the resolved dependency set in Cargo.lock.

Changes:

  • Bumps the workspace package version in Cargo.toml from 0.1.0 to 0.2.0.
  • Updates Cargo.lock, including workspace crate versions and multiple third-party dependency versions.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
Cargo.toml Updates the workspace package version used by member crates.
Cargo.lock Regenerates/updates the lockfile, changing both internal crate versions and numerous external dependencies.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dawid-nowak dawid-nowak merged commit 7a0f06a into main Mar 2, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants