diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ac88e5..600835d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2135bf9..17a7f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [0.5.0](https://github.com/bridgecrewio/redshirts/compare/redshirts-v0.4.1...redshirts-v0.5.0) (2023-05-17) + + +### Features + +* add 'did you mean' suggestion plugin ([4efb494](https://github.com/bridgecrewio/redshirts/commit/4efb494a129ef749f9346cacb479435112baba88)) +* add environment variable for supplying token ([#29](https://github.com/bridgecrewio/redshirts/issues/29)) ([6ce4118](https://github.com/bridgecrewio/redshirts/commit/6ce411827a6ea49d739518c8e22771b878d6fb94)) +* add update checker plugin ([63cb018](https://github.com/bridgecrewio/redshirts/commit/63cb018ee6a94fc472db40c356f51776e6307329)) +* Cleanup and rationalization ([#23](https://github.com/bridgecrewio/redshirts/issues/23)) ([c0eb353](https://github.com/bridgecrewio/redshirts/commit/c0eb35338033600262626351b5cc8d308075da90)) +* log more details from failed API calls ([#30](https://github.com/bridgecrewio/redshirts/issues/30)) ([6bf92a6](https://github.com/bridgecrewio/redshirts/commit/6bf92a63e6eed53fd274c155837672f22005676f)) +* only check the default branch for bitbucket and git log ([#19](https://github.com/bridgecrewio/redshirts/issues/19)) ([7b3dba0](https://github.com/bridgecrewio/redshirts/commit/7b3dba0ce9cdd9d1b1938eae4efe2840f4c09f52)) +* Release 0.4.0 ([#73](https://github.com/bridgecrewio/redshirts/issues/73)) ([33d5cc3](https://github.com/bridgecrewio/redshirts/commit/33d5cc34c540f46bc172ec8f24b13bdbd44342a8)) +* Update bot exclusion list ([#45](https://github.com/bridgecrewio/redshirts/issues/45)) ([7494641](https://github.com/bridgecrewio/redshirts/commit/7494641a54c7f63e9f1f6dd9700498ffcc8782fa)) + + +### Bug Fixes + +* actions runner ([b49a186](https://github.com/bridgecrewio/redshirts/commit/b49a186f42b7001aa5dd3ca87d36cab9a72cd48a)) +* add additional environment detail to debug logs ([#75](https://github.com/bridgecrewio/redshirts/issues/75)) ([8c52147](https://github.com/bridgecrewio/redshirts/commit/8c52147a531e0c0a53e79f33d90395bc915da538)) +* add registry url ([7ded447](https://github.com/bridgecrewio/redshirts/commit/7ded447782a49e659545acbdd34a4ef797c9b00d)) +* change package version ([ea18a93](https://github.com/bridgecrewio/redshirts/commit/ea18a93c67a3eeb88b7e71b5d2c3ce5a6255528b)) +* fix env var name for logging API responses ([#70](https://github.com/bridgecrewio/redshirts/issues/70)) ([907565c](https://github.com/bridgecrewio/redshirts/commit/907565cad1a1ce95f84786262b4c104b8f1aee12)) +* Get and use default branch for Azure ([#71](https://github.com/bridgecrewio/redshirts/issues/71)) ([f1a4cd3](https://github.com/bridgecrewio/redshirts/commit/f1a4cd3495c417058ff18138f41a0488b2784d60)) +* ignore duplicate explicit repos ([1d6c0d6](https://github.com/bridgecrewio/redshirts/commit/1d6c0d6c9338a2bece0de79cc12b43c0a86ffda1)) +* minor type and flag fixes ([#40](https://github.com/bridgecrewio/redshirts/issues/40)) ([103e73c](https://github.com/bridgecrewio/redshirts/commit/103e73c424cce3f1496f8aa4a763f1c0eb9a61fd)) +* Use author, not committer, for BB server and gitlab ([#36](https://github.com/bridgecrewio/redshirts/issues/36)) ([1dfd6aa](https://github.com/bridgecrewio/redshirts/commit/1dfd6aa3f746b417da2efc50b48bf31372952f32)) +* use self-hosted runner ([bd3b99b](https://github.com/bridgecrewio/redshirts/commit/bd3b99b6171faf5d6d626b308635357f3508f691)) +* use windows local path separator ([#27](https://github.com/bridgecrewio/redshirts/issues/27)) ([fd9fdc3](https://github.com/bridgecrewio/redshirts/commit/fd9fdc3b6458d89804f96c53a30292370a34c9e6)) + ## [0.4.0](https://github.com/bridgecrewio/redshirts/compare/redshirts-v0.3.1...redshirts-v0.4.0) (2023-05-16) diff --git a/package.json b/package.json index eb07508..01353ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paloaltonetworks/redshirts", - "version": "0.4.1", + "version": "0.5.0", "description": "Counts contributors for git repositories in the same way that Prisma Cloud Code Security counts them for developer-based pricing. Use this tool to estimate the impact on credit consumption prior to connecting repos to the platform. Note that while this tool applies the same logic as the platform when identifying users, due to the timing of platform scans, differences in repo visibility for different access tokens, etc, these results may not exactly match those in the platform. Report issues to your account team, PANW support, or at https://github.com/bridgecrewio/redshirts", "author": "Palo Alto Networks", "bin": {