Releases: bosun-monitor/bosun
Releases · bosun-monitor/bosun
0.2.0
breaking changes since 0.1.0:
- Change diff to be a reduction function #1018:
diff("query","5m","")
must be changed todiff(q("query","5m",""))
bosun:
- window function #1012
- validate config via POST #1038
- Change diff to be a reduction function #1018
- Allow alerts to run on different schedules #993
- Use proxy from environment variables #1028
- Ability to throttle log notifications #1032
scollector:
- httpunit collector #1044
- convert bools to 1/0 #1056
- verify httpunit TLS fields are present #1049
- add Hiera extraction to httpunit #1051
- verify windows process name exists #1046
docs:
- fix relname display #1041
- document missing route and functions #1023
- Adding search link to upcoming features since last release. #1034
- use correct scollector version name #1029
- making release notes prettier #1021
- Creating form for auto-inviting to slack #1024
- use non-draft releases for scollector downloads #1027
- making download page a little smarter and prettier #1020
build:
0.1.0
Our first versioned release. We will be following semver. This release contains breaking changes in scollector.
bosun:
- make .Graph / .GraphAll link to the expr graph tab
- png/svg graph style changes
- move miniprofiler enable to a header
- inline css in emails
- API endpoint to backup state file
- template function to get incident link
- notifications on actions
scollector (major breaking changes):
- move to TOML configuration file
- add os.net.bond.* and win.net.tcp.retransmit_pct
- updated to current Go AWS package
documentation:
- merged into master bosun repo
20150515173231: Merge pull request #965 from bosun-monitor/quickJump
Providing quick jump between alert and its template.
20150506172827: Merge pull request #935 from Dieterbe/hostheader
support graphite context with custom header
20150428222252: Merge pull request #919 from bosun-monitor/timeline
Timeline tab improvements
20150409220449: Merge pull request #881 from bosun-monitor/ua-ie-compat
cmd/bosun: add UA-Compat meta tag for IE
20150403183748: Merge pull request #870 from bosun-monitor/web-template-error-result
cmd/bosun: Ensure web instances have their result set
20150326175707: Merge pull request #840 from bosun-monitor/logstashContext
cmd/bosun: Refactor logstash elastic provider
20150311224711: Merge pull request #775 from bosun-monitor/fix_silence
cmd/bosun: Fix silence logic
20150310193526: party
Fixes wmi errors.