forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: stacklok.minder 0.0.77: add locale
- Loading branch information
stacklokbot
committed
Dec 3, 2024
1 parent
8b0c17d
commit bb819e5
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
61 changes: 61 additions & 0 deletions
61
manifests/s/stacklok/minder/0.0.77/stacklok.minder.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# 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.77 | ||
PackageLocale: en-US | ||
Publisher: stacklok | ||
PublisherSupportUrl: https://github.com/mindersec/minder/issues/new/choose | ||
PackageName: minder | ||
PackageUrl: https://stacklok.com | ||
License: Apache-2.0 | ||
LicenseUrl: https://github.com/mindersec/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 | ||
* 6ac62d2ecbe255cb5dd84b7fc9f9cdee27f1922a: Add Datasources Update (#5072) (@teodor-yanev) | ||
* c7e8d6db3cc3b5b095dd064738e1bfedc24766b3: Add data source processing to rule update/create. (#5111) (@blkt) | ||
* f91642064fc030479c90188b5ef82115bd0d25f1: Add data sources service to server. (#5073) (@blkt) | ||
* 1bb85718e5a85ce71e8b0e294a9003735b2246c3: Add delete statement for `rule_type_data_sources`. (#5097) (@blkt) | ||
* e8bb67350c1dd52b0921d07b8b0c2bf55a891427: Add insert statement for `rule_type_data_sources`. (#5082) (@blkt) | ||
* f10e99aeb364b4c0892e18e8a1e0aab4581f54e3: Add test for API field validation (#5071) (@eleftherias) | ||
* 1eb3600ccf32b9e57b3b85ac927fd392bb9a546d: Add test for listing ruletypes (#5106) (@eleftherias) | ||
* 8c13a679faa8550ce1e64109fd8aa5a34c1ade8c: Default project ID for data source create/update (#5122) (@JAORMX) | ||
* 258f3e2ca09458b1e591f7a6b5749cbbbffadda8: Delay data sources initialization, wire ingestion to init (#5091) (@puerco) | ||
* f6afcd49bd2ea79a685d58d43bd98f73d288193a: Dependency ingester (#5058) (@puerco) | ||
* 3daf7d1e2ed3e1ba256bdfd887c842c2e9911dfa: Don't require context in API calls (#5081) (@eleftherias) | ||
* c7b6f8d8bf85471b4919779146b9fcbf8db274be: Enable CreateDataSource and UpdateDataSource API calls to complete (#5101) (@puerco) | ||
* 532e3be0da531a4c5a1337336c2ca6b596d7bafe: Explicitly check server name in client TLS configuration (#5095) (@JAORMX) | ||
* 943c9991acb9e33cd53ea62416de715de7aab621: Fix missing data source id in update (#5115) (@puerco) | ||
* 911855a9e07b81f018d11a29cc9c328b3c75b39c: Fix on delete cascade in `rule_type_data_sources`. (#5085) (@blkt) | ||
* 285391064676e8ac6c2da65f677bf4b19e0dd096: Fix race in deps branch test (#5087) (@puerco) | ||
* 41bfc8a8b9cfcbba37e3bae077f12103d54e7296: Implement the Create handler for data sources (#5079) (@rdimitrov) | ||
* 531313b9c3d22175119126d72843188d035b3fa8: Implement the rest of the handlers for data sources (#5080) (@rdimitrov) | ||
* b84d50423cd30f48f4183dac45f68eb66e4ad05e: Introduce a dependency extractor abstraction (#5092) (@puerco) | ||
* 7e41aa9e38398308291bdaf69cdc95131533e465: Move PullRequest to internal proto file (#5067) (@eleftherias) | ||
* 9523a8ee3aed54391f0f92f81fc188e1cb996cba: Pass context with ingestion to data sources (#5093) (@puerco) | ||
* 7f5f068d65ae1f776a7d62f06dba643e18b12f69: Remove `ValidateRuleTypeReferences` from data sources service (#5077) (@JAORMX) | ||
* e23c57ec9aa242ebd76a36d1bcad9364b45577cd: Remove unused BranchProtection message (#5083) (@eleftherias) | ||
* 76bb3a680d519f020f447bd4b77d9cb432be3573: Set required proto field for user and provider token (#5096) (@eleftherias) | ||
* 7d21b200c9f5b28f226f4d59eac8f7196cd1d8f7: Set required proto fields for profiles (#5099) (@eleftherias) | ||
* 719d4179104658feaf690f2d24495e8a494cb4d0: Set required proto fields for project and entity evals (#5109) (@eleftherias) | ||
* 425352bb428e1da84ac09353bbaa9f21aee5e549: Set required proto fields for ruletypes (#5108) (@eleftherias) | ||
* 85126cb7dea51d50e885f38b877d28ae2ded77d1: Set required proto fields in invite and authz messages (#5078) (@eleftherias) | ||
* 93c054ada70b19ca8bbc68521ca81a6b0abd0f6b: Set required proto fields in repositories (#5086) (@eleftherias) | ||
* fe301774250b8522f3e09feccd5fd2c42ce900bf: Use Data Source ID only to check for rule type references (#5121) (@JAORMX) | ||
* e71d4d94adf9e2accb2011f6beae2dc6c8c92c93: Validate Data Sources when creating rules. (#5068) (@blkt) | ||
* 23fe208434adabc7b10a3086e6f625a49b0c5c12: build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.5 to 1.28.6 (#5104) (@dependabot[bot]) | ||
* 1d5c370221cc37263aa96e57076742f4a9e6c718: build(deps): bump github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.38.3 to 1.38.4 (#5103) (@dependabot[bot]) | ||
* fb7b2f7b41253490fcf0fa0a759087ede031d21a: build(deps): bump github.com/google/osv-scalibr from 0.1.4 to 0.1.5 (#5069) (@dependabot[bot]) | ||
* b41a72320064ce63312b142c836927ce475c6819: build(deps): bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 (#5102) (@dependabot[bot]) | ||
* d045aa7ca30e8be955629dae846f4171fa4470cc: build(deps): bump github.com/openfga/cli from 0.6.1 to 0.6.2 in /tools (#5116) (@dependabot[bot]) | ||
* 5dfc7d0cfe7e46e86704312a60397440a2b8d427: build(deps): bump github.com/quic-go/quic-go from 0.48.1 to 0.48.2 in /tools (#5112) (@dependabot[bot]) | ||
* 37cd413cff67cc9c4f3546db0d2d2bf1b40c1311: cli: Validate data sources before server calls (#5074) (@JAORMX) | ||
* bd808f058de74554ea1a407590db635cbf79fd7e: data sources: Add API validation on writes and update by name (#5076) (@JAORMX) | ||
* b9b72844d313fb49276ba345d6c16a92fbeab18e: datasource :Fix panic in transaction subsystem (#5114) (@puerco) | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
bb819e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@check-spelling-bot Report
🔴 Please review
See the 📜action log for details.
Unrecognized words (6)
DPipelines
DUS
Fhealth
Fservices
Fstatus
img
To accept ✔️ these unrecognized words as correct, run the following commands
... in a clone of the [email protected]:stacklok/winget-pkgs.git repository
on the
minder-0.0.77
branch (ℹ️ how do I use this?):Pattern suggestions ✂️ (2)
You could add these patterns to .github/actions/spelling/patterns.txt:
Warnings (1)
See the 📜action log for details.
See ℹ️ Event descriptions for more information.
If the flagged items are 🤯 false positives
If items relate to a ...
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txt
file matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^
refers to the file's path from the root of the repository, so^README\.md$
would exclude README.md (on whichever branch you're using).well-formed pattern.
If you can write a pattern that would match it,
try adding it to the
patterns.txt
file.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.