Skip to content

Commit 69f04c6

Browse files
Merge commit 'a08b92d7ed5b256f2a3676f42d5e490991f4f3a2' into release
2 parents cac58c0 + a08b92d commit 69f04c6

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [0.12.2] - 2022-04-16
6+
7+
- Append querystring to redirects ([#296](https://github.com/milliHQ/terraform-aws-next-js/issues/296), [#304](https://github.com/milliHQ/terraform-aws-next-js/pull/304))
8+
59
## [0.12.1] - 2022-04-11
610

711
- Pass image settings to the optimization module ([#297](https://github.com/milliHQ/terraform-aws-next-js/issues/297), [#299](https://github.com/milliHQ/terraform-aws-next-js/pull/299))

modules/proxy/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
variable "proxy_module_version" {
66
type = string
7-
default = "0.12.1"
7+
default = "0.12.2"
88
}
99

1010
variable "lambda_default_runtime" {

modules/statics-deploy/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variable "static_files_archive" {
44

55
variable "deploy_trigger_module_version" {
66
type = string
7-
default = "0.12.1"
7+
default = "0.12.2"
88
}
99

1010
variable "expire_static_assets" {

turbo.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"baseBranch": "origin/main",
3+
"pipeline": {
4+
"build": {
5+
"outputs": ["dist/**", "dist.zip"],
6+
"dependsOn": ["^build"]
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)