Skip to content

v0.0.36

Compare
Choose a tag to compare
@JAORMX JAORMX released this 19 Mar 16:42
· 598 commits to main since this release
996a1c4

What's Changed

  • Add project service definition to minder ingress by @JAORMX in #2629
  • Move repo deletion into a separate interface by @dmjb in #2608
  • Project delete: Check feature flag on parent by @JAORMX in #2631
  • Use project ID from entity context for ruletypes by @JAORMX in #2634
  • Use project ID from entity context in rule creation by @dmjb in #2636
  • Upgrade keycloak to 24.0 by @jhrozek in #2637
  • Introduce provider Credential interface by @eleftherias in #2604
  • Fix docs formatting to make build pass by @eleftherias in #2641
  • Set go version to 1.22, tweak coverage by @dmjb in #2630
  • Move repository create to RepositoryService by @dmjb in #2632
  • Remove unused ListAllPackages on GitHub provider by @eleftherias in #2642
  • Explicitly specify owner when listing packages by @eleftherias in #2643
  • Add EvalResultsService to ingress.yaml by @rdimitrov in #2644
  • Revert "Move repository create to RepositoryService (#2632)" by @JAORMX in #2645
  • Add repo reconcile command to minder CLI by @Vyom-Yadav in #2505
  • Explicitly specify owner in all package operations by @eleftherias in #2652
  • Auto-generated cli documentation update - 2024-03-14 06:45:00 by @github-actions in #2649
  • Small tweaks to repo registration in the CLI by @dmjb in #2647
  • Make the parameter of GetRepositoryByName and DeleteRepositoryByName greedy by @jhrozek in #2655
  • TEMPORARY: Dump tokeninfo by @jhrozek in #2651
  • build(deps): bump docker/build-push-action from 5.2.0 to 5.3.0 by @dependabot in #2666
  • build(deps): bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.4 in /tools by @dependabot in #2660
  • build(deps): bump github.com/google/go-containerregistry from 0.19.0 to 0.19.1 by @dependabot in #2664
  • Sort the list of profiles before returning to clients by @jhrozek in #2659
  • build(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /docs by @dependabot in #2667
  • build(deps): bump github.com/openfga/cli from 0.2.6 to 0.2.7 in /tools by @dependabot in #2663
  • build(deps): bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.4 by @dependabot in #2661
  • build(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in #2665
  • Allow using empty credential if no token by @eleftherias in #2650
  • Move profile create/update to a separate interface by @dmjb in #2653
  • use correct project ID when creating profile by @dmjb in #2668
  • Update Keycloak to match staging and prod by @eleftherias in #2669
  • Allow using an environment variable to override the token from the CLI by @JAORMX in #2671
  • Overlay PatchProfile body with the current profile to avoid reverting to default values by @jhrozek in #2673
  • Add alert info to RuleEvaluationStatuses by @rdimitrov in #2675
  • Define DB schema for bundles and subscriptions by @dmjb in #2670
  • Auto-generated DB schema update - 2024-03-15 14:24:23 by @github-actions in #2676
  • Add Create/Delete/GetUnclaimedProvider RPCs by @evankanderson in #2640
  • Put subscription foreign key on correct table by @dmjb in #2677
  • Auto-generated DB schema update - 2024-03-15 17:07:45 by @github-actions in #2679
  • Mindpak modules by @puerco in #2639
  • Make several more name parameters greedy in the HTTP bindings by @jhrozek in #2689
  • build(deps): bump k8s.io/client-go from 0.29.2 to 0.29.3 by @dependabot in #2690
  • Minder resource names should be case-insensitive by @evankanderson in #2684
  • Auto-generated DB schema update - 2024-03-18 09:41:30 by @github-actions in #2692
  • Default explicitly to remediate:off and alert:on by @jhrozek in #2688
  • Add debug information for credentials instantiation by @jhrozek in #2695
  • Add command line flag to skip browser spawning in provider enroll command by @JAORMX in #2696
  • Add "display name" to project's API definition by @JAORMX in #2698
  • Use the Login field as the user name, not Username by @jhrozek in #2699
  • Revert "TEMPORARY: Dump tokeninfo (#2651)" by @jhrozek in #2700
  • Rename GetUsername to GetName, use GetLogin as fallback when opening a PR by @jhrozek in #2701
  • Add "public" metadata section in project's metadata and use it for display name by @JAORMX in #2702
  • build(deps): bump github/codeql-action from 3.24.7 to 3.24.8 by @dependabot in #2703
  • build(deps): bump github.com/styrainc/regal from 0.18.0 to 0.19.0 by @dependabot in #2704
  • Implement EvalResultsService/ListEvaluationResults() by @puerco in #2687
  • ListEvaluationResults: Retrieve project ID from entity context by @JAORMX in #2706
  • Implement API to update projects by @JAORMX in #2705
  • Introduce GitHub App provider by @eleftherias in #2678
  • Reapply "Move repository create to RepositoryService (#2632)" (#2645) by @dmjb in #2648
  • Use correct delegate for GitHub email by @eleftherias in #2711

Full Changelog: v0.0.35...v0.0.36