Skip to content

Commit aebcbb1

Browse files
committed
derive-typescript: update dependencies
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.
1 parent 99cb868 commit aebcbb1

File tree

3 files changed

+41
-34
lines changed

3 files changed

+41
-34
lines changed

crates/agent/src/integration_tests/schema_evolution.rs

-8
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ async fn test_schema_evolution() {
4545
"pre-existing": { "type": "integer" }
4646
}
4747
},
48-
// Include write schema to start, and expect that this is removed
49-
"flow://write-schema": {
50-
"$id": "flow://write-schema",
51-
"type": "object",
52-
"properties": {
53-
"id": { "type": "string" }
54-
}
55-
}
5648
},
5749
"allOf": [
5850
{"$ref": "flow://write-schema"},

crates/derive-typescript/Cargo.lock

+40-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/runtime/src/container.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const PORT_PUBLIC_LABEL_PREFIX: &str = "dev.estuary.port-public.";
1818
const PORT_PROTO_LABEL_PREFIX: &str = "dev.estuary.port-proto.";
1919

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

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

0 commit comments

Comments
 (0)