Skip to content

Releases: metal-toolbox/hollow-serverservice

v0.9.4

04 Aug 19:44
c9b33c7
Compare
Choose a tag to compare

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

22 Jul 19:16
105752f
Compare
Choose a tag to compare

Changelog

105752f bug: clientIP isn't read from headers unless you start the server by calling Run() (#14)

Docker images

  • docker pull quay.io/packet/hollow:v0.9.3

v0.9.2

21 Jul 19:45
e808741
Compare
Choose a tag to compare

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

20 Jul 21:13
7ae067c
Compare
Choose a tag to compare

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

25 Jun 21:14
0638439
Compare
Choose a tag to compare

Changelog

0638439 bug: fix docker image name (#3)

Docker images

  • docker pull quay.io/packet/hollow:v0.1.1

v0.1.0

25 Jun 21:08
98361a8
Compare
Choose a tag to compare
Add goreleaser pipeline and update goreleaser to build and push docke…