Releases: infratographer/permissions-api
Releases · infratographer/permissions-api
Release v0.1.7
Release v0.1.6
Release v0.1.5
What's Changed
Changelog
🚀 Others
- d80de5a IAPL schema generation (#106)
- 26f7382 Update License to Apache2.0 (#112)
- 975b26d Update README to refer to correct permissions check route (#108)
- 3191ab0 Update license (#102)
- e0e9e00 Update urn gidx (#107)
- 3b71114 add support for being passed policy configurations (#113)
- 5e1d8b5 chore(deps): update authzed/spicedb docker tag to v1.21.0
- 614b2d2 chore(deps): update cockroachdb/cockroach docker tag to v23
- 621395a chore(deps): update helm release common to v2.4.0
- 2d02dbc fix(deps): update github.com/authzed/grpcutil digest to 4caf7fd
- 6bfca84 fix(deps): update module github.com/nats-io/nats-server/v2 to v2.9.17
- d6ad4aa update gh workflows now that goreleaser is used (#117)
- 21035a3 update release process to match other repos (#115)
- 4651abd update to use new event handling (#109)
v0.1.2
What's Changed
- Fix client code and use resource-level authorization by @jnschaeffer in #75
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Add user and client to schema, replacing subject by @jnschaeffer in #72
- update Makefile to match other repos by @mikemrm in #74
- Migrate gin to echo with echox and echojwtx by @mikemrm in #73
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Configure Renovate by @renovate in #1
- Bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #21
- Fix compilation issues and add Makefile by @JAORMX in #25
- Add missing prefix in schema by @JAORMX in #23
- Add initial dev container code by @nicolerenee in #12
- Update authzed/spicedb Docker tag to v1.16.2 by @renovate in #27
- Update jaegertracing/all-in-one Docker tag to v1.42.0 by @renovate in #28
- Fix CI by @JAORMX in #29
- fix(deps): update github.com/authzed/grpcutil digest to 40ce053 by @renovate in #2
- fix(deps): update module github.com/gin-gonic/gin to v1.9.0 by @renovate in #3
- fix(deps): update module github.com/nats-io/nats.go to v1.23.0 by @renovate in #5
- fix(deps): update module google.golang.org/grpc to v1.53.0 by @renovate in #10
- fix(deps): update opentelemetry-go monorepo to v1.13.0 by @renovate in #13
- fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.39.0 by @renovate in #7
- fix(deps): update module gocloud.dev to v0.28.0 by @renovate in #8
- fix(deps): update module github.com/nats-io/nats.go to v1.24.0 by @renovate in #31
- fix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.39.0 by @renovate in #6
- fix(deps): update opentelemetry-go monorepo to v1.14.0 by @renovate in #36
- fix(deps): update module gocloud.dev/pubsub/natspubsub to v0.28.0 by @renovate in #9
- fix(deps): update module go.infratographer.com/x to v0.0.3 by @renovate in #32
- fix(deps): update module github.com/spf13/viper to v1.15.0 by @renovate in #11
- Add sshd feature and SSH support to dev container by @jnschaeffer in #41
- chore(deps): update authzed/spicedb docker tag to v1.17.0 by @renovate in #40
- fix(deps): update module gocloud.dev/pubsub/natspubsub to v0.29.0 by @renovate in #39
- Enhance Renovate configuration by @JAORMX in #30
- chore(deps): update cockroachdb/cockroach docker tag to v22.2.6 by @renovate in #37
- fix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.40.0 by @renovate in #34
- fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.40.0 by @renovate in #35
- chore(deps): update actions/setup-go action to v4 by @renovate in #43
- chore(deps): update jaegertracing/all-in-one docker tag to v1.43.0 by @renovate in #44
- API cleanup by @jnschaeffer in #47
- chore(deps): update authzed/spicedb docker tag to v1.18.0 by @renovate in #46
- Remove invalid API calls from client by @JAORMX in #48
- fix(deps): update module google.golang.org/grpc to v1.54.0 by @renovate in #45
- Create ~/.ssh for vscode user by @jnschaeffer in #51
- Simplify schema to only be subjects, roles and tenants by @jnschaeffer in #50
- Authenticate API requests by @jnschaeffer in #53
- fix(deps): update module github.com/nats-io/nats.go to v1.25.0 by @renovate in #52
- Add README with initial concepts and persist them throughout the repo by @JAORMX in #54
- Introduce query engine and schema generation by @jnschaeffer in #55
- client: Remove dependency to versionx by @JAORMX in #61
- Add linter config and fix linter issues by @fishnix in #59
- chore(deps): update authzed/spicedb docker tag to v1.19.0 by @renovate in #60
- chore(deps): update cockroachdb/cockroach docker tag to v22.2.7 by @renovate in #56
- Management API by @jnschaeffer in #58
- fix(deps): update module github.com/spf13/cobra to v1.7.0 by @renovate in #62
- Rename config and command items to use permissions-api consistently by @jnschaeffer in #63
- chore(deps): update jaegertracing/all-in-one docker tag to v1.44.0 by @renovate in #64
- Initial proposal for
/allow
endpoint by @JAORMX in #65 - Add Helm chart and Dockerfile by @jnschaeffer in #66
- Use scanners option for Trivy, add Trivy to test action by @jnschaeffer in #67
- Use Trivy more effectively by @jnschaeffer in #68
New Contributors
- @renovate made their first contribution in #1
- @dependabot made their first contribution in #21
- @JAORMX made their first contribution in #25
- @nicolerenee made their first contribution in #12
- @jnschaeffer made their first contribution in #41
- @fishnix made their first contribution in #59
Full Changelog: https://github.com/infratographer/permissions-api/commits/v0.1.0