danekantner
danekantner
The functionality itself seems to be working, the pattern as documented doesn't quite work, though. This should work instead: ``` unknown := tcontainer.NewMarshalMap() //setting typical text/string field's value unknown.Set("customfield_11801", "mystringvalue")...
To add to the above, to set a labels field instead it's the same syntax as if it were just a string except you provide an array: ` unknown.Set("customfield_11503", []string{"label1",...
UserService's .Find() works to return a jira user by email `testClient.User.Find("[email protected]")`
2021-08-30-00_RC00 is the newest template we can get to work, 9-13 breaks it this also coincides with the underlying SDK changing from 2.29 to 2.32 AFAIK
With no other changes apparent, it seems the 2021-10-04-00_RC00 template works better, in that it works _at all_ now; but we're still seeing now a slightly different variation of that...
Is this update included in the latest release 2022-02-07-00_RC01 or still forthcoming?
the reviewdog request doesn't seem related to this request
StackRox 4.4.0 collectors are crashing on COS GKE - failed to initialize collector kernel components
Also I can confirm on the same clusters nodes with Ubuntu 22.04 LTS as the image are working w/ 4.4.0
StackRox 4.4.0 collectors are crashing on COS GKE - failed to initialize collector kernel components
1 ) I can also confirm that _some_ GKE nodes with GCP container OS were actually working fine in 4.4.0 -- I can't really tell any differences in configuration at...
StackRox 4.4.0 collectors are crashing on COS GKE - failed to initialize collector kernel components
for the CO-RE collector crash it looks pretty good overall actually -- I upgraded another cluster and all nodes are working there. For this one, it does show OOMKilled with...