Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aahel committed Sep 1, 2023
1 parent 4cda76b commit b4fd515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ FEATURES
* Add support for storing parameter values greater than 4 KB. The `lambda-registrator` module and source code have been updated to accept a configurable value for the [SSM parameter tier](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html). This allows users to choose if they want to use the `Advanced` tier feature. Charges apply for the `Advanved` tier so if the tier is not expressly set to `Advanced`, then the `Standard` tier will be used. Using the `Advanced` tier allows for parameter values up to 8 KB. The Lambda-registrator Terraform module can be configured using the new `consul_extension_data_tier` variable.
[[GH-78]](https://github.com/hashicorp/terraform-aws-consul-lambda/pull/78)

* Add support for pushing `consul-lambda-registrator` public image to private ecr repo through terraform.
[[GH-80]](https://github.com/hashicorp/terraform-aws-consul-lambda/pull/80)

## 0.1.0-beta4 (Apr 28, 2023)

IMPROVEMENTS
Expand Down

0 comments on commit b4fd515

Please sign in to comment.