Justin Chadwell
Justin Chadwell
I made a quick reproducible example, reproduces on `main` (v1), but seems to be fixed on v2-exp: ```go package main import ( "context" "os" "os/exec" tea "github.com/charmbracelet/bubbletea" ) type state...
x-linking to https://github.com/dagger/dagger/issues/7898, which is gonna be resolved by https://github.com/dagger/dagger/pull/8587. I think this is a step *torwards* `dagger upgrade` but not fully there. Does the proposed changes to the syntax...
Pushed some new helm tests that check that the port behavior works properly. While doing that, also noticed that we can't install multiple releases of a daemonset at a time,...
Honestly, once you work out where in the docs this should go, and the kind of things we should cover, we should also have similar docs for go and typescript.
Mm, agreed with @jpadams here. `-n` for "no" is too broad, I think `-M` is really neat as an inverse, and lets us be consistent if we decide to keep...
Hey @pjmagee sorry for the delay in getting to this! I think we're interested in taking this, it's a much easier way to manage for windows users. cc @jpadams `winget`...
Oops. That's not right :scream: https://github.com/dagger/dagger/blob/8aac1a62a204529ded0d9aebafdcdcb5df2397be/ci/build/builder.go#L257-L259 `buildctl` needs to exist, but it's a symlink to `dial-stdio` - this was changed *ages* ago, in https://github.com/dagger/dagger/pull/6100#issuecomment-1809271407.
Uh, it hangs until `stdin` is closed :thinking:
Think we can close this out, since we've settled on using `dagger core version` as a health check, and this is now what we use for our own helm charts...
Ahh, so I tried this - the issue is that by using build metadata, "vX+" counts as a release of "vX" (with metadata). I don't think we want that. Instead,...