Skip to content

Commit

Permalink
fix: validate CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty committed Feb 8, 2024
1 parent 10bf292 commit 32ebae1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.34.2 - 2024-02-08
## 0.34.2 - 2024-02-08
#### Bug Fixes
- validate CI run (#65) - (85cdf24) - Xavier Basty

- - -

## v0.34.1 - 2024-02-07
## 0.34.1 - 2024-02-07
#### Bug Fixes
- update `ci_workflow` dependencies (#64) - (3efb889) - Xavier Basty

- - -

## v0.34.0 - 2024-02-07
## 0.34.0 - 2024-02-07
#### Bug Fixes
- add timeouts to external api requests (#63) - (9c0140d) - xDarksome
- Grafana panels (#62) - (7bdcc65) - Xavier Basty
Expand Down Expand Up @@ -289,4 +289,4 @@ All notable changes to this project will be documented in this file. See [conven
- fmt - (6ba6e24) - Derek
- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
1 change: 0 additions & 1 deletion src/http_server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ fn build_content_security_header(domains: Vec<Domain>) -> String {

// `*.domain` doesn't match `domain` by the Content-Security-Policy spec, so
// we are specifying both.
//
// See the test for this function if you have any doubts.
[" ", proto, "*.", domain, " ", proto, domain]
});
Expand Down
1 change: 1 addition & 0 deletions terraform/res_ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ resource "aws_iam_role" "application_role" {
})
}


# ECS Cluster, Task, Service, and Load Balancer for our app
module "ecs" {
source = "./ecs"
Expand Down

0 comments on commit 32ebae1

Please sign in to comment.