hashicorp / homebrew-tap

Homebrew Tap of HashiCorp products and tools
Mozilla Public License 2.0
129 stars 55 forks source link

Ignore variant releases overridding core versions #245

Closed dekimsey closed 1 year ago

dekimsey commented 1 year ago

This addresses the root cause behind mistakenly publishing vault's fips variants as the main version in #223, #206, and most recently, 64171e0a.

The Releases API does not allow us to filter by variant, so we hardcode the variant we are interested in. This restricts publishing to just our base variants of enterprise and OSS. Perhaps in the future we can revisit this to support homebrew publishing of our variants.

Related HREL-1

Resolves RELENG-432