From 16dea62b332e162a535ebce8af5ebe21cbf5409e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:01:13 +0000 Subject: [PATCH 1/2] Bump version to 8.1.2 --- app/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mix.exs b/app/mix.exs index 440f73191..ebdc5df11 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -3,7 +3,7 @@ Code.require_file("lib/env.ex") defmodule Meadow.MixProject do use Mix.Project - @app_version "8.1.1" + @app_version "8.1.2" def project do [ From dc3f8f113fde992b9e8b07a9df3b4875e8daa343 Mon Sep 17 00:00:00 2001 From: "Michael B. Klein" Date: Wed, 6 Sep 2023 17:21:20 +0000 Subject: [PATCH 2/2] Oops! Update version to match release --- app/mix.exs | 2 +- infrastructure/deploy/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/mix.exs b/app/mix.exs index ebdc5df11..6177df5b1 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -3,7 +3,7 @@ Code.require_file("lib/env.ex") defmodule Meadow.MixProject do use Mix.Project - @app_version "8.1.2" + @app_version "9.0.0" def project do [ diff --git a/infrastructure/deploy/main.tf b/infrastructure/deploy/main.tf index 57686c8a3..9ccc3cec2 100644 --- a/infrastructure/deploy/main.tf +++ b/infrastructure/deploy/main.tf @@ -20,7 +20,7 @@ module "rds" { allocated_storage = var.db_size backup_window = "04:00-05:00" engine = "postgres" - engine_version = "11.16" + engine_version = "11.19" final_snapshot_identifier_prefix = "meadow-final" identifier = "${var.stack_name}-db" instance_class = "db.t3.medium"