Skip to content

Releases: metal-toolbox/hollow-metadataservice

v0.0.7

18 Nov 18:17
Compare
Choose a tag to compare

Changelog

  • d198972 Add prometheus metrics for various request operations

v0.0.6

18 Nov 16:19
13d17cb
Compare
Choose a tag to compare

Changelog

  • 13d17cb add api url setting and add it as one of the template fields we optionally append to the metadata document. (#66)

v0.0.5

11 Nov 19:47
3e97224
Compare
Choose a tag to compare

Changelog

  • 7545ff5 Use otelx (#61)
  • 02f42d7 chore(deps): update alpine docker tag to v20221110 (#62)
  • b2f2064 chore(deps): update anchore/sbom-action action to v0.13.1 (#56)
  • d4d39bb fix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.2.17 (#58)
  • 83dbea6 fix(deps): update module github.com/spf13/viper to v1.14.0 (#57)
  • 3e97224 fix(deps): update module golang.org/x/oauth2 to v0.2.0 (#60)
  • 371b599 use infratographer/x for loggingx, versionx, and goosex (#63)

v0.0.4

02 Nov 13:57
5dd3b39
Compare
Choose a tag to compare

Changelog

  • 2b1bf3d Logging and lookup issuer (#55)
  • ae38dca chore(deps): update anchore/sbom-action action to v0.13.0 (#53)
  • 5dd3b39 fix(deps): update module go.hollow.sh/toolbox to v0.4.1 (#52)

v0.0.3

31 Oct 14:44
9f3c3bf
Compare
Choose a tag to compare

Changelog

  • 2f7580f Update golang Docker tag to v1.19 (#5)
  • 5f431b6 chore(deps): update alpine docker tag to v20220715 (#51)
  • b51854e chore(deps): update anchore/sbom-action action to v0.12.0 (#47)
  • 4c77a45 chore(deps): update module go to 1.19 (#30)
  • 9f3c3bf correct service url viper lookup (#54)
  • 31eb121 fix mod tidy (#48)
  • 3c67a1e fix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.2.16 (#15)
  • ccbeb26 fix(deps): update module github.com/gin-contrib/zap to v0.1.0 (#43)
  • e0c8ae7 fix(deps): update module github.com/lib/pq to v1.10.7 (#44)
  • 84d1751 fix(deps): update module github.com/pressly/goose/v3 to v3.7.0 (#19)
  • 93b6ba6 fix(deps): update module github.com/stretchr/testify to v1.8.1 (#46)
  • 2b26a88 fix(deps): update module github.com/volatiletech/sqlboiler/v4 to v4.13.0 (#31)
  • 85a26fd fix(deps): update module go.hollow.sh/toolbox to v0.4.0 (#17)
  • 19ec845 fix(deps): update module golang.org/x/oauth2 to v0.1.0 (#50)

v0.0.2

23 Sep 21:52
ad8959c
Compare
Choose a tag to compare

Changelog

  • ad8959c Add Chainguard Enforce configuration (#41)
  • 1cf0431 Add docker compose auth (#42)
  • e71297f Add support for configuring gin's trusted proxies setting (#36)
  • 72b6696 Add support for templated fields in metadata response (#38)
  • 9fe8f33 Refactor upsert logic into its own package to make it more easily reuseable by the POST endpoints and the upstream sync system. Add upstream sync lookup client. Update metadata GET endpoints to check with upstream lookup service if instance metadata is not present locally. (#37)
  • 694b05b Use a userdata scope when reading/deleting userdata
  • 52a13bd bump version of x/net due to CVE-2022-27664 (#39)

v0.0.1

05 Aug 22:40
Compare
Choose a tag to compare

Changelog

  • 7720701 Add container security scanning (#10)
  • c17b0d7 Add internal-facing endpoints for deleting instance metadata or userdata. Also clean up instance_ip_adresses rows if we've deleted the last metadata or userdata record associated to the instance ID. (#28)
  • 1b8f846 Add internal-facing endpoints for retrieving instance metadata or userdata via the instance ID (#27)
  • a771264 Add renovate.json (#2)
  • 1577b49 Initial commit
  • ddad605 Initial db setup (#13)
  • 78cf13d Update module github.com/gin-gonic/gin to v1.8.0 (#6)
  • 733c0e1 [PHX-218] add endpoint for creating/updating instance metadata (#20)
  • 5b0ca17 [PHX-223] ec2-style format (#25)
  • 3655876 [PHX-232] support otel (#26)
  • adf9fca [PHX-236] Add some readme documentation including specifying the expected metad… (#24)
  • 1b034d7 add initial /metadata and /userdata endpoints (#18)
  • a278ef2 ci: Enable GHA settings, including a container registry
  • decb13a ci: enable goreleaser to build and push container images to GHCR
  • 51837ee ci: update lint-test with newer go and module version
  • a07019f fix codeowners template to automatically request PR review from phoenix-devs team (#14)
  • 229939e identify instance id via request ip (#16)
  • f6c4688 initial application setup bits (#1)
  • 484093a minimum viable healthcheck (#4)