tinkerbell / hegel

Instance Metadata Service
https://tinkerbell.org
Apache License 2.0
99 stars 33 forks source link

Tag images as Major.Minor and Major #129

Closed chrisdoherty4 closed 2 years ago

chrisdoherty4 commented 2 years ago

Users sometimes only care about backward compatibility or new features. Setting up the CI to create tags that include only Major and Major.Minor will ensure they always pull the latest Minor.Patch and .Patch releases respectively.

chrisdoherty4 commented 2 years ago

Fixed with https://github.com/tinkerbell/hegel/pull/147 and https://github.com/tinkerbell/hegel/pull/150