Skip to content

Commit

Permalink
chore(release): version 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.0...v1.3.0) (2024-10-23)

### Features

* **terraform:** Add grafana server ([#33](#33)) ([2ef4c64](2ef4c64))
  • Loading branch information
semantic-release-bot authored and chris3ware committed Oct 23, 2024
1 parent b75e01e commit f523f29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.3.0](https://github.com/3ware/gitops-2024/compare/v1.2.0...v1.3.0) (2024-10-23)


### Features

* **terraform:** Add grafana server ([#33](https://github.com/3ware/gitops-2024/issues/33)) ([2ef4c64](https://github.com/3ware/gitops-2024/commit/2ef4c644d73882f3749f7bab4def59a92c55e249))

## [1.2.0](https://github.com/3ware/gitops-2024/compare/v1.1.0...v1.2.0) (2024-10-22)


Expand Down
3 changes: 3 additions & 0 deletions terraform/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ resource "aws_instance" "grafana_server" {
# data "http" "grafana" {
# url = "http://${aws_instance.grafana_server.public_ip}:3000"
# method = "HEAD"
# retry {
# attempts = 5
# }
# }

# assert {
Expand Down

0 comments on commit f523f29

Please sign in to comment.