Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove is_trusted argument from APIs #1405

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Conversation

marius-baseten
Copy link
Contributor

🚀 What

💻 How

🔬 Testing

Copy link
Collaborator

@squidarth squidarth left a comment

Choose a reason for hiding this comment

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

thanks

@marius-baseten marius-baseten merged commit d5f1794 into main Feb 20, 2025
5 checks passed
@marius-baseten marius-baseten deleted the marius/nuketrusted branch February 20, 2025 17:11
@@ -1167,7 +1167,7 @@ def push(
tr.spec.config.write_to_yaml_file(tr.spec.config_path, verbose=False)

# Log a warning if using --trusted.
if trusted:
if trusted is not None:
Copy link
Collaborator

@squidarth squidarth Feb 21, 2025

Choose a reason for hiding this comment

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

@marius-baseten I don't think this is right -- the click option automatically sets the value to False. Let's leave this how it was.

This causing us to see "[DEPRECATED] --trusted option is deprecated and no longer needed" on any push, even if it's not supplied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants