Skip to content

Commit

Permalink
Merge branch 'main' into sa-solutions/issues/1
Browse files Browse the repository at this point in the history
  • Loading branch information
PNarode authored Jan 6, 2025
2 parents a20d06a + fd389c4 commit 0df7996
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

### [5.2.2](https://github.com/wandb/terraform-aws-wandb/compare/v5.2.1...v5.2.2) (2024-12-26)


### Bug Fixes

* Bump obsolete aws-mysql-engine verions in examples ([#316](https://github.com/wandb/terraform-aws-wandb/issues/316)) ([47a904e](https://github.com/wandb/terraform-aws-wandb/commit/47a904ea66d11afb55d11c3bbf79e1e1187be7b8))

### [5.2.1](https://github.com/wandb/terraform-aws-wandb/compare/v5.2.0...v5.2.1) (2024-12-19)


### Bug Fixes

* Rate limiting of aws R53 ([#314](https://github.com/wandb/terraform-aws-wandb/issues/314)) ([55854a3](https://github.com/wandb/terraform-aws-wandb/commit/55854a3365b8294afdc39a85d812cc4f7c8df542))

## [5.2.0](https://github.com/wandb/terraform-aws-wandb/compare/v5.1.0...v5.2.0) (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion examples/byo-vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variable "wandb_license" {
variable "database_engine_version" {
description = "Version for MySQL Auora"
type = string
default = "8.0.mysql_aurora.3.02.2"
default = "8.0.mysql_aurora.3.05.2"
}

variable "database_instance_class" {
Expand Down
2 changes: 1 addition & 1 deletion examples/public-dns-external/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variable "wandb_license" {
variable "database_engine_version" {
description = "Version for MySQL Auora"
type = string
default = "8.0.mysql_aurora.3.02.2"
default = "8.0.mysql_aurora.3.05.2"
}

variable "database_instance_class" {
Expand Down
2 changes: 1 addition & 1 deletion modules/app_eks/external_dns/external_dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "helm_release" "external_dns" {

set {
name = "interval"
value = "3m"
value = "5m"
}

set {
Expand Down

0 comments on commit 0df7996

Please sign in to comment.