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 the protocol
changes from 552f6c0.

Also updates the CONNECTOR_INIT_IMAGE reference to do the same.
  • Loading branch information
williamhbaker committed Dec 12, 2024
1 parent d22812d commit eb0047a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 34 deletions.
77 changes: 44 additions & 33 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.3.11-60-gfc3f40ac5";
const CONNECTOR_INIT_IMAGE: &str = "ghcr.io/estuary/flow:v0.5.7-119-g552f6c0ee2";
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 eb0047a

Please sign in to comment.