Vaughn Dice
Vaughn Dice
**Proposal:** Enable overriding one or more 'umbrella' chart dependencies with specific sub-chart version(s) and/or sub-chart repo(s) at chart installation time. Updated `install` command might look something like: ``` $ helm...
We should add a page or section mentioning the utility of creating a `.dockerignore` file in a bundle directory. For non-trivial bundles, adding files/dirs to the .dockerignore can significantly reduce...
The following refactor-slash-feature brings the following: (refactor) - Remove extra 'layer_count' method for determining whether to employ archive layers when publishing. Instead, assemble layers assuming we won't need to use...
When I run `spin doctor` on a spin.toml with v1 syntax and convert it to v2, I notice all comments are removed in the process. Not sure how tricky it...
See https://github.com/fermyon/spin/pull/2260#issuecomment-1917860833 When bumping the Spin version for a release (seen recently in https://github.com/fermyon/spin/pull/2260), the Lint check failed with: ``` ... M tests/test-components/components/Cargo.lock Git working tree dirtied by lints. Run...
Seeing sporadic `integration_tests::test_wasi_http_double_echo` test failures; recently in https://github.com/fermyon/spin/actions/runs/6724485363/job/18276859959?pr=2022 (unrelated PR). I say sporadic because it has hit another PR and a rerun of the job was successful. Race condition? Error...
It looks like most or all of the test apps under [tests](https://github.com/fermyon/spin/tree/main/tests) still use manifest v1. Let's migrate the bulk to v2. We'll still want some v1 variants to verify...
Explore configuring an [entrypoint](https://github.com/opencontainers/image-spec/blob/main/config.md) in the OCI config file for a Spin app. Originally from https://github.com/fermyon/spin/pull/1882#discussion_r1377004250: > Spin currently ignores this value, runwasi parses it and sends to the shim...
The first fix for https://github.com/fermyon/spin/issues/1787 used the following easy-mode algorithm to bundle multiple data files into a given layer assuming the application layer count would otherwise exceed a maximum (500...
Closes https://github.com/fermyon/spin-kitchensink/issues/7 Sample run from fork: https://github.com/vdice/spin-kitchensink/actions/runs/4801871059/jobs/8544630653 As a follow-up, we can test the app via appropriate endpoints (https://github.com/fermyon/spin-kitchensink/issues/26). Some SDK updates will be required beforehand or in tandem.