Skip to content

Releases: infratographer/metadata-api

Release v0.0.4

18 Jan 16:26
d308c9d
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

Release v0.0.3

10 Nov 17:34
b0d5875
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

  • b0d5875 Add permissions ignorenoresponders to helm chart (#88)
  • 4f90c11 Bump github.com/nats-io/nats-server/v2 from 2.10.2 to 2.10.4 (#81)
  • eeb5217 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.24.0 (#78)
  • 4bdaac3 fix(deps): update module github.com/labstack/echo/v4 to v4.11.3 (#87)
  • c7b682f fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.18 (#85)
  • da3812e fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.26.0 (#84)

Release v0.0.2

01 Nov 21:25
2107760
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

  • 7da8d3a Add some more input checks (#55)
  • 20ca061 Bump github.com/nats-io/nats-server/v2 from 2.10.1 to 2.10.2 (#73)
  • d7f833f Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#75)
  • 3a2b073 Finish up permissions (#64)
  • 2107760 Fix nats mount, use go.mod for go test (#80)
  • 4ef6f95 Integrate permissions (#62)
  • dcb1722 Metadata api client to UpdateStatus (#65)
  • 5d1c2d2 Update infratographer/x to enable event traces (#45)
  • 468a0fe Use new events (#60)
  • 25479dd chore(deps): update actions/checkout action to v4 (#61)
  • 8440de7 chore(deps): update docker/setup-qemu-action action to v3 (#71)
  • c94fdf7 chore(deps): update goreleaser/goreleaser-action action to v5 (#72)
  • b7ab61f chore(deps): update helm release common to v2.13.3 (#23)
  • 143f0aa chore(deps): update helm release reloader to v1.0.43 (#33)
  • 715631c chore(deps): update helm release reloader to v1.0.46 (#74)
  • c849a07 ci(Mergify): configuration update (#48)
  • 576b3c5 ci(Mergify): configuration update (#49)
  • a8c519b ci(Mergify): configuration update (#54)
  • 392916d fix(deps): update module github.com/99designs/gqlgen to v0.17.36 (#37)
  • 5e5455f fix(deps): update module github.com/99designs/gqlgen to v0.17.39 (#58)
  • 73b5938 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.23.1 (#44)
  • d740ff5 fix(deps): update module github.com/labstack/echo/v4 to v4.11.1 (#46)
  • ffdbfdf fix(deps): update module github.com/labstack/echo/v4 to v4.11.2 (#68)
  • e069849 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.17 (#35)
  • 79036a1 fix(deps): update module github.com/spf13/viper to v1.17.0 (#70)
  • 2ab00c9 fix(deps): update module github.com/vektah/gqlparser/v2 to v2.5.8 (#39)
  • a3c5372 fix(deps): update module github.com/wundergraph/graphql-go-tools to v1.66.3 (#20)
  • 9f7ee55 fix(deps): update module github.com/wundergraph/graphql-go-tools to v1.67.0 (#69)

Release v0.0.1

25 Jul 20:29
19fb5b4
Compare
Choose a tag to compare

What's Changed

Changelog

🎄 Features

  • 1662adb feat: Update metadata to allow the node to be resolvable to an entity when used in a supergraph (#15)

🚀 Others

  • 9d9e8e1 Add apollo-studio-check as a pull_request_target (#27)
  • 8c8b1b9 Add background flag on apollo checks
  • 087e9c5 Add clone url and debug
  • 7ed62fb Add label correctly to apollo check
  • 8995e7c Add status and status namespace endpoints (#5)
  • 1699ca1 Adjust interfaces to use new MetadataNode interface; Add event hooks (#26)
  • cf6a198 Attempt to determine git stuff automatically by checking out all of the repo
  • 8fcade3 Build images on main for every push (#13)
  • 2fc8c10 Generate a single schema.graphql file (#17)
  • 0b820ff Initial Metadata API (#1)
  • e3ecbb8 Revert "Update license to ELv2 (#34)" (#38)
  • a623407 Security is hard (#29)
  • d6a31d9 Try added repo url
  • 3fb55cb Update CODEOWNERS (#43)
  • 2e06dc2 Update Helm release common to v2.2.5 (#3)
  • 58fdecd Update Helm release reloader to v1.0.24 (#6)
  • cd2ae67 Update apollo studio check to download schema.graphql (#28)
  • b401bc8 Update docker/build-push-action action to v4 (#9)
  • 065c000 Update graphql check to format message and post a comment
  • c9514fc Update license to ELv2 (#34)
  • a385485 Update metadata to be @Shareable (#40)
  • 9cf5e1c Update metadata-api chart (#42)
  • 19fb5b4 chore(deps): update actions/checkout action to v3 (#32)
  • 47a4daa enable JWT auth and using real database; cuts back to goose for migration files to allow embeeded migration (#12)
  • 895f016 fix apollo check permissions
  • 1576a38 fix file
  • 5eac122 fix main-latests actions format (#14)
  • e44b304 remove whoami from check
  • cf9e834 try using an action instead of rover directly