Skip to content

proto: move ateenv proto definitions from v1 to v1alpha - #55

Merged
Jaana Dogan (rakyll) merged 2 commits into
mainfrom
proto2
Sep 4, 2026
Merged

proto: move ateenv proto definitions from v1 to v1alpha#55
Jaana Dogan (rakyll) merged 2 commits into
mainfrom
proto2

Conversation

@rakyll

Copy link
Copy Markdown
Collaborator

Move protobuf definitions from proto/ateenv/v1 to proto/ateenv/v1alpha and update package to ateenv.v1alpha to reflect the alpha status of the API.

  • Relocate proto/ateenv/v1/{env,guest}.proto to proto/ateenv/v1alpha/
  • Update package declaration and go_package options to v1alpha
  • Regenerate Go and Python protobuf/gRPC stubs
  • Update Go imports, package references, and tests to ateenvv1alpha
  • Update Python SDK stubs, imports, tests, and stub generation script
  • Update proto references and grpcurl examples in documentation

Fixes #45

Move protobuf definitions from proto/ateenv/v1 to proto/ateenv/v1alpha
and update package to ateenv.v1alpha to reflect the alpha status of the API.

- Relocate proto/ateenv/v1/{env,guest}.proto to proto/ateenv/v1alpha/
- Update package declaration and go_package options to v1alpha
- Regenerate Go and Python protobuf/gRPC stubs
- Update Go imports, package references, and tests to ateenvv1alpha
- Update Python SDK stubs, imports, tests, and stub generation script
- Update proto references and grpcurl examples in documentation

Fixes #45
@rakyll
Jaana Dogan (rakyll) merged commit 813bec0 into main Sep 4, 2026
6 checks passed
@rakyll
Jaana Dogan (rakyll) deleted the proto2 branch September 4, 2026 19:01
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.

Move the proto files from proto/ateenv/v1 to proto/ateenv/v1alpha

2 participants