You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add get cluster type ([#2792](https://github.com/kurtosis-tech/kurtosis/issues/2792)) ([3548179](https://github.com/kurtosis-tech/kurtosis/commit/3548179e33c5506c9c85cd32508b33eefd841fe9))
9
+
* add k8s pod ip env var ([#2791](https://github.com/kurtosis-tech/kurtosis/issues/2791)) ([17e97d6](https://github.com/kurtosis-tech/kurtosis/commit/17e97d6c6aa34aba465321bbab4be83faf108f22))
10
+
* tolerations and node selectors on tasks ([#2788](https://github.com/kurtosis-tech/kurtosis/issues/2788)) ([3b3c90c](https://github.com/kurtosis-tech/kurtosis/commit/3b3c90c065236977b903104a63cdc98b5dfaa7ca))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
***docs:** typo in CLI docs `--cli-level-log` ->`--cli-log-level` ([#2757](https://github.com/kurtosis-tech/kurtosis/issues/2757)) ([99ed25d](https://github.com/kurtosis-tech/kurtosis/commit/99ed25d1802e0da484572e127daaf76f20926207))
16
+
* dont kill container ([#2780](https://github.com/kurtosis-tech/kurtosis/issues/2780)) ([d6df15b](https://github.com/kurtosis-tech/kurtosis/commit/d6df15b5b5a3b2537f8c066c92bc37fc8d2dcc2c))
17
+
* in `GetFullServiceConfigStarlark` use `MinMillicpus` instead of `MaxMemory` ([#2760](https://github.com/kurtosis-tech/kurtosis/issues/2760)) ([f30f1f8](https://github.com/kurtosis-tech/kurtosis/commit/f30f1f868b68a19f47a17c7442246047cbbf96d3))
Copy file name to clipboardExpand all lines: api/typescript/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "kurtosis-sdk",
3
3
"//": "NOTE: DO NOT UPDATE THIS VERSION MANUALLY - IT WILL BE UPDATED DURING THE RELEASE PROCESS!",
4
-
"version": "1.10.1",
4
+
"version": "1.11.0",
5
5
"main": "./build/index",
6
6
"description": "This repo contains a Typescript client for communicating with the Kurtosis Engine server, which is responsible for creating, managing and destroying Kurtosis Enclaves.",
Copy file name to clipboardExpand all lines: container-engine-lib/lib/backend_impls/docker/docker_kurtosis_backend/docker_kurtosis_backend_api_container_functions.go
returnnil, stacktrace.NewError("Couldn't parse bridge network IP address string '%v' to an IP", bridgeNetworkIpAddrStr)
507
+
}
508
+
} else {
509
+
logrus.Debugf("Received empty bridge network IP address for API container '%v' when attempting to convert to APIC info to object. This APIContainer is likely not connected to the bridge network.", containerId)
0 commit comments