Daniel Sanche

Results 48 comments of Daniel Sanche

Closing this and other `kind/improvement` issues as we attempt to move the project into a stable maintenance state

We should use `~=` to pin versions: https://www.terraform.io/docs/language/expressions/version-constraints.html#version-constraint-syntax

We added the pins in v0.7.2. We should still consider using `~=`, and we should do more research to make sure we didn't miss anything. Dropping from p1 to p3

related issue: https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/issues/453

mathieu-benoit gave some suggestions on how to improve ASM [installation here](cloud-ops-sandbox-385260655): - Use the [ASM TF Module](https://github.com/GoogleCloudPlatform/anthos-service-mesh-samples/blob/main/docs/terraform-asm-mcp/main.tf) to remove the need of the `asmcli` bin - The Ingress Gateway, based...

It's not a headless browser session, but I added `sandboxctl test` in [this PR](https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/pull/932), which should help in running tests against true Cloud Shell environments

I've implemented one [here](https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/tree/36902b652d8fad3da96be5591164c74934031e14/tests/recipes)

This should be done as part of https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/issues/754

There seems to be a [Cloud Shell gRPC API](https://cloud.google.com/shell/docs/reference/rpc/google.cloud.shell.v1alpha1#google.cloud.shell.v1alpha1.CloudShellService.StartEnvironment) available that could be useful for this. But it doesn't seem like any client libraries are available, and the HTTP version...

Hmm, it seems like it's saying it can't find the configured base branch, [which should be develop](https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/blob/62b12c8f74d7e9d6b242fe1a3d18f7f343fcb00f/renovate.json#L33)? I'm not sure why that would be I'm not too familiar with the...