Skip to content

Update Substrate dependency and switch ingress routing to target-actor-target - #63

Merged
Shruti Nair (SHRUTI6991) merged 6 commits into
mainfrom
fix3
Sep 11, 2026
Merged

Update Substrate dependency and switch ingress routing to target-actor-target#63
Shruti Nair (SHRUTI6991) merged 6 commits into
mainfrom
fix3

Conversation

@rakyll

@rakyll Jaana Dogan (rakyll) commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator
  • Update github.com/agent-substrate/substrate to 0b3d2d078f64

  • Update gRPC routing between ate-env-api, ate client, and atenet router to use
    the TargetActorHeader ("ate-target-actor") rather than Host/authority headers

  • Update test fakes (fakecontrol and fakerouter) to support the new snapshot format
    and TargetActorHeader routing

  • Update README quickstart with latest verified image digests for ate-env-api,
    ate-env-guest, and ateom-gvisor

  • Remove unnecessary poolLabels.

    Fixes Align with the new Substrate routing header #62.

Update default ActorTemplate name and default atespace across the API service,
CLI tools, SDKs, and proto definitions:
- Change default atespace from "default" to "ate-env"
- Change default template name from "default-env" to "default-template"

- Update DefaultTemplate and DefaultAtespace constants in internal/apiservice and internal/ate
- Update CLI flag defaults and template generator in cmd/ate-env
- Update proto comments and regenerate Go and Python protobuf stubs
- Update Python SDK DEFAULT_ATESPACE constant, docstrings, fakes, and tests
- Update Go client and server test suites to reflect the new defaults
- Update documentation and README references
…r header

- Update github.com/agent-substrate/substrate to 0b3d2d078f64
- Update gRPC routing between ate-env-api, ate client, and atenet router to use
  the TargetActorHeader ("ate-target-actor") rather than Host/authority headers
- Propagate template labels to WorkerPool spec.template.labels in generated manifests
- Update test fakes (fakecontrol and fakerouter) to support the new snapshot format
  and TargetActorHeader routing
- Update README quickstart with latest verified image digests for ate-env-api,
  ate-env-guest, and ateom-gvisor

  Fixes #62.
Comment thread internal/internaltest/fakerouter/fakerouter.go Outdated
@SHRUTI6991
Shruti Nair (SHRUTI6991) merged commit ab40c7b into main Sep 11, 2026
7 checks passed
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.

Align with the new Substrate routing header

3 participants