File tree 8 files changed +11
-11
lines changed
examples/atomic-deployments
8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 1.0.0-canary.4] - 2022-06-07
6
+
7
+ - Correctly increase version number of new packages
8
+
5
9
## [ 1.0.0-canary.3] - 2022-06-07
6
10
7
11
- Fixes deployments without Lambdas ([ #325 ] ( https://github.com/milliHQ/terraform-aws-next-js/pull/325 ) )
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ module "cloudfront_cert" {
156
156
157
157
module "tf_next" {
158
158
source = "milliHQ/next-js/aws"
159
- version = "1.0.0-canary.2 "
159
+ version = "1.0.0-canary.3 "
160
160
161
161
cloudfront_aliases = local.aliases
162
162
cloudfront_acm_certificate_arn = module.cloudfront_cert.acm_certificate_arn
@@ -169,10 +169,6 @@ module "tf_next" {
169
169
providers = {
170
170
aws.global_region = aws.global_region
171
171
}
172
-
173
- # Uncomment when using in the cloned monorepo for tf-next development
174
- # source = "../.."
175
- debug_use_local_packages = true
176
172
}
177
173
178
174
#########
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ module "tf_next" {
119
119
120
120
# Uncomment when using in the cloned monorepo for tf-next development
121
121
# source = "../.."
122
- debug_use_local_packages = true
122
+ # debug_use_local_packages = true
123
123
}
124
124
125
125
# ########
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ variable "tf_next_module_root" {
4
4
5
5
variable "api_component_version" {
6
6
type = string
7
- default = " 0.12.2 "
7
+ default = " 1.0.0-canary.4 "
8
8
}
9
9
10
10
# #########
Original file line number Diff line number Diff line change 4
4
5
5
variable "proxy_config_module_version" {
6
6
type = string
7
- default = " 0.12.2 "
7
+ default = " 1.0.0-canary.4 "
8
8
}
9
9
10
10
variable "lambda_runtime" {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ variable "tf_next_module_root" {
4
4
5
5
variable "deploy_controller_component_version" {
6
6
type = string
7
- default = " 0.12.2 "
7
+ default = " 1.0.0-canary.4 "
8
8
}
9
9
10
10
# ####################
Original file line number Diff line number Diff line change 4
4
5
5
variable "proxy_module_version" {
6
6
type = string
7
- default = " 1.0.0-canary.3 "
7
+ default = " 1.0.0-canary.4 "
8
8
}
9
9
10
10
variable "lambda_default_runtime" {
Original file line number Diff line number Diff line change 1
1
variable "deploy_trigger_module_version" {
2
2
type = string
3
- default = " 1.0.0-canary.3 "
3
+ default = " 1.0.0-canary.4 "
4
4
}
5
5
6
6
variable "cloudfront_id" {
You can’t perform that action at this time.
0 commit comments