From 56d0de773368b1497ec9b94ea27ad141316f16fb Mon Sep 17 00:00:00 2001 From: Vadim Golub Date: Thu, 2 May 2024 11:45:12 +0200 Subject: [PATCH] docs: Bump supported Atlantis versions (#89) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5f83d6..c3733bc 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Since Atlantis does not have a plugins concept, you need to decide which deploym #### a. Use our Docker images (recommended) Use our [`infracost-atlantis`](https://hub.docker.com/r/infracost/infracost-atlantis) Docker images that [extend](https://www.runatlantis.io/docs/deployment.html#customization) the Atlantis image to add Infracost. We maintain tags for the latest two 0.x versions of Atlantis: + - `infracost/infracost-atlantis:atlantis0.27-infracost0.10` latest patch version of Atlantis v0.27 and Infracost v0.10 - `infracost/infracost-atlantis:atlantis0.26-infracost0.10` latest patch version of Atlantis v0.26 and Infracost v0.10 - - `infracost/infracost-atlantis:atlantis0.25-infracost0.10` latest patch version of Atlantis v0.25 and Infracost v0.10 - `infracost/infracost-atlantis:latest` latest versions of Atlantis and Infracost #### b. Build your own Docker image