Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.6.0 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

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


### Features

* Add Azure OpenAI ([8c7ecf1](https://github.com/contiamo/terraform/commit/8c7ecf1c34d62a93efff47537d391aa2b62a74c2))
* 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))
* Make blackbox exporter optional ([ab76045](https://github.com/contiamo/terraform/commit/ab760452b22ba5cf426700506ad2c2f687de799b))
* Relax NginxLatency alert ([3ae4807](https://github.com/contiamo/terraform/commit/3ae4807715745af222ebc2a0e5ec42c6a655c7a3))


### Bug Fixes

* alertmanager template ([19eefe3](https://github.com/contiamo/terraform/commit/19eefe3df1d66ce313b4257a49e6842042fe17c7))
* alertmanager template ([b43eddc](https://github.com/contiamo/terraform/commit/b43eddc665ff7563988b2b34bc9dc9c3c1ec1b3d))
* Blackbox exporter alert text ([72136c2](https://github.com/contiamo/terraform/commit/72136c27e735ab41342c648ca808e6deb7909708))
* Do not use template for webpoint alert ([fadb41a](https://github.com/contiamo/terraform/commit/fadb41ae4eb5c8f6cf21eeac27f4419597f37502))
* 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 ([71e1654](https://github.com/contiamo/terraform/commit/71e1654084f990ae3745982b305b014c7015b573))
* Missing extension in alertmanager template ([c7e3cdf](https://github.com/contiamo/terraform/commit/c7e3cdff4a40fc30df594b2e38e9f1c1663f818d))
* Reformat Blackbox exporter alert text ([11d8b29](https://github.com/contiamo/terraform/commit/11d8b2994eac67a158c31992d6083b21c62fb10d))
* Remove extra / in grafana log path ([9258f2a](https://github.com/contiamo/terraform/commit/9258f2af470bb7e0dae4896927d25850dad5e0b5))
* Set intall blackbox exporter default to true ([716eec4](https://github.com/contiamo/terraform/commit/716eec45b0bb68b9b2483ac794296ea1a5593b39))


### 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))
* Set default blackbox exporter version ([455deaf](https://github.com/contiamo/terraform/commit/455deaf175aa52e9909c4a9404c5298c4949538b))
* 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
Loading