Merged
Conversation
armv7-unknown-linux-musleabihf is a [Tier 2 without Host Tools](https://doc.rust-lang.org/beta/rustc/platform-support.html#tier-2-without-host-tools) target. That means that we should expect it to not always build, as they do not provide any guarantees that it will. Since there's already a arm-unknown-linux-gnueabihf target, I don't think it should be the end of the world if the LLVM version doesn't build - at least there's still a binary for that platform. So in order to deal with the intermittent builds, I'm making this job not block
…eabihf chore: make armv7-unknown-linux-musleabihf optional
…d-clients-to-the-new-api TOW-783 Bumping our rust and python clients
Version bump to 0.3.27
giray123
approved these changes
Sep 3, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request implements a comprehensive Tower CLI production deployment update. The changes primarily focus on updating API client models, fixing deprecated properties, and enhancing the API with new functionality around environments, plans, and email verification.
Key Changes
- API client models updated with new properties and corrected field names (e.g.,
is_confirmedreplacingis_invitation_claimed,croninstead ofcron_string) - Status code corrections across multiple endpoints (200 → 201 for creation endpoints, 200 → 204 for deletions)
- Addition of new API functionality including environment management, plan management, and feature flags
Reviewed Changes
Copilot reviewed 235 out of 237 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/tower/test_tables.py | Updated import to use standard pyarrow instead of tower.pyarrow |
| tests/tower/test_client.py | Added $link field to mock responses and corrected status codes |
| src/tower/tower_api_client/models/*.py | Extensive model updates with new fields, deprecated properties, and corrected naming |
| src/tower/tower_api_client/api/default/*.py | API endpoint updates with new parameters and corrected response handling |
| crates/tower-cmd/src/*.rs | Rust codebase updates to match new API model structure |
| pyproject.toml | Version bump and dependency updates |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Special present for Giray