Skip to content

Commit

Permalink
docs: Update changelog for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed Sep 21, 2022
1 parent fd91a33 commit 1e28b07
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fileignoreconfig:
- filename: .github/workflows/on-frontend-pr.yml
checksum: 83c7aeebccb853d357cc19011cada015f020d92ab34798a88d4e4a0426087c5b
- filename: CHANGELOG.md
checksum: 8bc1fe8d63fd68bf0bac7667a485c9bde641d05f68264829778cb222d5a5adbf
checksum: 599739c4e30260553f2a270f6bea082d516dd7cd338a6a50099590f391fb4699
- filename: README.md
checksum: 83a5379d82fd6a65b284c17173577c827a9b5191d471e989095323e07acdef0f
- filename: backend/build.gradle
Expand Down Expand Up @@ -67,14 +67,14 @@ fileignoreconfig:
checksum: ce87091b9e60b4172b60c0e6845eb70022027a5e1b2ff1d0ce838682f24d0100
- filename: bin/install-talisman.sh
checksum: 94703e38e7c00dbac423eaf0a25709dd83d8cd1274fb7d31628f4aabc60e287b
- filename: doc/sample2.png
checksum: 85b0a3f011aa35389c450d6cb2639f9d663d880b124873eba992323b8304b881
- filename: doc/login-sample1.png
checksum: 96f2c392fb67d9fcfbcbec1184fc18d3dbf93ff62db9b96783304ca2a8a809c0
- filename: doc/preference-sample1.png
checksum: 524cabe3c00adb712d76ef433eaa3a7cc9454ba6a182cb180a7d3987757d74ef
- filename: doc/sample1.png
checksum: e6d3c1baf8962b73f4d73493653d8991159e783423feb77e330e5cdca64c5920
- filename: doc/login-sample1.png
checksum: 96f2c392fb67d9fcfbcbec1184fc18d3dbf93ff62db9b96783304ca2a8a809c0
- filename: doc/sample2.png
checksum: 85b0a3f011aa35389c450d6cb2639f9d663d880b124873eba992323b8304b881
- filename: frontend/mock-data/data.json
checksum: 557e09ec6203f2d8944f545658991520c8274792f378b85a3c7af681a937225c
- filename: frontend/package-lock.json
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,33 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### Features

- Send notification on MS Teams in case of build failure ([2f3e004](https://github.com/otto-de/gitactionboard/commit/2f3e0046cdf7df6ee19a802cf8ced2e5c607447a))

## [v3.0.0](https://github.com/otto-de/gitactionboard/compare/v2.1.0...v3.0.0) (2022-09-21)

### ⚠ BREAKING CHANGES

- Rename /available-auths to /config endpoint for future use case
- Use /workflow-jobs as default dashboard path instead of /dashboard

### Features

- Add button to hide single workflow jobs ([#10](https://github.com/otto-de/gitactionboard/issues/10)) ([d5471db](https://github.com/otto-de/gitactionboard/commit/d5471db798db2c008d04e2b3aca775f3e32bf371))
- Display code standard violations on dashboard ([19e279d](https://github.com/otto-de/gitactionboard/commit/19e279d41d9f381875e92e93aad9d4e7d5bb8ad9))
- Display page title on the top of dashboard ([939c0ac](https://github.com/otto-de/gitactionboard/commit/939c0aca3990de0f1ac8b3d3f571e10f292a739f))
- Display secrets scan alerts on dashboard ([34e339d](https://github.com/otto-de/gitactionboard/commit/34e339d7ebda231f81de5c4f6c08080c700c4316))
- Send notification for code standard violations ([032f12a](https://github.com/otto-de/gitactionboard/commit/032f12af437b6874e4aca0fa40a6dce0fbea414a))
- Send notifications for exposed secrets ([20896e8](https://github.com/otto-de/gitactionboard/commit/20896e8008f99e7087afeb32c3655a5c1119380d))

### Bug Fixes

- Fix alignment issue with menu items ([bbb48a3](https://github.com/otto-de/gitactionboard/commit/bbb48a3d0d19b581b8b354654e0a60e7e8cd82b0))
- Update snakeyaml version to fix CVE-2022-25857 ([c803bfb](https://github.com/otto-de/gitactionboard/commit/c803bfb244ec6d55a720ea6060237d5aefdfd9c8))

### Performance Improvements

- Share sever cache acorss users ([293c043](https://github.com/otto-de/gitactionboard/commit/293c04337096922e5ec154f73e7c2631a4379bd8))

### Code Refactoring

- Rename /available-auths to /config endpoint for future use case ([96552fc](https://github.com/otto-de/gitactionboard/commit/96552fc09d385d4c0a304a43cc90b63fc0a91109))
- Use /workflow-jobs as default dashboard path instead of /dashboard ([d290650](https://github.com/otto-de/gitactionboard/commit/d290650eef9d116d041ab943e07a67e90e147191))

0 comments on commit 1e28b07

Please sign in to comment.