You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,15 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
5
6
+
7
+
## [4.5.0] - 2024-04-25
8
+
### Added
9
+
- Added optional `extended_server_config`. For instance to configure Waggle Dance Rate limiting configuration.
10
+
6
11
## [4.4.0] - 2024-04-18
7
12
### Added
8
13
- Add new variable `cpu_limit` and `memory_limit` to support set pod resource guaranteed.
9
-
14
+
10
15
## [4.3.2] - 2024-03-26
11
16
### Updated
12
17
- Removed the datadog explicit provider configuration as suggested here: https://developer.hashicorp.com/terraform/language/modules/develop/providers#legacy-shared-modules-with-provider-configurations
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,9 @@ For more information please refer to the main [Apiary](https://github.com/Expedi
65
65
| datadog_agent_version | Version of the Datadog Agent running in the ECS cluster. | string |`7.46.0-jmx`| no |
66
66
| include_datadog_agent | Whether to include the datadog-agent container alongside Waggledance. | string | bool | no |
67
67
| metrics_port | The port on which the WaggleDance application initiates. Additionally, it serves as the port from which we parse metrics. | string |`18000`| yes |
68
+
| extended_server_config | Extended waggle-dance-server.yml configuration for Waggle Dance (see [Waggle Dance README](https://github.com/ExpediaGroup/waggle-dance/blob/main/README.md) for all options). String will be [yamlencoded](https://developer.hashicorp.com/terraform/language/functions/yamlencode). | string || no |
0 commit comments