Releases: metal-toolbox/hollow-serverservice
v0.9.4
Changelog
c9b33c7 feat: APIs to manage server attributes [DEL-440] (#18)
e0193db feat: Add pagination information to list pages [DEL-437] (#17)
77540d8 feat: Add versioned attributes to server components. Allow server filtering by components and their (versioned) attributes. [DEL-470] (#15)
2b7d1ac feat: Allow server list filtering by the existance of (versioned) attributes namespace or keys [DEL-439] (#16)
Docker images
docker pull quay.io/packet/hollow:v0.9.4
v0.9.3
v0.9.2
Changelog
b11eeb5 bug: fixes 500 response when no auth header is providers (#9)
e808741 bug: goreleaser needs to pass the db migration files to the docker container (#13)
2dc744e bug: prod environment learnings (#10)
1dca31c feat: Add pagination to api, no longer soft delete hardware (#11)
5a787ac feat: Use database migrations instead of migrating based on gorm. Rename hardware to servers (#12)
Docker images
docker pull quay.io/packet/hollow:v0.9.2
v0.9.0
Changelog
f2d7e6d feat (DEL-213): Add hardware components and wire up attributes in the db model (#4)
4e037e0 feat: Add API and Client methods for managing hardware, hardware components, and attributes [DEL-213] (#6)
7ae067c feat: Add JWT Auth to the server [DEL-146] (#8)
d1947e1 feat: Remove BIOSConfig and add VersionedAttributes (DEL-349) (#7)
Docker images
docker pull quay.io/packet/hollow:v0.9.0
v0.1.1
v0.1.0
Add goreleaser pipeline and update goreleaser to build and push docke…