Skip to content

Commit

Permalink
New version: stacklok.minder 0.0.53: add locale
Browse files Browse the repository at this point in the history
  • Loading branch information
stacklokbot committed Jun 26, 2024
1 parent 4424a3a commit 3b7db8c
Showing 1 changed file with 98 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# 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.53
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
* 81fe44f9ea5fb42fc25807c95f6f5550a070b549: Add UpdateRole rpc and an expired flag to Invitations (#3600) (@rdimitrov)
* 80fee77d006dbb05c4ceb7b700a4c7d25d2e326f: Add an --all flag to the repo-register command (#3681) (@jhrozek)
* 95a340b3a25d8d3d0461151cb8ab2a0c232933b4: Add db queries related to the user_invites table (#3662) (@rdimitrov)
* 457f6ab9bb09137dfa71edaf8d5c417ad34e757c: Add display name for permission roles and use it in ListRoles (#3629) (@rdimitrov)
* 17eb10b9731f35ff215de4824e08672c364a040e: Add docs for provider auto-registration (#3682) (@jhrozek)
* 07f93e0c1dcb59f74b6f15beb24cf684161287bb: Add email and is_accepted to invitation-related proto messages (#3665) (@rdimitrov)
* 0acb9373dfb3c1ee95e956ca823fdcb59528ab09: Add function for generating user invites (#3667) (@rdimitrov)
* 5f200ed126392f20292d9ca2fba8cfa756972bbc: Add helper functions for checking/setting invite expiration (#3698) (@rdimitrov)
* 07fc78867304ad5fa7da507fbbf750538d9ef986: Add helper functions for getting token and mail from context (#3697) (@rdimitrov)
* bd376ce8af590c957dbfb5aff77a0a07fd31f227: Add name validation for projects (#3658) (@JAORMX)
* bef52d666534910763b472a82d9622a39c66ccdf: Added minder provider update CLI command. (#3676) (@blkt)
* 0ab3019c3020dae5141d63401f52fa598735cc3d: Auto-generated DB schema update - 2024-06-18 10:19:56 (#3646) (@github-actions[bot])
* ea510481750cd805a62d0fd9a07e233afb8945da: Auto-generated DB schema update - 2024-06-19 15:56:42 (#3664) (@github-actions[bot])
* 54c62db9034e29bca022cb29c47493d2fefe761a: Auto-generated cli documentation update - 2024-06-18 15:18:38 (#3648) (@github-actions[bot])
* ef1ea3d39a3d37c7393dd2abbae8f1fe8b30e3a1: Auto-generated cli documentation update - 2024-06-19 14:16:14 (#3660) (@github-actions[bot])
* 8263c9cbf5ca4cad86bcc2cfdf6b10b20cbcca62: Auto-generated cli documentation update - 2024-06-19 21:49:04 (#3677) (@github-actions[bot])
* 7e63c4bda67ab4a05993b3b1ef95fd5610047265: Auto-generated cli documentation update - 2024-06-20 12:49:24 (#3679) (@github-actions[bot])
* 015c4757c15e05fa52589bc42aac571a59a2345a: Auto-generated cli documentation update - 2024-06-21 10:35:53 (#3685) (@github-actions[bot])
* aa3580945264449ac47787c5615ddd08fd307ff3: Auto-generated cli documentation update - 2024-06-24 18:21:37 (#3704) (@github-actions[bot])
* 8500b71a4779d6e88e589000b7819f01da4b24ad: Auto-generated cli documentation update - 2024-06-25 10:18:33 (#3707) (@github-actions[bot])
* b256788610f2742915af09efa6813fe39e873f73: Bump go to v1.22.4 (#3657) (@eleftherias)
* cd5d5b49db87560332fca4ba5cca7cf56280c281: Create an InviteService (#3628) (@rdimitrov)
* 5d33ee68d2d65b7adf974276baed17045e613f2c: Decouple Action Engine from Rule Type Engine (#3599) (@dmjb)
* 85f3123757b5ef9efb4eb376177413c07cdcba5e: Define evaluation metrics (#3688) (@dmjb)
* 98373adb14347e11bdb703df365347de476339cd: Do not allow for users to self-resolve their own invitations (#3709) (@rdimitrov)
* 53fe30a3138477a5a24e75dd86527d0130cd5859: Do not return the invite code when listing role assignments and set display name defaults (#3710) (@rdimitrov)
* 30a1884b9ed8742e01c90eb65c16ef7f11b92220: Fall back to `$XDG_CONFIG_PATH/minder/config.yaml` when reading configuration (#3645) (@JAORMX)
* ef45f63d1d948c347337eba8f186f5e5283f37f8: Fix issue with multiple entity IDs (#3699) (@dmjb)
* 6a4341b481966e213bfb23ed190a10af085e8681: Handle nil values from Trusty API (#3638) (@eleftherias)
* cfeaed8b8ae83889018cd2ee3f9cac43e31df871: Implement GetInviteDetails (#3668) (@rdimitrov)
* 13e69af1f2bc648b085521750d30dc7e72ca0821: Implement ListInvitations and ResolveInvitation APIs for UserService (#3666) (@rdimitrov)
* 6e6c00c1052e17029780fb08149a4d200bc0f70c: Implement RPC endpoint to list child projects (#3650) (@JAORMX)
* 29d4ad91ec6e88da19ee09949ae1be928ef7bf2b: Implement `set-project` subcommand (#3656) (@JAORMX)
* 6ff17deb456b8462a333db8e9b6953468b4c74e0: Log evaluation history in new tables (#3659) (@dmjb)
* 66c47f5e86ad108acf27505a27e114d3191b28df: Make invite command visible (#3702) (@rdimitrov)
* b5398b905cadcb3998b8a44ce651915d45911245: Move EngineContext into a subpackage (#3701) (@dmjb)
* 19c0ea8da049f123aacafb85372614d956d75f86: Proto updates related to user management (#3696) (@rdimitrov)
* d847d86d6f63c3842a145a91c73b5c9f4de565a6: Provider update should let back end infer the project ID (#3680) (@jhrozek)
* 266f0f45ba919e723851c4fd69b6a689c226660e: Reconcile entity registration (#3562) (@teodor-yanev)
* 7212761c5d4472322bcd42f5e61d6bd5646cf8c6: Refactor UpdateRole and add display names to invite-related responses (#3689) (@rdimitrov)
* 0d61024b0834fcba8155f5673bbd6a2a8c536a64: Remove path parameters from RemoveRole (#3686) (@rdimitrov)
* d35323032be71591964cd022d67ee9015831be91: Set evaluation errpr immediately after evaluation (#3635) (@dmjb)
* cae4b26277cd9cfa178177b504544218987e9b2a: Start using new eval history table (#3703) (@dmjb)
* 3292de3fec3fe309245840a3a4a300f57aaa9163: Store most recent evaluation time in dedicated column (#3661) (@dmjb)
* cd7a0f287107e947cd7088bce8972b5524bea3fb: Take into account hierarchy when dealing with rule types (#3626) (@JAORMX)
* 7a3bce6e3403dcc7d9d710f2643c960e6675c418: Update AssignRole, RemoveRole and add new UpdateRole handlers (#3672) (@rdimitrov)
* 0af9616f6aae175b70a2d610c4e3d5225249be57: Update make password-login to add an email and attributes (#3663) (@rdimitrov)
* 247627bdfa15e91ab344a7d8a7ed35639f8e0020: Update the auth invite CLI commands (#3674) (@rdimitrov)
* 5e14fa9c458f83185a0d763714395a24fdadc510: Update the project role CLI commands to support invitations (#3675) (@rdimitrov)
* 67208c5bb92e5357df26f970f55530d104fa3e40: Updating provider config (#3468) (@jhrozek)
* b351409d5c155595b2254d5b1050751e08d7405c: Upgrade to zitadel/oidc/v3 (#3627) (@JAORMX)
* 2c0c6b259f295f5ba48e04565ea651f13d4c20ce: Use URLEncoding instead of Std for base64 (#3687) (@rdimitrov)
* f5769d201a9fa44026afc975ecc21b84885c2957: Various changes to the eval history schema service (#3637) (@dmjb)
* a511fa0fdb8277f506d78d3a776261a115b0dfd7: build(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 (#3640) (@dependabot[bot])
* db0328bf0cda0796ebebdd035de200bc6d2248de: build(deps): bump bufbuild/buf-setup-action from 1.33.0 to 1.34.0 (#3692) (@dependabot[bot])
* a63559f92d13fb84f93c6602ad14e57943e4adf1: build(deps): bump docker/build-push-action from 5.4.0 to 6.0.0 (#3639) (@dependabot[bot])
* 929a71aca7add19083964f1176ced4070030eeda: build(deps): bump docker/build-push-action from 6.0.0 to 6.0.1 (#3652) (@dependabot[bot])
* ba0f21e288512d8968df4ceed85604d1c9636421: build(deps): bump docker/build-push-action from 6.0.1 to 6.0.2 (#3684) (@dependabot[bot])
* c1845bc473b78fdad7d05df49502018137c43b6e: build(deps): bump docker/build-push-action from 6.0.2 to 6.1.0 (#3691) (@dependabot[bot])
* c5e341f9592c619be8347a6219f615deea81d71c: build(deps): bump github.com/bufbuild/buf from 1.33.0 to 1.34.0 in /tools (#3694) (@dependabot[bot])
* ca2a83fdf07994db06d549240051b7e51a4f9093: build(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 0.26.5 (#3683) (@dependabot[bot])
* 1fe54c5846e7af7f7d33a4faf72c9d70ec382b98: build(deps): bump github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6 (#3706) (@dependabot[bot])
* 20581f6d78b4a7207cd7ae9610f05ffaceb1bbd1: build(deps): bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2 (#3633) (@dependabot[bot])
* 618d1be91b09f69bbf5cd0d80cd980e932554e9d: build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (#3705) (@dependabot[bot])
* 31e0ca35bc25ec734381824f5fab64dcaf028539: build(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.21 to 2.1.0 (#3644) (@dependabot[bot])
* f0a5d42c326e35030e819bc98f1a5f148b8df198: build(deps): bump github.com/mikefarah/yq/v4 from 4.44.1 to 4.44.2 in /tools (#3631) (@dependabot[bot])
* d08b8f68f4a308c3c8c69f49fbdb81710596ddcb: build(deps): bump github.com/openfga/cli from 0.4.1 to 0.5.0 in /tools (#3678) (@dependabot[bot])
* 8be44f3d4d82082dcab1b4d187ff79ce07f81ee6: build(deps): bump github.com/openfga/go-sdk from 0.4.0 to 0.5.0 (#3643) (@dependabot[bot])
* 7541461e1bdd1649489f0a79c605a1d1cb4e6796: build(deps): bump github.com/openfga/openfga from 1.5.4 to 1.5.5 (#3654) (@dependabot[bot])
* 0287d08c807f4123a7988046fc8531410686138d: build(deps): bump github.com/puzpuzpuz/xsync/v3 from 3.1.0 to 3.2.0 (#3693) (@dependabot[bot])
* c7d18cdf5c7a03ffc8b39beefe7870aae802e029: build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#3632) (@dependabot[bot])
* 663d163a0b64350dbb1e652c52488c1a0b8387e2: build(deps): bump github.com/stacklok/frizbee from 0.0.19 to 0.0.20 (#3655) (@dependabot[bot])
* c99f1bb93ec48ccc6c3dcec406083fcd41e9b739: build(deps): bump ko-build/setup-ko from 0.6 to 0.7 (#3641) (@dependabot[bot])
* d13cef7ff37b2720921692768a8ceb55f9676538: build(deps): bump mobx from 6.12.3 to 6.12.4 in /docs (#3622) (@dependabot[bot])
* cb390b5df0849af31175da96c2d033f6285b1dea: build(deps): bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#3653) (@dependabot[bot])
* ac7c77695df017d975b71a19099e8a73fb952516: build(deps): bump redocusaurus from 2.0.2 to 2.1.0 in /docs (#3695) (@dependabot[bot])
* ad7bb5e1a56efe9cc58b83f66c3587df30806094: build(deps): bump ws from 7.5.9 to 7.5.10 in /docs (#3642) (@dependabot[bot])
ManifestType: defaultLocale
ManifestVersion: 1.6.0

0 comments on commit 3b7db8c

Please sign in to comment.