Skip to content

Halyard 0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@lwander lwander released this 01 Feb 22:33
· 1715 commits to master since this release
Refactor naming of components (#89)

This clears up the abstraction quite a bit. The model now looks like
this:

There are a number of Artifacts (like a docker image or debian), which
each expose an Endpoint (like the Clouddriver REST interface), and can
be extended via a Profile (like gate-googleOAuth.yml). Previously these
were all named "component", making things needlessly confusing.