Tamal Saha
Tamal Saha
/cc: @ashiquzzaman33, @sadlil
Thanks for the quick response. We are looking to use Kodiak with free GitHub org repos. > Kodiak needs this information Kodiak to know - if a branch is out...
I have the same issue and came across this alternative action: https://github.com/softprops/action-gh-release
https://github.com/github/hub
We are also seeing the same issue. Here is a stack trace: ``` panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address...
This was fixed in https://github.com/golang/go/issues/48238#issuecomment-917321536 After updating the versions, our tests are passing. Thanks!
Thanks for the confirmation. Something else is also broken between `v3.3.0` (working) and `v3.3.2`. I am running the following command: ``` yq r api/crds/installer.voyagermesh.com_voyageroperators.v1.yaml spec.versions[0].schema.openAPIV3Schema.properties.spec > /tmp/voyager-values.openapiv3_schema.yaml ``` You can...
Looks like go-yaml decided to not fix the issue, rather just document it. :disappointed:
I suppose https://github.com/go-openapi/spec3 will be needed first.
@hangll , on your server side, you could check for fields that have values set (aka, non-default value) and then only update those. That is what we do for our...