Releases: bluewave-labs/Checkmate
Releases · bluewave-labs/Checkmate
Checkmate v3.2.0
This feature fixes a few bugs and improves UI/UX throughout the Checkmate application.
What's Changed
- Add Discord embed message formatting for notifications by @karenvicent in #2948
- Add monitor name and URL formatting for hardware notifications by @karenvicent in #2952
- Fix: Skip notifications during maintenance windows by @karenvicent in #2953
- feat: Support Thailand language by @brownyroll in #2954
- chore: bump deps by @ajhollid in #2956
- Allow jsonPath to be used along expectedValue and validate the response. by @FrancocDev in #2957
- Addition of incident tab in creation and config page which is same. by @Owaiseimdad in #2959
- bump version by @ajhollid in #2960
New Contributors
- @brownyroll made their first contribution in #2954
- @FrancocDev made their first contribution in #2957
Full Changelog: v3.1.8...v3.2.0
Checkmate v3.1.7
Major fix
- Fixed ping issue: The node:slim image that we use as a base image does not include the ping library. This release adds the ping library to images on build.
What's Changed
- fix(status-page): toggles for charts and uptime % by @antonstrover in #2867
- fix: throw ping error if present by @ajhollid in #2927
- fix: bump version by @ajhollid in #2926
- fix: install ping by @ajhollid in #2928
Full Changelog: v3.1.6...v3.1.7
Checkmate v3.1.6
Major fix
- fix broken multiarch build
Minor features
- Allow for admin to create users without registration
What's Changed
- Fixed Bar component by @antonstrover in #2878
- feat(i18n): add zh-CN by @PaiJi in #2896
- bump scheduler by @ajhollid in #2917
- update format action, no need for ci by @ajhollid in #2919
- Add direct user registration for team management by @karenvicent in #2870
- fix/arm by @ajhollid in #2920
- develop -> master by @ajhollid in #2921
New Contributors
- @antonstrover made their first contribution in #2878
- @PaiJi made their first contribution in #2896
Full Changelog: v3.1.5...v3.1.6
Checkmate v3.1.5
Major fixes
- Fix dependency and build issue with Sharp library
What's Changed
- alpine -> slim by @ajhollid in #2901
- develop -> master by @ajhollid in #2902
- remove alpine fix by @ajhollid in #2904
- Develop -> Master by @ajhollid in #2905
- add omit optional flag by @ajhollid in #2906
- develop -> master by @ajhollid in #2907
- fix build by @ajhollid in #2908
- develop->master by @ajhollid in #2909
- pin dependency by @ajhollid in #2910
- develop->master by @ajhollid in #2911
- Revert "develop->master" by @ajhollid in #2912
- Revert "pin dependency" by @ajhollid in #2913
- Fix/bump multiarch node by @ajhollid in #2914
- develop->master by @ajhollid in #2915
Full Changelog: v3.1.4...v3.1.5
Checkmate v3.1.4
This version brings an issue about architectures, so please use 3.1.3 for now
Major fixes
- Bump queue dependency to fix interval update issue
- Add migration to fix the status window threshold issue
Minor fixes
- UI fixes
Minor features
- Allow Docker container names as well as IDs for Docker monitoring
What's Changed
- fix: advanced matching by @ajhollid in #2862
- Fix status page deletion error by @gorkem-bwl in #2865
- feat:incident tooltip by @ajhollid in #2871
- feat: Enable Docker container monitoring by name in addition to ID by @gorkem-bwl in #2873
- fix: queue by @ajhollid in #2881
- add migration for statusWindowThreshold by @ajhollid in #2882
- develop -> master by @ajhollid in #2883
- bump version by @ajhollid in #2884
- develop->master by @ajhollid in #2885
Full Changelog: v3.1.3...v3.1.4
Checkmate v3.1.3
Checkmate v3.1.2
Major fixes
- Resolved issue with string service path
Minor fixes
- Update ARM distribution docker compose file
- Fix notification validation
What's Changed
- fix: add missing tooltip date format for 'recent' timeframe in charts by @karenvicent in #2829
- fix: update arm dist docker compose by @ajhollid in #2839
- Fix Settings Page Select Component Value Handling for URL Visibility Option by @imjainishh in #2838
- fix notification validation by @ajhollid in #2843
- fix: string service path, resolves #2847, resolves #2848 by @ajhollid in #2853
- bump version by @ajhollid in #2854
New Contributors
- @imjainishh made their first contribution in #2838
Full Changelog: v3.1.1...v3.1.2
Checkmate v3.1.1
Checkmate v3.1.1
Minor changes
- Added translations
What's Changed
- Fix/version bump by @ajhollid in #2828
- develop -> master by @ajhollid in #2831
- 🌐 Updated Translations from POEditor by @github-actions[bot] in #2833
- bump version by @ajhollid in #2836
- develop -> master by @ajhollid in #2834
Full Changelog: v3.1...v3.1.1
Checkmate V3.1
For a list of all features that goes in this release, please check v3.0 beta link.
Major feautures
nofmtype checks are now possible, where your monitor will only change status if the lastnofmchecks fail/succeed.- Added network monitoring
- Everything else from 3.1-beta
Minor fixes
- Various UI bugs
What's Changed
- Fix: Set Server Logs as default tab on Logs page by @gorkem-bwl in #2790
- Fix: Remove description text and dividers from Logs sections by @gorkem-bwl in #2791
- fix path, remove redis form build script by @ajhollid in #2795
- Fix: Improve vertical alignment of text and plus icons in filter headers by @gorkem-bwl in #2788
- Fixed the selector and also null points for networks by @Owaiseimdad in #2794
- Fix: resolve erroneous PageSpeed settings validation by @mattstein in #2800
- feat: network service refactor by @ajhollid in #2802
- Refactor create infrastruture by @karenvicent in #2804
- fix: update pager_duty validation, resolves #2805 by @ajhollid in #2806
- feat: unify check models by @ajhollid in #2807
- Fix: Minor Changes by @Br0wnHammer in #2809
- feat: alerts on
nofm, resolves #2366 by @ajhollid in #2811 - feat/n of m frontend by @ajhollid in #2813
- refactor create maintenance window page by @karenvicent in #2821
- remove console statement by @ajhollid in #2824
- fix: bump version by @ajhollid in #2827
- Fix/version bump by @ajhollid in #2828
New Contributors
- @mattstein made their first contribution in #2800
Full Changelog: v3.1-beta...v3.1
Checkmate V3.1-beta
Major fixes
- Incorrect path resolution fixed
Minor fixes
- UI tweaks
What's Changed
- Fix: Set Server Logs as default tab on Logs page by @gorkem-bwl in #2790
- Fix: Remove description text and dividers from Logs sections by @gorkem-bwl in #2791
- fix path, remove redis form build script by @ajhollid in #2795
Full Changelog: V3.0-beta...v3.1-beta