pivotal-cf / kiln

Kiln helps you maintain product tiles for VMware Tanzu Operations Manager.
Apache License 2.0
30 stars 20 forks source link

Exclude buildpacks and stacks while glazing #467

Closed pvaramballypivot closed 9 months ago

cf-gitbot commented 10 months ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

crhntr commented 10 months ago

This functionality is already supported by the "AlwaysFloat" field.

See: https://pkg.go.dev/github.com/pivotal-cf/kiln@v0.89.0/pkg/cargo#BOSHReleaseTarballSpecification Unfortunately the field documentation (that I probably wrote) is worded really awkwardly. We should fix it.

Add the field always_float to the releases in your Kilnfile that you want glaze to skip.

pvaramballypivot commented 10 months ago

@crhntr I look through the AlwaysFloat. It wasn't clear that we could use it per release. Il take a look at it. Thanks.

pvaramballypivot commented 9 months ago

Closing this as we changed the approach we want to take.