Skip to content

v0.0.39

Compare
Choose a tag to compare
@rdimitrov rdimitrov released this 04 Apr 08:42
· 440 commits to main since this release
11c13c2

What's Changed

  • Remove provider from ruletypes by @eleftherias in #2843
  • Auto-generated DB schema update - 2024-03-28 15:11:39 by @github-actions in #2847
  • Add bundle build command to mindev by @dmjb in #2851
  • Add tests and remove empty-struct defaults that were previous ignored. by @evankanderson in #2836
  • build(deps): bump github.com/openfga/cli from 0.2.7 to 0.3.0 in /tools by @dependabot in #2858
  • build(deps): bump github.com/golangci/golangci-lint from 1.57.1 to 1.57.2 in /tools by @dependabot in #2857
  • build(deps): bump github.com/open-policy-agent/opa from 0.62.1 to 0.63.0 by @dependabot in #2853
  • build(deps): bump github.com/daixiang0/gci from 0.13.2 to 0.13.3 in /tools by @dependabot in #2855
  • build(deps): bump mobx from 6.12.1 to 6.12.3 in /docs by @dependabot in #2854
  • Add a pending remediation status and support tracking opened PRs by @rdimitrov in #2833
  • Auto-generated DB schema update - 2024-03-29 09:59:33 by @github-actions in #2861
  • Revert "Add a pending remediation status and support tracking opened PRs" by @rdimitrov in #2862
  • Re-applies the pending status change and uses a transaction for 000041 migration by @rdimitrov in #2865
  • Auto-generated DB schema update - 2024-03-29 11:22:46 by @github-actions in #2864
  • Add initContainers option to the deployment settings in Helm by @JAORMX in #2852
  • Upgrade sqlc and regerate sqlc files with the new version by @jhrozek in #2859
  • Do not skip action processing decision if evaluation did not changed by @rdimitrov in #2868
  • Remediation types other than pull_request don't have a turn-off behaviour, so skip instead by @rdimitrov in #2869
  • Fix flagged problems in internal/engine by @evankanderson in #2867
  • build(deps): bump github.com/ThreeDotsLabs/watermill-sql/v3 from 3.0.0 to 3.0.1 by @dependabot in #2877
  • build(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 by @dependabot in #2878
  • Bump docusaurus from 3.1.1 to 3.2.0 by @eleftherias in #2881
  • Disable ingest caching for artifact entities and add a wait period by @rdimitrov in #2883
  • Add rpc that checks if enrollment is successful based on state by @eleftherias in #2882
  • Auto-generated DB schema update - 2024-04-01 21:51:32 by @github-actions in #2889
  • Clean up calls to Keycloak behind config by @evankanderson in #2886
  • Make provider an optional filter by @eleftherias in #2871
  • Make existing minder CLI work for VerifyProviderToken by @evankanderson in #2884
  • Auto-generated cli documentation update - 2024-04-01 15:28:12 by @github-actions in #2890
  • Fix documentation format by @eleftherias in #2894
  • Add remediation_url to RuleEvaluationStatus by @puerco in #2892
  • build(deps): bump github.com/itchyny/gojq from 0.12.14 to 0.12.15 by @dependabot in #2893
  • Create ProviderStore interface, migrate controlplane to use it by @dmjb in #2900
  • Handle GitHub App installation deleted event by @jhrozek in #2870
  • Remove provider from profile by @eleftherias in #2850
  • Auto-generated DB schema update - 2024-04-02 13:26:45 by @github-actions in #2903
  • Fix auth delete when GitHub App installed by @eleftherias in #2904
  • Prevent CLI users from using both github providers by @eleftherias in #2906
  • Log the profile list parameters, i.e. labels by @rdimitrov in #2905
  • Add unit tests for providers/service.go by @jhrozek in #2885
  • Add body for rpc additional_bindings by @eleftherias in #2909
  • Use a separate webhook secret for the GH App by @jhrozek in #2910
  • helm: Allow for configuring the termination grace period for the main deployment by @JAORMX in #2913
  • helm: Allow for configuring the Minder Deployment strategy by @JAORMX in #2912
  • Create a new top-level project for users who add a provider via the GitHub App install process by @evankanderson in #2895
  • Migrate GH App installations to int64 from string by @jhrozek in #2887
  • Nicer error message when creating profile with non-unique rule types missing names by @jhrozek in #2916
  • Allow overriding config struct defaults by @evankanderson in #2839
  • Don't mark a PR remediation as error if no previous result exists by @jhrozek in #2917
  • Refactor engine code to use ProviderStore by @dmjb in #2914
  • Add display name to rule eval status by @puerco in #2915
  • build(deps): bump github.com/daixiang0/gci from 0.13.3 to 0.13.4 in /tools by @dependabot in #2919
  • build(deps): bump github.com/sigstore/protobuf-specs from 0.3.0 to 0.3.1 by @dependabot in #2918
  • Move more provider access methods to store by @dmjb in #2911
  • Add advisory URL to rule eval status by @puerco in #2891
  • Use GitHub app webhook secret from secret store by @eleftherias in #2924
  • Fixes a typo in the CLI - s/profile/project by @rdimitrov in #2921
  • Skip erroring providers when listing repos by @eleftherias in #2928
  • build(deps): bump github.com/bufbuild/buf from 1.30.0 to 1.30.1 in /tools by @dependabot in #2932
  • build(deps): bump bufbuild/buf-setup-action from 1.30.0 to 1.30.1 by @dependabot in #2933

Full Changelog: v0.0.38...v0.0.39