Skip to content

v0.0.55

Compare
Choose a tag to compare
@rdimitrov rdimitrov released this 15 Jul 12:42
· 890 commits to main since this release
3be7c67

What's Changed

  • Update openfga entity_reconcile to require the admin role by @rdimitrov in #3818
  • build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /tools by @dependabot in #3820
  • build(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1 by @dependabot in #3821
  • build(deps): bump actions/setup-node from 4.0.2 to 4.0.3 by @dependabot in #3822
  • build(deps): bump github.com/aws/aws-sdk-go from 1.54.16 to 1.54.17 by @dependabot in #3824
  • build(deps): bump github.com/zitadel/oidc/v3 from 3.25.1 to 3.26.0 by @dependabot in #3825
  • build(deps): bump github.com/thomaspoignant/go-feature-flag from 1.31.0 to 1.31.1 by @dependabot in #3823
  • Fix project creation conflict during user creation by @rdimitrov in #3815
  • Regenerate minder authz by @jhrozek in #3828
  • GetProfileByProjectAndID includes selectors by @jhrozek in #3833
  • Add First and Last name to the user identity object by @rdimitrov in #3832
  • Added ListEvaluationHistory RPC implementation. by @blkt in #3784
  • Artifact tag matcher: Curb complexity when parsing regexps from user input by @puerco in #3836
  • build(deps): bump github.com/aws/aws-sdk-go from 1.54.17 to 1.54.18 by @dependabot in #3845
  • build(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.11.1 by @dependabot in #3844
  • build(deps): bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #3841
  • Sort the authz roles in ListRoles response by @rdimitrov in #3857
  • Extend the db-to-pb profile code to include selectors by @jhrozek in #3854
  • Add a flag for informing if sending the email invite was skipped by @rdimitrov in #3859
  • Timestamps for evaluation statuses have time zone. by @blkt in #3858
  • CheckHealth RPC now logs error when failing. by @blkt in #3860
  • Use Version 2 config for sqlc.yaml by @dmjb in #3861
  • Fix issues with mapping of TIMESTAMPZ[] postgres type by @dmjb in #3863
  • Change ListEvaluationHistory to use default project ID by @dmjb in #3865
  • Move messages only used to generate Go structs out of minder.proto by @jhrozek in #3830
  • ListHistoryEvaluation filtering fixes. by @blkt in #3866
  • build(deps): bump github.com/signalfx/splunk-otel-go/instrumentation/github.com/lib/pq/splunkpq from 1.17.0 to 1.18.0 by @dependabot in #3871
  • build(deps): bump github.com/charmbracelet/lipgloss from 0.11.1 to 0.12.0 by @dependabot in #3870
  • Add history list subcommand to CLI by @dmjb in #3867
  • Auto-generated cli documentation update - 2024-07-12 10:25:04 by @github-actions in #3872
  • ListEvaluationHistory now enforces max page size. by @blkt in #3873
  • Some prep work for further changes to the executor by @dmjb in #3874
  • Set the auto_registration.entities.repository.enabled option to true when calling repo register --all by @jhrozek in #3876
  • Replace several internal protobufs with Go structs by @dmjb in #3878
  • Wire new Release + SDLC Core Entities by @puerco in #3839
  • Print provider config in provider get, if any by @jhrozek in #3881
  • Track evaluation times in executor by @dmjb in #3882
  • Auto-generated cli documentation update - 2024-07-12 19:24:31 by @github-actions in #3883
  • Fix offline token command flags not working by @rdimitrov in #3879
  • Auto-generated cli documentation update - 2024-07-15 10:16:24 by @github-actions in #3888
  • build(deps): bump github/codeql-action from 3.25.11 to 3.25.12 by @dependabot in #3887
  • build(deps): bump github.com/puzpuzpuz/xsync/v3 from 3.3.1 to 3.4.0 by @dependabot in #3886
  • build(deps): bump github.com/charmbracelet/lipgloss from 0.12.0 to 0.12.1 by @dependabot in #3885
  • build(deps): bump github.com/aws/aws-sdk-go from 1.54.18 to 1.54.19 by @dependabot in #3884
  • Revert "Replace several internal protobufs with Go structs (#3878)" by @JAORMX in #3890
  • Add Execution ID in the executor's evaluation param logs by @JAORMX in #3889
  • Give metric attributes unique names by @dmjb in #3891
  • Fix remediation/alert counter by @dmjb in #3892

Full Changelog: v0.0.54...v0.0.55