Vaughn Dice
Vaughn Dice
- Update the www.fermyon.dev website to redirect to https://developer.fermyon.com (https://github.com/fermyon/installer/commit/fce25ea5db81710c961ce6acb4933cbefe23d735) - Remove the older docs content (https://github.com/fermyon/installer/commit/70632a682ad9853a9ff592310040c80dde7d7968)
The `spin-test` make target is currently failing with: ``` error: failed to compose Spin app, test, and virtualized Spin environment Caused by: 0: failed to encode composition 1: encoding produced...
Depends on https://github.com/spinkube/spin-operator/pull/363 (will rebase after that one is merged) Updates the metrics server endpoint to use certs generated by cert-manager; ref https://github.com/spinkube/spin-operator/pull/363#discussion_r1909368785 I was naively expecting that we could...
Wondering if the following feature might be considered: Support creating the specified container (`container_name`) if it doesn't already exist, perhaps via an opt-in bit of configuration. Otherwise, I need to...
Refactor https://github.com/spinframework/spin-operator/blob/main/.github/workflows/sample-apps.yaml to support building apps on PRs. (But not attempting to push them; meanwhile we'll want to continue doing both build/push on merges to main.)
Adds a workflow to run FOSSA scans for this project (ref https://github.com/orgs/spinframework/projects/2/views/1?pane=issue&itemId=95403677) Supersedes https://github.com/spinframework/spin/pull/3137 to test workflow from branch on origin.
A follow-up to https://github.com/spinframework/spin/pull/3138 which added a [FOSSA](https://fossa.com/) check to CI. The check is running successfully but it does encounter errors attempting to check some template apps under `templates/` which...
Seeing the vault_config_provider integration test failing recently, but [seemingly not for every run](https://github.com/spinframework/spin/actions/workflows/build.yml). Sample failure from a [recent 'all-integration-tests' run](https://github.com/spinframework/spin/actions/runs/14206140116/job/39804691776): ``` Error: Expected status 200 for / but got 500...