From 7880c73e970a3ead4458dede83cd4feb3eb11ac3 Mon Sep 17 00:00:00 2001 From: Dave Gaeddert Date: Mon, 11 Jul 2022 10:32:12 -0500 Subject: [PATCH] Change version strings to 3.18.1 --- deploy/aws/variables.tf | 4 ++-- deploy/docs/install-bitbucket.md | 2 +- deploy/docs/install-gitlab.md | 2 +- deploy/docs/install.md | 2 +- deploy/docs/update.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/aws/variables.tf b/deploy/aws/variables.tf index 75df677..cb0ac4c 100644 --- a/deploy/aws/variables.tf +++ b/deploy/aws/variables.tf @@ -163,11 +163,11 @@ variable "webhook_expression_blocklist" { } variable "pullapprove_version" { - default = "3.17.0" + default = "3.18.1" description = "The version of PullApprove being deployed" } variable "assets_dir" { - default = "../versions/3.17.0" + default = "../versions/3.18.1" description = "Path to the directory with assets for the version being deployed" } diff --git a/deploy/docs/install-bitbucket.md b/deploy/docs/install-bitbucket.md index 627c486..f2c4f96 100644 --- a/deploy/docs/install-bitbucket.md +++ b/deploy/docs/install-bitbucket.md @@ -69,7 +69,7 @@ and keep your download token a secret. ```sh $ cd deploy -$ ./scripts/download 3.17.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN +$ ./scripts/download 3.18.1 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN ``` ## Run terraform diff --git a/deploy/docs/install-gitlab.md b/deploy/docs/install-gitlab.md index 026e6a0..82f3fcf 100644 --- a/deploy/docs/install-gitlab.md +++ b/deploy/docs/install-gitlab.md @@ -75,7 +75,7 @@ and keep your download token a secret. ```sh $ cd deploy -$ ./scripts/download 3.17.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN +$ ./scripts/download 3.18.1 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN ``` ## Run terraform diff --git a/deploy/docs/install.md b/deploy/docs/install.md index e5ccf00..123d656 100644 --- a/deploy/docs/install.md +++ b/deploy/docs/install.md @@ -80,7 +80,7 @@ and keep your download token a secret. ```sh $ cd deploy -$ ./scripts/download 3.17.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN +$ ./scripts/download 3.18.1 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN ``` ## Run terraform diff --git a/deploy/docs/update.md b/deploy/docs/update.md index 3686d82..ed10b27 100644 --- a/deploy/docs/update.md +++ b/deploy/docs/update.md @@ -18,7 +18,7 @@ Download the assets for this version: ```sh $ cd deploy -$ ./scripts/download 3.17.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN +$ ./scripts/download 3.18.1 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN ``` Then run Terraform: