Skip to content

Releases: infratographer/permissions-api

Release v0.2.7

17 Nov 17:04
74bed8f
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

  • b5c904a Bump github.com/nats-io/nats-server/v2 from 2.10.1 to 2.10.4 (#190)
  • f74e475 Bump github.com/nats-io/nats-server/v2 from 2.9.17 to 2.9.23 (#180)
  • bbbde7c Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 (#183)
  • e606502 Bump golang.org/x/net from 0.14.0 to 0.17.0 (#177)
  • 8468182 Update config.go (#184)
  • 04a7a79 Update mermaid template (#175)
  • 91e93a6 chore(deps): update actions/checkout action to v4 (#169)
  • 5805f73 chore(deps): update cockroachdb/cockroach docker tag to v23.1.12 (#172)
  • 861a9db chore(deps): update docker/setup-qemu-action action to v3 (#193)
  • 21d888f chore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v2 (#194)
  • 572c9c8 chore(deps): update goreleaser/goreleaser-action action to v5 (#195)
  • dc79003 chore(deps): update helm release common to v2.13.3 (#161)
  • 0b66dc3 chore(deps): update jaegertracing/all-in-one docker tag to v1.51.0 (#158)
  • 6b266a7 fix(deps): update github.com/authzed/grpcutil digest to 4286bb1 (#160)
  • fcdb7be fix(deps): update module github.com/authzed/authzed-go to v0.10.1 (#187)
  • 6dc25ca fix(deps): update module github.com/labstack/echo/v4 to v4.11.3 (#179)
  • 8b23ddd fix(deps): update module github.com/spf13/cobra to v1.8.0 (#196)
  • 1a0dd01 fix(deps): update module github.com/spf13/viper to v1.17.0 (#197)
  • 9ea0ab7 fix(deps): update module go.infratographer.com/x to v0.3.9 (#186)
  • 66d485e fix(deps): update module go.uber.org/zap to v1.26.0 (#198)
  • d706691 fix(deps): update module google.golang.org/grpc to v1.57.1 [security] (#182)
  • e9fb862 fix(deps): update module google.golang.org/grpc to v1.58.3 [security] (#189)
  • b603de9 fix(deps): update module google.golang.org/grpc to v1.59.0 (#199)
  • a4bc8c5 golangci fix local (#176)
  • 8aa94e2 update renovate to update all otel packages in a single pr to ensure all dependent packages are updated at the same time (#188)
  • 74bed8f use full consistent reads (#200)

Release v0.2.6

08 Sep 15:08
ca3f471
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

What's Changed

Full Changelog: v0.2.5...v0.2.6

Release v0.2.5

01 Sep 15:11
dce3403
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

  • dce3403 Explicitly set ownership of /workspace in CI runs (#167)
  • 095f367 fix(deps): update module go.infratographer.com/x to v0.3.8 (#166)

What's Changed

  • fix(deps): update module go.infratographer.com/x to v0.3.8 by @renovate in #166
  • Explicitly set ownership of /workspace in CI runs by @jnschaeffer in #167

Full Changelog: v0.2.4...v0.2.5

Release v0.2.4

22 Aug 19:27
ba2939b
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

What's Changed

Full Changelog: v0.2.3...v0.2.4

Release v0.2.3

18 Aug 18:36
a34eab6
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

  • bbd541c Improve tracing for permissions checks (#156)
  • a34eab6 fix(deps): update module go.infratographer.com/x to v0.3.7 (#159)

What's Changed

Full Changelog: v0.2.2...v0.2.3

Release v0.2.2

09 Aug 14:13
b886dff
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

  • e403190 chore(deps): update cockroachdb/cockroach docker tag to v23.1.8 (#134)
  • dff37c3 chore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v1 (#152)
  • 35c9b94 chore(deps): update helm release common to v2.8.0 (#129)
  • 3f7e6fa fix(deps): update github.com/authzed/grpcutil digest to bdd0ac3 (#133)
  • 55482dc fix(deps): update module github.com/authzed/authzed-go to v0.9.0 (#132)
  • 7397fa7 fix(deps): update module go.infratographer.com/x to v0.3.5 (#154)
  • b886dff fix(deps): update module go.infratographer.com/x to v0.3.6 (#155)
  • 67b2ccc fix(deps): update module go.uber.org/multierr to v1.11.0 (#150)
  • 79bcf9b fix(deps): update module go.uber.org/zap to v1.25.0 (#151)
  • 081352d fix(deps): update module google.golang.org/grpc to v1.57.0 (#136)

Release v0.2.1

07 Aug 22:43
61dde3f
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

  • 61dde3f move chart to using a config file instead of env (#153)

Release v0.2.0

07 Aug 17:10
bcff6d6
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

  • 53a5013 Support bulk checks (#146)
  • fa017c7 chore(deps): update authzed/spicedb docker tag to v1.23.1 (#139)
  • 90acff4 chore(deps): update ghcr.io/navikt/mock-oauth2-server docker tag to v0.5.10 (#135)
  • 5f63de4 chore(deps): update jaegertracing/all-in-one docker tag to v1.47.0
  • a6b4fe9 fix(deps): update module github.com/labstack/echo/v4 to v4.11.1 (#142)
  • bcff6d6 update to use new events handling (#148)

Release v0.1.19

25 Jul 19:11
7364ba4
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

What's Changed

Full Changelog: v0.1.18...v0.1.19

Release v0.1.18

20 Jul 21:57
ef884e6
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

What's Changed

Full Changelog: v0.1.17...v0.1.18