Results 91 issues of Vaughn Dice

Add test automation to `spin up` this app and verify requests to the appropriate endpoints return the expected resp codes/data.

Each component appears to have a Makefile with a `build` target. We can utilize these on `spin build` if we add the appropriate `[component.build]` configuration for each component in the...

good first issue

In order for the go-based components in this example to function properly with the latest version of Spin (v1.1.0 as of writing), their SDKs need to be updated.

good first issue

The C# and F# examples in this repo can be updated to use https://github.com/fermyon/spin-dotnet-sdk.

Now that the [Spin Python SDK](https://github.com/fermyon/spin-python-sdk) is out, the [Python example](https://github.com/fermyon/spin-kitchensink/tree/main/python-hello) in this repo is eligible to be updated.

* Update the manifest to v2 * Update the redirect module to [v0.1.0](https://github.com/fermyon/spin-redirect/releases/tag/v0.1.0) - [x] Depends on https://github.com/fermyon/bartholomew/pull/185

For the local installer scenario, the `lookup` method for fetching the bindle-server binary grabs the checked-in linux/amd64 build when the os is linux: https://github.com/fermyon/installer/blob/0482aa0800b9de8039efe25c4b4341aa03608aa8/local/job/bindle.nomad#L61-L63 This causes errors for linux/aarch64 environments....

bug

Now that Spin [uses OCI registries](https://developer.fermyon.com/spin/distributing-apps) as its preferred mode of app distribution, installer scenarios should transition away from Bindle and use an OCI registry instead. In the [local installer](https://github.com/fermyon/installer/tree/main/local)...

A follow-up to https://github.com/fermyon/installer/pull/100. Currently, the [AWS multi-node](https://github.com/fermyon/installer/tree/main/aws/terraform/multiple-nodes) installer scenario selects one instance to serve all request traffic. We'd like to load balance requests across all instances in the cluster...

Missed some needed docs updates with changes made in https://github.com/deislabs/example-bundles/pull/95

review