You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
As a: Developer
I want: build.sh to have a pinned major version of Fabrikate to download.
So that: Fabrikate developers can release new major versions which may break backwards compatibility (e.g. Adding Helm 3 support and dropping Helm 2)
Describe the solution you'd like: Add a major version pin to the build.sh script to determine which Fabrikate version to download.
e.g. if
major = 0
then build.sh should download the latest Fabrikate binary matchingv0.x.x
.Acceptance Criteria:
Describe alternatives you've considered:
Additional context: Depending on the timeliness this gets address, we are most likely going to have a release cadence in Fabrikate such that:
v0.xx
andv1.x.x
v2.x.x
Does this require updates to documentation?:
The text was updated successfully, but these errors were encountered: