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

[FEATURE] Use v1beta1 APIs Only #294

Open
1 task done
Tracked by #259
adambkaplan opened this issue Jan 9, 2025 · 0 comments
Open
1 task done
Tracked by #259

[FEATURE] Use v1beta1 APIs Only #294

adambkaplan opened this issue Jan 9, 2025 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@adambkaplan
Copy link
Member

adambkaplan commented Jan 9, 2025

Is there an existing feature request for this?

  • I have searched the existing feature requests

Is your feature request related to a problem or use-case? Please describe.

The shp CLI currently uses the v1alpha1 API for all its calls. In order to stop serving the v1alpha1 API, all clients must migrate to the v1beta1 API.

Describe the solution that you would like.

Use the v1beta1 API for all calls. This may require us to deprecate CLI commands or flags/options that rely exclusively on the v1alpha1 API.

Describe alternatives you have considered.

Keep using the v1alpha1 API - this isn't a good long term option. It also blocks us from adopting new features that land in the v1beta1 API only.

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
Status: No status
Development

No branches or pull requests

1 participant