Skip to content

v0.0.28

Compare
Choose a tag to compare
@JAORMX JAORMX released this 02 Feb 10:34
· 928 commits to main since this release
648f9c4

What's Changed

  • build(deps): bump github.com/open-policy-agent/opa from 0.60.0 to 0.61.0 by @dependabot in #2200
  • build(deps): bump github.com/sigstore/sigstore-go from 0.0.0-20240108223800-a3df13b8ba29 to 0.1.0 by @dependabot in #2199
  • Add ability to evaluate scores based on detailed scores for trusty by @JAORMX in #2198
  • Make authz tuple deletion idempotent by @JAORMX in #2201
  • Remove unused code by @jhrozek in #2202
  • Allow to configure a custom sigstore tuf root by @rdimitrov in #2204
  • Add new policy writer role by @JAORMX in #2203
  • Solidify authz Client interface by @JAORMX in #2205
  • build(deps): bump github.com/openfga/openfga from 1.4.2 to 1.4.3 in /tools by @dependabot in #2208
  • Update compose-migrate action to run openfga container alongside by @Vyom-Yadav in #2209
  • Upgrade OpenFGA container to v1.4.3 in docker-compose by @JAORMX in #2210
  • build(deps): bump github.com/evanphx/json-patch/v5 from 5.8.1 to 5.9.0 by @dependabot in #2215
  • build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 by @dependabot in #2213
  • build(deps): bump mvdan.cc/gofumpt from 0.5.0 to 0.6.0 in /tools by @dependabot in #2216
  • build(deps-dev): bump @docusaurus/module-type-aliases from 3.1.0 to 3.1.1 in /docs by @dependabot in #2214
  • Upgrade keycloak in docker-compose to 23.0 by @JAORMX in #2211
  • Define Permissions API by @JAORMX in #2217
  • Fully rely on OpenFGA to delete user permissions by @JAORMX in #2207
  • Print user subject on auth subcommands by @JAORMX in #2221
  • Add permissions API to FGA model by @JAORMX in #2219
  • build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.19.0 to 2.19.1 by @dependabot in #2223
  • build(deps): bump github.com/google/go-containerregistry from 0.18.0 to 0.19.0 by @dependabot in #2222
  • build(deps): bump anchore/sbom-action from 0.15.5 to 0.15.6 by @dependabot in #2224
  • build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.19.0 to 2.19.1 in /tools by @dependabot in #2225
  • Ensure roles in authz AllRoles are defined in FGA model by @JAORMX in #2220
  • Bootstrap Permissions API in minder server and implement roles list by @JAORMX in #2226
  • Add authorization relations in proto by @eleftherias in #2218
  • build(deps): bump anchore/sbom-action from 0.15.6 to 0.15.7 by @dependabot in #2230
  • build(deps): bump github.com/stacklok/frizbee from 0.0.12 to 0.0.13 by @dependabot in #2231
  • Implement role assignment and removal APIs by @JAORMX in #2227
  • Implement CLI for permissions by @JAORMX in #2229
  • Auto-generated cli documentation update - 2024-01-31 13:44:42 by @github-actions in #2233
  • Add ability to list role assignments in a project by @JAORMX in #2234
  • Auto-generated cli documentation update - 2024-01-31 17:47:15 by @github-actions in #2236
  • Add relation for fetching remote repos from GitHub by @eleftherias in #2237
  • Fix Rule Evaluation Logic for Handling Multiple Rules of the Same Type - Part 1 (No Data Backfilling) by @Vyom-Yadav in #2161
  • Move user id telemetry to token interceptor by @eleftherias in #2240
  • Auto-generated DB schema update - 2024-01-31 10:34:06 by @github-actions in #2239
  • Auto-generated cli documentation update - 2024-01-31 10:34:06 by @github-actions in #2238
  • build(deps): bump anchore/sbom-action from 0.15.7 to 0.15.8 by @dependabot in #2243
  • build(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 by @dependabot in #2242
  • build(deps): bump sigstore/cosign-installer from 3.3.0 to 3.4.0 by @dependabot in #2241
  • build(deps): bump golang from 76aadd9 to 0c22572 by @dependabot in #2244
  • Fix CLI error output for role grant list by @JAORMX in #2247
  • Make openfga call in authz middleware by @eleftherias in #2246
  • Upgrade postgres to 16.1-alpine in docker-compose by @JAORMX in #2212
  • Change the database migration CI workflow to check for the expected DB version instead by @jhrozek in #2250
  • Remove unused roles database tables by @JAORMX in #2249
  • Auto-generated DB schema update - 2024-02-01 13:22:35 by @github-actions in #2251
  • Remove the signing keys DB table and API by @jhrozek in #2252
  • Auto-generated DB schema update - 2024-02-01 13:54:40 by @github-actions in #2253
  • Fix a typo in minder server in docker-compose.yaml by @rdimitrov in #2257
  • build(deps): bump golang from 0c22572 to 7b575fe by @dependabot in #2263
  • Get project information for users from OpenFGA by @JAORMX in #2259
  • Auto-generated DB schema update - 2024-02-02 11:16:11 by @github-actions in #2264
  • Add PermissionsService to ingress configuration by @JAORMX in #2265
  • Correct permissions for accessing provider enroll by @eleftherias in #2266

Full Changelog: v0.0.27...v0.0.28