Kate Goldenring
Kate Goldenring
closes https://github.com/spinkube/containerd-shim-spin/issues/111 This should be merged first and then ideally a release of the trigger cut: https://github.com/spinkube/spin-trigger-mqtt/pull/29 Adds an MQTT test which contains a deployment for an MQTT broker and...
This is a summary of a [thread](https://cloud-native.slack.com/archives/C06PC7JA1EE/p1721248525241369) from the #spinkube CNCF slack. Thank you @asteurer for discovering this issue! ## The issue Initial discovery: When running a CPU intensive spin...
When I run a spin app that requires two application variables but only provide one, the app fails to start up but nothing about the Pod events explains why: ```sh...
TCP tests were added to the conformance tests, which caught a gap in the shim: it cannot successfully run Spin apps that use TCP. When running this [Spin app](https://github.com/kate-goldenring/conformance-tests/tree/tcp-app/components/tcp-sockets), requests...
@rylev found a bug in the shim using the new conformance tests suite. For the failing conformance test, we make a request to the app containing the url for it...
This issue https://github.com/spinkube/containerd-shim-spin/issues/52 starts a conversation about supporting `spin up` flags in the shim. We can ingest these flags from the Container spec `args` array as follows: ```yaml apiVersion: apps/v1...
https://github.com/dylibso/wasi-observe redirects to https://github.com/WebAssembly/wasi-observe
Draft until support for executing only a set of components is merged in the shim: https://github.com/spinkube/containerd-shim-spin/pull/197 Spin changes: https://github.com/fermyon/spin/pull/2826.
Spin CLI added support for `spin up --component-id "foo" --component-id "bar"` to run a subset of components of a Spin app in https://github.com/fermyon/spin/pull/2826. This brings that functionality to the shim...
Simplifies release flow with a script