Skip to content

v0.0.53

Latest
Compare
Choose a tag to compare
@eleftherias eleftherias released this 26 Jun 10:43
· 17 commits to main since this release
cae4b26

What's Changed

  • build(deps): bump mobx from 6.12.3 to 6.12.4 in /docs by @dependabot in #3622
  • Reconcile entity registration by @teodor-yanev in #3562
  • Upgrade to zitadel/oidc/v3 by @JAORMX in #3627
  • Add display name for permission roles and use it in ListRoles by @rdimitrov in #3629
  • Create an InviteService by @rdimitrov in #3628
  • Decouple Action Engine from Rule Type Engine by @dmjb in #3599
  • Take into account hierarchy when dealing with rule types by @JAORMX in #3626
  • build(deps): bump github.com/mikefarah/yq/v4 from 4.44.1 to 4.44.2 in /tools by @dependabot in #3631
  • build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #3632
  • build(deps): bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2 by @dependabot in #3633
  • Add UpdateRole rpc and an expired flag to Invitations by @rdimitrov in #3600
  • Set evaluation errpr immediately after evaluation by @dmjb in #3635
  • Handle nil values from Trusty API by @eleftherias in #3638
  • build(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 by @dependabot in #3640
  • build(deps): bump docker/build-push-action from 5.4.0 to 6.0.0 by @dependabot in #3639
  • build(deps): bump ko-build/setup-ko from 0.6 to 0.7 by @dependabot in #3641
  • build(deps): bump ws from 7.5.9 to 7.5.10 in /docs by @dependabot in #3642
  • build(deps): bump github.com/openfga/go-sdk from 0.4.0 to 0.5.0 by @dependabot in #3643
  • build(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.21 to 2.1.0 by @dependabot in #3644
  • Various changes to the eval history schema service by @dmjb in #3637
  • Auto-generated DB schema update - 2024-06-18 10:19:56 by @github-actions in #3646
  • Updating provider config by @jhrozek in #3468
  • Fall back to $XDG_CONFIG_PATH/minder/config.yaml when reading configuration by @JAORMX in #3645
  • Auto-generated cli documentation update - 2024-06-18 15:18:38 by @github-actions in #3648
  • build(deps): bump docker/build-push-action from 6.0.0 to 6.0.1 by @dependabot in #3652
  • build(deps): bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 by @dependabot in #3653
  • build(deps): bump github.com/stacklok/frizbee from 0.0.19 to 0.0.20 by @dependabot in #3655
  • Bump go to v1.22.4 by @eleftherias in #3657
  • build(deps): bump github.com/openfga/openfga from 1.5.4 to 1.5.5 by @dependabot in #3654
  • Implement RPC endpoint to list child projects by @JAORMX in #3650
  • Add name validation for projects by @JAORMX in #3658
  • Implement set-project subcommand by @JAORMX in #3656
  • Auto-generated cli documentation update - 2024-06-19 14:16:14 by @github-actions in #3660
  • Add db queries related to the user_invites table by @rdimitrov in #3662
  • Store most recent evaluation time in dedicated column by @dmjb in #3661
  • Update make password-login to add an email and attributes by @rdimitrov in #3663
  • Auto-generated DB schema update - 2024-06-19 15:56:42 by @github-actions in #3664
  • Log evaluation history in new tables by @dmjb in #3659
  • Add email and is_accepted to invitation-related proto messages by @rdimitrov in #3665
  • Add function for generating user invites by @rdimitrov in #3667
  • Implement ListInvitations and ResolveInvitation APIs for UserService by @rdimitrov in #3666
  • Implement GetInviteDetails by @rdimitrov in #3668
  • Update the auth invite CLI commands by @rdimitrov in #3674
  • Update the project role CLI commands to support invitations by @rdimitrov in #3675
  • Auto-generated cli documentation update - 2024-06-19 21:49:04 by @github-actions in #3677
  • build(deps): bump github.com/openfga/cli from 0.4.1 to 0.5.0 in /tools by @dependabot in #3678
  • Update AssignRole, RemoveRole and add new UpdateRole handlers by @rdimitrov in #3672
  • Added minder provider update CLI command. by @blkt in #3676
  • Auto-generated cli documentation update - 2024-06-20 12:49:24 by @github-actions in #3679
  • Provider update should let back end infer the project ID by @jhrozek in #3680
  • build(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 0.26.5 by @dependabot in #3683
  • build(deps): bump docker/build-push-action from 6.0.1 to 6.0.2 by @dependabot in #3684
  • Add docs for provider auto-registration by @jhrozek in #3682
  • Add an --all flag to the repo-register command by @jhrozek in #3681
  • Auto-generated cli documentation update - 2024-06-21 10:35:53 by @github-actions in #3685
  • Remove path parameters from RemoveRole by @rdimitrov in #3686
  • Use URLEncoding instead of Std for base64 by @rdimitrov in #3687
  • build(deps): bump docker/build-push-action from 6.0.2 to 6.1.0 by @dependabot in #3691
  • build(deps): bump bufbuild/buf-setup-action from 1.33.0 to 1.34.0 by @dependabot in #3692
  • build(deps): bump github.com/bufbuild/buf from 1.33.0 to 1.34.0 in /tools by @dependabot in #3694
  • build(deps): bump redocusaurus from 2.0.2 to 2.1.0 in /docs by @dependabot in #3695
  • build(deps): bump github.com/puzpuzpuz/xsync/v3 from 3.1.0 to 3.2.0 by @dependabot in #3693
  • Define evaluation metrics by @dmjb in #3688
  • Proto updates related to user management by @rdimitrov in #3696
  • Add helper functions for getting token and mail from context by @rdimitrov in #3697
  • Add helper functions for checking/setting invite expiration by @rdimitrov in #3698
  • Fix issue with multiple entity IDs by @dmjb in #3699
  • Move EngineContext outside of the engine package by @dmjb in #3701
  • Make invite command visible by @rdimitrov in #3702
  • Auto-generated cli documentation update - 2024-06-24 18:21:37 by @github-actions in #3704
  • build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 by @dependabot in #3705
  • build(deps): bump github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6 by @dependabot in #3706
  • Refactor UpdateRole and add display names to invite-related responses by @rdimitrov in #3689
  • Auto-generated cli documentation update - 2024-06-25 10:18:33 by @github-actions in #3707
  • Do not allow for users to self-resolve their own invitations by @rdimitrov in #3709
  • Do not return the invite code when listing role assignments and set display name defaults by @rdimitrov in #3710
  • Start using new eval history table by @dmjb in #3703

Full Changelog: v0.0.52...v0.0.53