diff --git a/manifests/s/stacklok/minder/0.0.32/stacklok.minder.installer.yaml b/manifests/s/stacklok/minder/0.0.32/stacklok.minder.installer.yaml new file mode 100644 index 000000000000..d1bf1549f483 --- /dev/null +++ b/manifests/s/stacklok/minder/0.0.32/stacklok.minder.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +PackageIdentifier: stacklok.minder +PackageVersion: 0.0.32 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-03-04" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: minder.exe + PortableCommandAlias: minder + InstallerUrl: https://github.com/stacklok/minder/releases/download/v0.0.32/minder_0.0.32_windows_arm64.zip + InstallerSha256: 52d5fce557769094dd6d99f14dc95a271f10ef010c27296f55bee3b857c8f765 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: minder.exe + PortableCommandAlias: minder + InstallerUrl: https://github.com/stacklok/minder/releases/download/v0.0.32/minder_0.0.32_windows_amd64.zip + InstallerSha256: fce97a8713770cd0373440aee7cb17d936831af0337bc84021af5831988cacc3 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/s/stacklok/minder/0.0.32/stacklok.minder.locale.en-US.yaml b/manifests/s/stacklok/minder/0.0.32/stacklok.minder.locale.en-US.yaml new file mode 100644 index 000000000000..de24473b3449 --- /dev/null +++ b/manifests/s/stacklok/minder/0.0.32/stacklok.minder.locale.en-US.yaml @@ -0,0 +1,63 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +PackageIdentifier: stacklok.minder +PackageVersion: 0.0.32 +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 + * 9f277dfb72efe6c756adb3411619f7b009bb782e: Add explicit severity to rule types (#2452) (@JAORMX) + * b912ba3dde50f1aab3a2c0b0359246ca012b129b: Add name validation for profiles and rule types, move static validation first, add tests (#2462) (@evankanderson) + * d3fb885b05190f027ec9969eb8a9223d67a1fbf1: Add provider callback handler for web app (#2413) (@eleftherias) + * 03be497aec0f5ee6c58240e2f2c5c45490f4bcf1: Add test coverage for #2432 (#2434) (@evankanderson) + * 5ccb0bbe50dcdc66032bc738413f0888a7cecfc9: Allow for configuring CORS in minder's HTTP server (#2474) (@JAORMX) + * 964e3670364d05fe54327b8fbec9fa135b1d19fb: Auto-generated DB schema update - 2024-02-28 18:18:45 (#2460) (@github-actions[bot]) + * be483db59df1f0ebcfd8fefe981ed4b6663c0621: Auto-generated DB schema update - 2024-02-28 19:08:35 (#2461) (@github-actions[bot]) + * 53c5c5ad18c113270d2ef3383f8ce83ba5312512: Auto-generated cli documentation update - 2024-02-29 14:10:50 (#2469) (@github-actions[bot]) + * 97fedddd9026ba5bcba2bf37a7851d89e1dccaee: Catch errors in refresh token fetching (#2473) (@JAORMX) + * 322fc189c4711dd00dfdafd47f596b37d7beb919: Do not ingest indirect go dependencies (#2429) (@rdimitrov) + * 248b9cf123bdf7d0ce1da1d3b2aec53ec26dbff3: Ensure user is logged in upon going through the quickstart flow (#2458) (@rdimitrov) + * b88c2a9e9be47f8ddb87c8688ae4d4cddb60af9b: Expose more errors as user-visible so users can adjust their queries in a useful way. (#2448) (@evankanderson) + * 08790d29e0026b6c09f899ab6340d7e6de80a69b: Fix GHSA fix with respect to int64 update in #2415 (#2431) (@evankanderson) + * 53868a878e93f29c43437f96dbc990b548e48d1d: Fix client crash with fix for GHSA-q6h8-4j2v-pjg4 (#2432) (@evankanderson) + * a3f611bb8f263712e11cd360589a3a8cdcf2b6c2: Improve logging when ProjectsForUser returns an error (#2435) (@evankanderson) + * ffb3a1aa6c9eba198e90d4f8752ab31ba417786e: Log and report operating project details when return permission denied error (#2436) (@evankanderson) + * c3c9980a851ff3aab190cdb9416bdbce0c5fb8b5: Merge pull request from GHSA-q6h8-4j2v-pjg4 (@evankanderson) + * a115c8524fbd582b2b277eaadce024bebbded508: Move webhook create/delete into separate interface (#2459) (@dmjb) + * 7f06c0a717f752c98d6f353ec60ff151c0d1ec7e: Print a helpful message in case of unauthenticated grpc code (#2455) (@rdimitrov) + * b87504e194f2793d0d89aefdb1ab518b54f68fc5: Promote Github PR ID to int64 (#2446) (@dmjb) + * e1e6c3e86aa358f67381917fbd1f3945c696789d: Use uber-go/mock instead of the deprecated `github.com/golang/mock/gomock` (#2454) (@JAORMX) + * 3ef4cc9bb1b268c7adbd67d4aab79d6e45acc7aa: build(deps): bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 (#2464) (@dependabot[bot]) + * 7f134919c0e3fc80a30743ca7d3c59735fc218b7: build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#2450) (@dependabot[bot]) + * 3edf3755997dd61d3a90970171ad3cdbd2dc4d4f: build(deps): bump github.com/daixiang0/gci from 0.12.3 to 0.13.0 in /tools (#2437) (@dependabot[bot]) + * afa1279f5b3cac7e6753a72f21a806dd5bddbf01: build(deps): bump github.com/fergusstrange/embedded-postgres from 1.25.0 to 1.26.0 (#2463) (@dependabot[bot]) + * 25e9fd6422ab1a2b45cd03c320b471fa978101f6: build(deps): bump github.com/go-critic/go-critic from 0.11.1 to 0.11.2 in /tools (#2466) (@dependabot[bot]) + * e88e74272ac912035238439432bdb4e5f66d27bd: build(deps): bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 (#2478) (@dependabot[bot]) + * 888679497fc642c78b3894eb5a22696bcc8fc830: build(deps): bump github.com/norwoodj/helm-docs from 1.13.0 to 1.13.1 in /tools (#2476) (@dependabot[bot]) + * 3685c7bb37abfd4b89da6f9909daf959507266ab: build(deps): bump github.com/open-policy-agent/opa from 0.61.0 to 0.62.0 (#2472) (@dependabot[bot]) + * 5fd0f742d4e9d5b5673f09f431ab639f427a4098: build(deps): bump github.com/openfga/openfga from 1.4.3 to 1.5.0 (#2479) (@dependabot[bot]) + * a10ba305008040b6383f971e19361be94a1ede75: build(deps): bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 (#2451) (@dependabot[bot]) + * 3cf2714e0bc5421aadb5532cae73c49997c5e136: build(deps): bump github.com/puzpuzpuz/xsync/v3 from 3.0.2 to 3.1.0 (#2438) (@dependabot[bot]) + * dec0ab88c3cdc33a77f80eca0cb249b8723ece5f: build(deps): bump github.com/signalfx/splunk-otel-go/instrumentation/github.com/lib/pq/splunkpq from 1.13.0 to 1.14.0 (#2442) (@dependabot[bot]) + * 7d3c7f4291abbdc1636710538335fc1b12da7657: build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2477) (@dependabot[bot]) + * e819885d6a2ab6fe006a1c2e0f63ce73b9a0cd35: build(deps): bump github.com/styrainc/regal from 0.17.0 to 0.18.0 (#2480) (@dependabot[bot]) + * 4d60db568c0af910b236938386c52c743aa4c5a1: build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 (#2471) (@dependabot[bot]) + * dd8861f6b3cc31527371b3c3dbed1a1166ed1cf3: build(deps): bump go.opentelemetry.io/otel/exporters/prometheus from 0.45.2 to 0.46.0 (#2440) (@dependabot[bot]) + * 85ff2e8cabf654d9aab459cd3886e1b32242cc87: build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.23.1 to 1.24.0 (#2441) (@dependabot[bot]) + * c2103c7941dab99aa867a53ef4eacc43b1fc4358: build(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#2439) (@dependabot[bot]) + * 3d5b7e348626aa95476108b3bb7d4174a1f0283f: build(deps): bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 (#2449) (@dependabot[bot]) + * 5971273541be80bf2657b0e3736699922d3d4772: bump github.com/openfga/cli from 0.2.5 to 0.2.6 in /tools (#2467) (@JAORMX) + * 0494a8482e36a521904eeba4402e05ba658c4c6e: migrate webhook IDs to 64-bit integers (#2444) (@dmjb) +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/s/stacklok/minder/0.0.32/stacklok.minder.yaml b/manifests/s/stacklok/minder/0.0.32/stacklok.minder.yaml new file mode 100644 index 000000000000..1b168383bcaf --- /dev/null +++ b/manifests/s/stacklok/minder/0.0.32/stacklok.minder.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +PackageIdentifier: stacklok.minder +PackageVersion: 0.0.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0