Skip to content

Commit

Permalink
derive-typescript: update dependencies
Browse files Browse the repository at this point in the history
Updates the flow dependency for derive-typescript to bring in various
protocol extensions.

Also updates the CONNECTOR_INIT_IMAGE reference to do the same.

Finally, clean up a lingering `agent` test fixture.
  • Loading branch information
jgraettinger committed Feb 14, 2025
1 parent 99cb868 commit aebcbb1
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 34 deletions.
8 changes: 0 additions & 8 deletions crates/agent/src/integration_tests/schema_evolution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ async fn test_schema_evolution() {
"pre-existing": { "type": "integer" }
}
},
// Include write schema to start, and expect that this is removed
"flow://write-schema": {
"$id": "flow://write-schema",
"type": "object",
"properties": {
"id": { "type": "string" }
}
}
},
"allOf": [
{"$ref": "flow://write-schema"},
Expand Down
65 changes: 40 additions & 25 deletions crates/derive-typescript/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/runtime/src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const PORT_PUBLIC_LABEL_PREFIX: &str = "dev.estuary.port-public.";
const PORT_PROTO_LABEL_PREFIX: &str = "dev.estuary.port-proto.";

// TODO(johnny): Consider better packaging and versioning of `flow-connector-init`.
const CONNECTOR_INIT_IMAGE: &str = "ghcr.io/estuary/flow:v0.5.10-54-g93a4078d44";
const CONNECTOR_INIT_IMAGE: &str = "ghcr.io/estuary/flow:v0.5.10-62-g99cb868608";
const CONNECTOR_INIT_IMAGE_PATH: &str = "/usr/local/bin/flow-connector-init";

/// Determines the protocol of an image. If the image has a `FLOW_RUNTIME_PROTOCOL` label,
Expand Down

0 comments on commit aebcbb1

Please sign in to comment.