Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 22:40
· 173 commits to main since this release

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)