From 624c51b27e1345f011da0cb73fe6acab52de01b8 Mon Sep 17 00:00:00 2001 From: Rakib Ansary Date: Mon, 23 Oct 2023 15:42:59 +0000 Subject: [PATCH 1/2] Update pom.xml upgrade aws lib to min version that supports IMDsv2 --- service/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/pom.xml b/service/pom.xml index 1087bf43..80022ee1 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -11,7 +11,7 @@ 1.5.4 1.0.0 2.8.6 - 1.10.77 + 1.11.715 2.0.0 4.3.4-SNAPSHOT 1.0.21-SNAPSHOT From b8921c92e621486ae4203aedb187ad798d218299 Mon Sep 17 00:00:00 2001 From: Rakib Ansary Date: Mon, 23 Oct 2023 15:44:06 +0000 Subject: [PATCH 2/2] ci: deploy to dev --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 474ed563..a9d6c112 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,6 +109,7 @@ workflows: only: - dev - dev-ecs + - fix/imds-v2 requires: - build - deploy_prod: