Skip to content

Commit

Permalink
Change version to 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Nov 10, 2021
1 parent 5c05415 commit 2a6f1e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ variable "webhook_ip_allowlist" {
}

variable "pullapprove_version" {
default = "3.15.0"
default = "3.16.0"
description = "The version of PullApprove being deployed"
}

variable "assets_dir" {
default = "../versions/3.15.0"
default = "../versions/3.16.0"
description = "Path to the directory with assets for the version being deployed"
}
2 changes: 1 addition & 1 deletion deploy/docs/install-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ and keep your download token a secret.

```sh
$ cd deploy
$ ./scripts/download 3.15.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
$ ./scripts/download 3.16.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
```

## Run terraform
Expand Down
2 changes: 1 addition & 1 deletion deploy/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ and keep your download token a secret.

```sh
$ cd deploy
$ ./scripts/download 3.15.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
$ ./scripts/download 3.16.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
```

## Run terraform
Expand Down
2 changes: 1 addition & 1 deletion deploy/docs/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Download the assets for this version:

```sh
$ cd deploy
$ ./scripts/download 3.15.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
$ ./scripts/download 3.16.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
```

Then run Terraform:
Expand Down

0 comments on commit 2a6f1e8

Please sign in to comment.