Skip to content

Commit

Permalink
New version: stacklok.minder 0.0.55 (microsoft#163070)
Browse files Browse the repository at this point in the history
Co-authored-by: stacklokbot <info@stacklok.com>
  • Loading branch information
stacklokbot and stacklokbot authored Jul 15, 2024
1 parent aeae604 commit 8eba61b
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
26 changes: 26 additions & 0 deletions manifests/s/stacklok/minder/0.0.55/stacklok.minder.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
PackageIdentifier: stacklok.minder
PackageVersion: 0.0.55
InstallerLocale: en-US
InstallerType: zip
ReleaseDate: "2024-07-15"
Installers:
- Architecture: arm64
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: minder.exe
PortableCommandAlias: minder
InstallerUrl: https://github.com/stacklok/minder/releases/download/v0.0.55/minder_0.0.55_windows_arm64.zip
InstallerSha256: 31f9ad1c31d9886fa3facb4bd2602fbb3a846694a3918a9fd9f0e6b94d20e1bb
UpgradeBehavior: uninstallPrevious
- Architecture: x64
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: minder.exe
PortableCommandAlias: minder
InstallerUrl: https://github.com/stacklok/minder/releases/download/v0.0.55/minder_0.0.55_windows_amd64.zip
InstallerSha256: 57211c05b1e6e139612c26b0627a7a5e944844332f113ee1f1f610e62b2b9aa4
UpgradeBehavior: uninstallPrevious
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
PackageIdentifier: stacklok.minder
PackageVersion: 0.0.55
PackageLocale: en-US
Publisher: stacklok
PublisherSupportUrl: https://github.com/stacklok/minder/issues/new/choose
PackageName: minder
PackageUrl: https://stacklok.com
License: Apache-2.0
LicenseUrl: https://github.com/stacklok/minder/blob/main/LICENSE
Copyright: Stacklok, Inc.
ShortDescription: minder is the client CLI for interacting with Minder by Stacklok.
Moniker: minder
Tags:
- golang
- cli
ReleaseNotes: |
## Changelog
* a37860e15c625de76a56b0fd793580cb1a46e49e: Add Execution ID in the executor's evaluation param logs (#3889) (@JAORMX)
* 3931da34475d7ba54fd1f88db05581a53cafe8ca: Add First and Last name to the user identity object (#3832) (@rdimitrov)
* 4106f31872545c974e77a7a1404ed3a549609b95: Add a flag for informing if sending the email invite was skipped (#3859) (@rdimitrov)
* 4eb788ea49a2cdec6b7bf039ce963ff23b6ff6c3: Add history list subcommand to CLI (#3867) (@dmjb)
* 87416ecc4ef221adb335050a10570ff43dfe5297: Added ListEvaluationHistory RPC implementation. (#3784) (@blkt)
* e77e1427679fc3b18111cfc565559dc661ab789f: Artifact tag matcher: Curb complexity when parsing regexps from user input (#3836) (@puerco)
* 6e4e31928f293530f5441623fe6b13a470fb9129: Auto-generated cli documentation update - 2024-07-12 10:25:04 (#3872) (@github-actions[bot])
* 4a72c5ff63143235630ae2fff8bc8deff3567dcc: Auto-generated cli documentation update - 2024-07-12 19:24:31 (#3883) (@github-actions[bot])
* 39e52ab097bf61aca6b863a29bddf2f6050f0636: Auto-generated cli documentation update - 2024-07-15 10:16:24 (#3888) (@github-actions[bot])
* 41649556972c4d7bfef81c2e2c39076834a57fc0: Change ListEvaluationHistory to use default project ID (#3865) (@dmjb)
* a441c326336596db5bb4732213abef606fb4235b: CheckHealth RPC now logs error when failing. (#3860) (@blkt)
* ab3d603c6b54c596ad566aa4b884afd475239224: Extend the db-to-pb profile code to include selectors (#3854) (@jhrozek)
* 546457ce090b470aea2bbc9b08a4bfc1e17afbdd: Fix issues with mapping of `TIMESTAMPZ[]` postgres type (#3863) (@dmjb)
* 5d73bf7a82622e836b7bba9a96b9613885fca881: Fix offline token command flags not working (#3879) (@rdimitrov)
* 33d77442880b0dcbb616a0ca96da0e1db82f5bdc: Fix project creation conflict during user creation (#3815) (@rdimitrov)
* 3be7c67c2437de8da7512c214521463c4be2f709: Fix remediation/alert counter (#3892) (@dmjb)
* 881c672a8b3aea170f3b29d00c9fd4282a994411: GetProfileByProjectAndID includes selectors (#3833) (@jhrozek)
* 23df4b30c68845dd2f3d9c2452f424c3c1def2c0: Give metric attributes unique names (#3891) (@dmjb)
* 9877dba1b0602c4bb38f1ed407b0e67740a20663: ListEvaluationHistory filtering fixes. (#3866) (@blkt)
* 8324246946c078bcba7a23f28d92c3487f076a83: ListEvaluationHistory now enforces max page size. (#3873) (@blkt)
* df6cf1c4a2026b9fcff00fa665fe6584f47fa701: Move messages only used to generate Go structs out of minder.proto (#3830) (@jhrozek)
* 6a66082de67be3db309d33baacd47bc700caf603: Print provider config in provider get, if any (#3881) (@jhrozek)
* 9fbf426cc2945313b68d75f3fc29dad8df082007: Regenerate minder authz (#3828) (@jhrozek)
* 40cbccd24f8b8d1d732a290671535df8569fd961: Replace several internal protobufs with Go structs (#3878) (@dmjb)
* ff8964a283b94643023c58075c0ebb8caa6d9369: Revert "Replace several internal protobufs with Go structs (#3878)" (#3890) (@JAORMX)
* 638124b24a8c0d9aac63918bba990051126ce1b4: Set the auto_registration.entities.repository.enabled option to true when calling repo register --all (#3876) (@jhrozek)
* 41e48333e3c329cc02a6eb688bf0192dcbd77493: Some prep work for further changes to the executor (#3874) (@dmjb)
* a5b4d9b92ed640ba937495121e13b5821b6020b0: Sort the authz roles in ListRoles response (#3857) (@rdimitrov)
* ca2c6cf601e5a141d95539c49eebec3124a67d1c: Timestamps for evaluation statuses have time zone. (#3858) (@blkt)
* 6cce1599f073c6d058274d8e58cf02ab9e203904: Track evaluation times in executor (#3882) (@dmjb)
* f1a690462fffe04f3bb7273e0257d66a19cb6158: Update openfga entity_reconcile to require the admin role (#3818) (@rdimitrov)
* b80f3aa5eada9a2dc71939dbb892f97579a0e5d8: Use Version 2 config for sqlc.yaml (#3861) (@dmjb)
* 33ae09f416ec1204630b3b6172a7c40eeee8e8d5: Wire new Release + SDLC Core Entities (#3839) (@puerco)
* 9a2ccaae156c3477620fe3d018baa6b1d477385e: build(deps): bump actions/setup-go from 5.0.1 to 5.0.2 (#3841) (@dependabot[bot])
* 9fb761f77ca32935b581dd03bc4433b7179abd60: build(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#3822) (@dependabot[bot])
* 2e0b7ee3d35bc8c07cbfaaf91616a9f147d2f5e3: build(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1 (#3821) (@dependabot[bot])
* e48a96e52b3c7dbcc9bf7af3c1adfc6d58dbf6d2: build(deps): bump github.com/aws/aws-sdk-go from 1.54.16 to 1.54.17 (#3824) (@dependabot[bot])
* 93654daef92ec3322b703f805708c29982b9b3fc: build(deps): bump github.com/aws/aws-sdk-go from 1.54.17 to 1.54.18 (#3845) (@dependabot[bot])
* f1fba1708e88371fc65c1517950bdc4777df74e4: build(deps): bump github.com/aws/aws-sdk-go from 1.54.18 to 1.54.19 (#3884) (@dependabot[bot])
* 47c511ae3a15c96bb574be0cc79a05beacab1037: build(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.11.1 (#3844) (@dependabot[bot])
* 0342f5ab71e8b0fb9c46e30cf5dff9547389b0c5: build(deps): bump github.com/charmbracelet/lipgloss from 0.11.1 to 0.12.0 (#3870) (@dependabot[bot])
* b2c6060ad2f5a961eba6d235c48ef74fac9c7110: build(deps): bump github.com/charmbracelet/lipgloss from 0.12.0 to 0.12.1 (#3885) (@dependabot[bot])
* 50434c4571b59dd6d94de5f914daa88e2a49aaab: build(deps): bump github.com/puzpuzpuz/xsync/v3 from 3.3.1 to 3.4.0 (#3886) (@dependabot[bot])
* 7fb535426cfb58a2c902cbbb016fbbba49913e24: build(deps): bump github.com/signalfx/splunk-otel-go/instrumentation/github.com/lib/pq/splunkpq from 1.17.0 to 1.18.0 (#3871) (@dependabot[bot])
* 1a3a42881ef30230e9126e0977a455778b87ed4d: build(deps): bump github.com/thomaspoignant/go-feature-flag from 1.31.0 to 1.31.1 (#3823) (@dependabot[bot])
* bef25273b8592301e3aeda29cf1b7a4246103553: build(deps): bump github.com/zitadel/oidc/v3 from 3.25.1 to 3.26.0 (#3825) (@dependabot[bot])
* 091a4b7de0ff7f652d30b373bc0ca86c611115ab: build(deps): bump github/codeql-action from 3.25.11 to 3.25.12 (#3887) (@dependabot[bot])
* 140601853919f0d4beaf3abb5156513ec059c7ea: build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /tools (#3820) (@dependabot[bot])
ManifestType: defaultLocale
ManifestVersion: 1.6.0
7 changes: 7 additions & 0 deletions manifests/s/stacklok/minder/0.0.55/stacklok.minder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
PackageIdentifier: stacklok.minder
PackageVersion: 0.0.55
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0

0 comments on commit 8eba61b

Please sign in to comment.