sapcc / go-api-declarations

Reusable declarations for Go types appearing in our APIs
Apache License 2.0
3 stars 0 forks source link

[WIP] Generalize helmevent to tensoevent #13

Closed SchwarzM closed 1 year ago

SchwarzM commented 1 year ago

i need to add terraform runs to the tenso events and want to use the concourse release resources

i moved the helmevent package into tensoevent and made the helm releases field nullable. i then added the TFRelease struct and it's dependencies to it.

majewsky commented 1 year ago

@SchwarzM To avoid having to do multiple point releases of this change, I suggest that you work with go get -u github.com/sapcc/go-api-declarations@main in concourse-release-resource until your changes there are complete. Then when the format has settled there, I will cut a release over here and adjust the other downstreams (Tenso, Hubcopter, etc.).