Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.3...v3.0.0) (2025-01-02)

### Bug Fixes

* clone repo arguments ([f900f92](f900f92))
* **config:** updated config based display and failure ([americanexpress#55](https://github.com/grinish21/earlybird/issues/55)) ([5247ccf](5247ccf))
* error when the compress file has size 0 ([16588b0](16588b0))
* feedback and unit tests ([a677136](a677136))
* **nameScanner:** updated logic to fail a scan to respect severity and confidence ([a7b9a56](a7b9a56))
* **password-secret:** valid regex for one-liner files ([7c5e455](7c5e455))
* release branch set to main ([fcdba6f](fcdba6f))
* remove the default ignore with .gitignore to avoid missing scans on the repo. ([2e6255d](2e6255d))
* require digits for card mod10 check ([0462806](0462806))
* scan failure provision for info level hits ([1174e45](1174e45))
* **ssn:** updated ssn rule to ignore flaging 9xx in third group ([2230817](2230817))
* the extension regex was not reading the dot ([53cf2c8](53cf2c8))

* Merge pull request americanexpress#82 from americanexpress/feat/version-upgrade ([810b7fb](810b7fb)), closes [americanexpress#82](https://github.com/grinish21/earlybird/issues/82)

### Features

* add arm64 binary for use on M1 hardware ([23c4ff0](23c4ff0))
* add keepAlive flag and fix worker flag read ([americanexpress#47](https://github.com/grinish21/earlybird/issues/47)) ([549081d](549081d))
* add ldflags for version injection during artifacts build ([32fc145](32fc145))
* adding branch scanning ([f1f2710](f1f2710))
* adding doc conversion ([c746b67](c746b67))
* **config:** added config to avoid exit code 1 for scan failure ([5b0e14a](5b0e14a))
* **config:** not exiting process after update and reloading config ([americanexpress#74](https://github.com/grinish21/earlybird/issues/74)) ([a96d2a2](a96d2a2))
* **file-with-console:** updated code based to broadcast and write it… ([americanexpress#60](https://github.com/grinish21/earlybird/issues/60)) ([92e6123](92e6123))
* use semantic versioning to create semantic releases and changelog.md file ([2e8a2e9](2e8a2e9))

### BREAKING CHANGES

* Deps update for Vulnerability fixes, version update to go 1.20 and module update
  • Loading branch information
semantic-release-bot committed Jan 2, 2025
1 parent 3c15ba9 commit 6793042
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# [3.0.0](https://github.com/grinish21/earlybird/compare/v2.0.3...v3.0.0) (2025-01-02)


### Bug Fixes

* clone repo arguments ([f900f92](https://github.com/grinish21/earlybird/commit/f900f92d635ee71383c9564977987c341d732b2d))
* **config:** updated config based display and failure ([#55](https://github.com/grinish21/earlybird/issues/55)) ([5247ccf](https://github.com/grinish21/earlybird/commit/5247ccf4f438f9b3086ff7c16e70f2e46d0ff9a6))
* error when the compress file has size 0 ([16588b0](https://github.com/grinish21/earlybird/commit/16588b0305d168542498689019ee44c16f08099f))
* feedback and unit tests ([a677136](https://github.com/grinish21/earlybird/commit/a677136fbaa5115fc84f7cfecbcf563fed8f43f0))
* **nameScanner:** updated logic to fail a scan to respect severity and confidence ([a7b9a56](https://github.com/grinish21/earlybird/commit/a7b9a5684eab2b429dc9698e48cbf1816bf82fe4))
* **password-secret:** valid regex for one-liner files ([7c5e455](https://github.com/grinish21/earlybird/commit/7c5e4556f4482123add83f2730644f89fcf46330))
* release branch set to main ([fcdba6f](https://github.com/grinish21/earlybird/commit/fcdba6f995c3e699e21cffe8fa33d132771c7c70))
* remove the default ignore with .gitignore to avoid missing scans on the repo. ([2e6255d](https://github.com/grinish21/earlybird/commit/2e6255d0aaa79821902ede4e90a41e2e10cdd4d4))
* require digits for card mod10 check ([0462806](https://github.com/grinish21/earlybird/commit/04628068e642a3c23754e8f3085469968870e09c))
* scan failure provision for info level hits ([1174e45](https://github.com/grinish21/earlybird/commit/1174e45400dd375d0f6555e042d8ce7959b52e61))
* **ssn:** updated ssn rule to ignore flaging 9xx in third group ([2230817](https://github.com/grinish21/earlybird/commit/2230817baa0ef6de3918219d9b789b17d4228346))
* the extension regex was not reading the dot ([53cf2c8](https://github.com/grinish21/earlybird/commit/53cf2c8b28c75160494784f12d574df24f996159))


* Merge pull request #82 from americanexpress/feat/version-upgrade ([810b7fb](https://github.com/grinish21/earlybird/commit/810b7fb6c0c66a8ea77deb05df4777f732d8ac6e)), closes [#82](https://github.com/grinish21/earlybird/issues/82)


### Features

* add arm64 binary for use on M1 hardware ([23c4ff0](https://github.com/grinish21/earlybird/commit/23c4ff0b79180f8cff141c7e5c38101de5958e31))
* add keepAlive flag and fix worker flag read ([#47](https://github.com/grinish21/earlybird/issues/47)) ([549081d](https://github.com/grinish21/earlybird/commit/549081d257a0d2de4a9f256e1d9a948d2a670c30))
* add ldflags for version injection during artifacts build ([32fc145](https://github.com/grinish21/earlybird/commit/32fc14532597334c6b99900d4b092cd100768632))
* adding branch scanning ([f1f2710](https://github.com/grinish21/earlybird/commit/f1f27103ad48b55f972c9457387cc4d0c4476f5d))
* adding doc conversion ([c746b67](https://github.com/grinish21/earlybird/commit/c746b6739463c6905bdfbb68074b8e970f9d153a))
* **config:** added config to avoid exit code 1 for scan failure ([5b0e14a](https://github.com/grinish21/earlybird/commit/5b0e14a039bf5d2eeebc71867864a96f2d9dd3d0))
* **config:** not exiting process after update and reloading config ([#74](https://github.com/grinish21/earlybird/issues/74)) ([a96d2a2](https://github.com/grinish21/earlybird/commit/a96d2a2567ab3cf186e3309da20031dc749e241f))
* **file-with-console:** updated code based to broadcast and write it… ([#60](https://github.com/grinish21/earlybird/issues/60)) ([92e6123](https://github.com/grinish21/earlybird/commit/92e6123fec5a7d6046f8c5914796550050522df5))
* use semantic versioning to create semantic releases and changelog.md file ([2e8a2e9](https://github.com/grinish21/earlybird/commit/2e8a2e91cf0f1f8ccd4b96d01c9a5f5db0c06cd8))


### BREAKING CHANGES

* Deps update for Vulnerability fixes, version update to go 1.20 and module update

## [4.1.2](https://github.com/americanexpress/earlybird/compare/v4.1.1...v4.1.2) (2024-05-20)


Expand Down

0 comments on commit 6793042

Please sign in to comment.