Skip to content

Commit

Permalink
New version: stacklok.frizbee 0.0.16: add locale
Browse files Browse the repository at this point in the history
  • Loading branch information
stacklokbot committed Jun 4, 2024
1 parent 4eaa16e commit 2500ac9
Showing 1 changed file with 87 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# 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.frizbee
PackageVersion: 0.0.16
PackageLocale: en-US
Publisher: stacklok
PublisherSupportUrl: https://github.com/stacklok/frizbee/issues/new/choose
PackageName: frizbee
PackageUrl: https://stacklok.com
License: Apache-2.0
LicenseUrl: https://github.com/stacklok/frizbee/blob/main/LICENSE
Copyright: Stacklok, Inc.
ShortDescription: frizbee is a tool you may throw a tag at and it comes back with a checksum.
Moniker: frizbee
Tags:
- golang
- cli
ReleaseNotes: |
## Changelog
* 66826151e618c226278f3670e8fd0ec8bbb2a4ca: --- (@dependabot[bot])
* c00245f87ef1de7d6f6db105a081384d497782ce: Add Trivy repository scan configuration (@stacklokbot)
* 3a0d04b4a864dc9e5d5720a2c4ef129b8f8b2164: Add another option for passing an already created GitHub Client (@rdimitrov)
* 2f04baff4fd434c4353e91d7d981db9aafcbe7b5: Add more replacer unit test coverage (@rdimitrov)
* f5908a018f65d0dd85182cde6bcc0639a0f5d3d1: Add more unit tests - cache, config, ghrest, cli, action, image (@rdimitrov)
* e5da0cf831676262889bc23519c4cd872611b4d4: Add test case for custom regex and tidy up the package layout (@rdimitrov)
* 968d18d471fbf1f805953735277510fa443972ee: Add tests for the list functionality (@rdimitrov)
* 6fd9044a1ff78a30b4cf4ca5bea6407a1df8286c: Add/update the stacklok license header (@rdimitrov)
* 6c8c00d082258b83cc47be322c5c66b773bab6a1: Bump actions/checkout from 4.1.1 to 4.1.6 (@dependabot[bot])
* 9cc9e5140f6a1808b87ab9c82625c31562c0a6cd: Bump actions/checkout from 4.1.2 to 4.1.3 (@dependabot[bot])
* a5ed510d1a0947cf73f89ef95e5a6ff00207218b: Bump actions/checkout from 4.1.3 to 4.1.4 (@dependabot[bot])
* 776f763622a5496c3c68ab7061ffd3d529de2771: Bump actions/checkout from 4.1.4 to 4.1.5 (@dependabot[bot])
* d567176b3b0c22d81e940d80d79ba1299ecc11bc: Bump actions/download-artifact from 4.1.4 to 4.1.5 (@dependabot[bot])
* 2a69398a562b70ed2056e5dd8e21bb540264e393: Bump actions/download-artifact from 4.1.5 to 4.1.6 (@dependabot[bot])
* 3a13cc6c59f20c1383ded68e06c1b99307e9dcef: Bump actions/download-artifact from 4.1.6 to 4.1.7 (@dependabot[bot])
* 1b80f09af7bcc20f9b3707783e6785247282e1c8: Bump actions/setup-go from 5.0.0 to 5.0.1 (@dependabot[bot])
* abd3493d1cd7686e153c78e7b8ab52db40ddf1ab: Bump actions/upload-artifact from 4.3.1 to 4.3.2 (@dependabot[bot])
* c48ffb1e1a5a0e7d3430db86a16024ddc25aedf1: Bump actions/upload-artifact from 4.3.2 to 4.3.3 (@dependabot[bot])
* d72f99093c5c0852396e8d4fbe129bcd9d2098ae: Bump anchore/sbom-action from 0.15.10 to 0.15.11 (@dependabot[bot])
* 74d6dbaf2226a74f618112ba56cc3e782ad5d133: Bump aquasecurity/trivy-action from 0.16.1 to 0.21.0 (@dependabot[bot])
* 422473a5a266366ac1ae55c4bb435824787f4e46: Bump coverallsapp/github-action from 2.2.3 to 2.3.0 (@dependabot[bot])
* fa0aaf9f7085a441a86adcaa977b507a850cf85f: Bump expected hashes of checkout@v4 to 4.1.3 (@jhrozek)
* db02f603bb0b7bfc6bf34bf6d3150a973f46be3a: Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (@dependabot[bot])
* d6c291830096c89551f10b1ee873dbb1ff0bd340: Bump golangci/golangci-lint-action from 5.0.0 to 5.1.0 (@dependabot[bot])
* 39722c074372c49e44c51bcda682fa8f69a31422: Bump golangci/golangci-lint-action from 5.1.0 to 6.0.0 (@dependabot[bot])
* b27f0f1b2339bd1d5f575397f347a0199604dadb: Bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 (@dependabot[bot])
* 5d80d7848a338a2d5b7e688ae1c1718ff955a79d: Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (@dependabot[bot])
* 2b95c0832061e674fe051dbb4f80c0f588afe5cc: Bump slsa-framework/slsa-github-generator from 1.10.0 to 2.0.0 (@dependabot[bot])
* fc9df038996e7c46aad40ed05570815cdf1bb845: Bump the expected hash of buf-setup-action (@jhrozek)
* 4ff1d926999c570575a3071741370d6cde0d56c4: Create a default GitHub REST client (@rdimitrov)
* 9528cdfa896d801055aef5226674c5db72b0c829: Disable the init check explicitly (@jhrozek)
* 7522446012f771cef2d334b9372b4917bd07a370: Do not overwrite the parser's regex if the new value is an empty string (@rdimitrov)
* 54d843a6c393abdd0e6f26e52d00f8e0a74b8c90: Fix linting errors (@rdimitrov)
* c2aa963eb53b0d3e3cfa5b33e166cdfcf5bcafe1: Group up the methods for parsing actions and images (@rdimitrov)
* 8a24357b89f484ef3027fa4ce1b351aa6d90ca05: Ignore processing commented lines in yaml (@rdimitrov)
* 10550d0bd11e1ee35ae72ddfd38b5b9fbbecf65e: Merge pull request #110 from stacklok/dependabot/github_actions/actions/upload-artifact-4.3.2 (@JAORMX)
* ccf50155890a5e0f6d264b63286cab8a77395d57: Merge pull request #111 from stacklok/dependabot/github_actions/actions/download-artifact-4.1.5 (@JAORMX)
* d77ca9026c21231c5187a65e3f73d6121ce2f6e2: Merge pull request #112 from stacklok/dependabot/github_actions/actions/checkout-4.1.3 (@JAORMX)
* 502773fed5aaedc154cbc98a3fc03942add20080: Merge pull request #113 from stacklok/dependabot/github_actions/slsa-framework/slsa-github-generator-2.0.0 (@JAORMX)
* c9ab6787251d89e70d902e38df48bdfe06bcef84: Merge pull request #114 from stacklok/dependabot/github_actions/actions/upload-artifact-4.3.3 (@JAORMX)
* 721bc3b7b058f5a3dfe794047a2db9fe411d154a: Merge pull request #115 from stacklok/dependabot/github_actions/actions/download-artifact-4.1.6 (@JAORMX)
* c3c24904b1abb6c7388b82e9fe1fc8d51563b6ee: Merge pull request #116 from jhrozek/test_checkout_4_1_3 (@JAORMX)
* b636b125fb3495bcd186f653d0e458a04de22882: Merge pull request #117 from stacklok/dependabot/github_actions/golangci/golangci-lint-action-5.0.0 (@JAORMX)
* 3153e8d24b7053f6d50e8290ae81a762c0c0181e: Merge pull request #118 from stacklok/dependabot/github_actions/actions/checkout-4.1.4 (@JAORMX)
* e385e3369a090db8605791d83c7d87c241fa3b89: Merge pull request #119 from stacklok/dependabot/github_actions/actions/download-artifact-4.1.7 (@JAORMX)
* 563d912c19cde8dcb3b0ae43df170c45666f97ac: Merge pull request #120 from jhrozek/bump_buf_build_hash (@JAORMX)
* a6230c3874a0d64d669bba98c033bfb5db88820c: Merge pull request #121 from stacklok/dependabot/github_actions/anchore/sbom-action-0.15.11 (@JAORMX)
* 2f9c81ab65588a84e5b5b6679f6d5aec42b23087: Merge pull request #122 from jhrozek/act_checksum_bump (@JAORMX)
* 825d960f5d2d4b3d87bb24a69e0898a0e6e3ccbe: Merge pull request #123 from stacklok/dependabot/github_actions/golangci/golangci-lint-action-5.1.0 (@jhrozek)
* 804b81d7a67269b5f546739988c2801a3156cf9d: Merge pull request #124 from stacklok/dependabot/github_actions/actions/setup-go-5.0.1 (@JAORMX)
* e12d1e6c040d20b7a9a5c71635ee67848f270d96: Merge pull request #126 from stacklok/dependabot/github_actions/golangci/golangci-lint-action-6.0.0 (@JAORMX)
* 45348ba1d2ed50681ab9a2834fdda913b75ac885: Merge pull request #127 from stacklok/dependabot/github_actions/actions/checkout-4.1.5 (@JAORMX)
* 72c01c999be0bd1b55df20730df2d4c7df060adb: Merge pull request #128 from stacklok/dependabot/github_actions/golangci/golangci-lint-action-6.0.1 (@JAORMX)
* cc67655a47082cce0d9ce98cee00c2f83350ae74: Merge pull request #129 from stacklok/minder_add_trivy_repository_scan_configuration (@JAORMX)
* a9e21341fadab87a4f4e912a3503cbfa73f0698d: Merge pull request #131 from stacklok/dependabot/github_actions/coverallsapp/github-action-2.3.0 (@JAORMX)
* 94372e39938149fe22cb22149e610247f2ed4ef4: Merge pull request #132 from stacklok/dependabot/github_actions/goreleaser/goreleaser-action-5.1.0 (@JAORMX)
* b46e6d6c34011ec9ccaf9892abafc8b75a57c7a8: Merge pull request #134 from stacklok/dependabot/github_actions/actions/checkout-4.1.6 (@JAORMX)
* e59ee8eaea4ce3976baa896a1b1bca72ce312907: Merge pull request #135 from stacklok/dependabot/github_actions/anchore/sbom-action-0.16.0 (@JAORMX)
* 427c840b6d996fe5697165eaf3ad13ffa9310384: Merge pull request #136 from stacklok/dependabot/github_actions/aquasecurity/trivy-action-0.21.0 (@JAORMX)
* 181f1567cfeaf5998c4922deb3b73cbcb06af694: Merge pull request #139 from stacklok/refactor (@rdimitrov)
* c3475277e7026cf00dcac609fa05acb9d66ea663: Refactor Frizbee (@rdimitrov)
* 4d7ab811b8f4f98327edc026ddf83543d0dc2cd1: Streamline path and one commands to one action or image command (@rdimitrov)
* b5f98fb57eb004e0bcec5057ab5723e481e93f37: Tidy up the image and actions packages (@rdimitrov)
* 5f07ebe5a4aa917c7adedf4e98ddb9e4a5cb16b6: Update README.md (@rdimitrov)
* cbff99f86a918c3563273d48d0b56e63609365ff: Update the unit tests (@rdimitrov)
* a50132a2be57616af81219f2f841fad7c7fd6252: actions/checkout@v4 bump in tests (@jhrozek)
ManifestType: defaultLocale
ManifestVersion: 1.6.0

0 comments on commit 2500ac9

Please sign in to comment.