Skip to content

Commit

Permalink
chore(main): release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
contiamo-ci committed Sep 12, 2024
1 parent c7e3cdf commit 9bf9f4e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.6.0](https://github.com/contiamo/terraform/compare/v0.5.0...v0.6.0) (2024-09-12)


### Features

* Add blackbox exporter to Monitoring ([36d77d1](https://github.com/contiamo/terraform/commit/36d77d1c374e5163ee1e57bfe544ca4e6c24d4c2))
* Add metadata labels to alerts ([2a6a312](https://github.com/contiamo/terraform/commit/2a6a3127d82f803fd2e4d382b3a8d2c2c7fe67bc))
* Add separate alert rules for blackbox exporter ([7fc7dc7](https://github.com/contiamo/terraform/commit/7fc7dc718d7a5d44a77b08e4a5a7ecc8e3c88c48))
* Add slack notifications to monitoring ([fce3e3c](https://github.com/contiamo/terraform/commit/fce3e3c7f9d68b5332f30fd9b4c750aad7e9af6d))
* Relax NginxLatency alert ([3ae4807](https://github.com/contiamo/terraform/commit/3ae4807715745af222ebc2a0e5ec42c6a655c7a3))


### Bug Fixes

* Grafana host in monitoring ([11c8e07](https://github.com/contiamo/terraform/commit/11c8e07c534c528570b0ac227ca9c4f246195e68))
* InfoInhibitor to be routed to null ([27c7164](https://github.com/contiamo/terraform/commit/27c71649846acddb16b47a38a10f7a2e4758e164))
* inhibit_rules in monitoring ([fa38a40](https://github.com/contiamo/terraform/commit/fa38a40d03b106674d567eda7743de56b863f138))
* Inhibitors and info alerts ([9045a22](https://github.com/contiamo/terraform/commit/9045a2201a7c4b5892b94967253378668bc32a90))
* Missing extension in alertmanager template ([c7e3cdf](https://github.com/contiamo/terraform/commit/c7e3cdff4a40fc30df594b2e38e9f1c1663f818d))
* Remove extra / in grafana log path ([9258f2a](https://github.com/contiamo/terraform/commit/9258f2af470bb7e0dae4896927d25850dad5e0b5))


### Miscellaneous

* Adjust NginxErrors alert to fire on 10 4** and 5** a minute ([42964bf](https://github.com/contiamo/terraform/commit/42964bf64fd84914f6275479af9331fd3da2ac8e))
* Disable cole alerts ([3259219](https://github.com/contiamo/terraform/commit/32592193ebfbd2933c1f7ab619ce974334536d71))
* Extract alert web endpoint text to a template ([77fad5f](https://github.com/contiamo/terraform/commit/77fad5fdfc15346e6b653b0b69a5e201d50a78aa))
* Trigger update ([d5934de](https://github.com/contiamo/terraform/commit/d5934de0b7fef12a4156764787ebd0581400aad6))
* Update gitignore ([c157f59](https://github.com/contiamo/terraform/commit/c157f59fd80a80f49a51952e81d6c685c1982822))
* Update monitoring module docs ([7f0b929](https://github.com/contiamo/terraform/commit/7f0b929fb274745d0f3bf780f73f4042bf138170))

## [0.5.0](https://github.com/contiamo/terraform/compare/v0.4.0...v0.5.0) (2024-06-18)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0

0 comments on commit 9bf9f4e

Please sign in to comment.