Skip to content

Commit

Permalink
Version 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Apr 30, 2024
1 parent c26b229 commit 124ea81
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ variable "webhook_expression_blocklist" {
}

variable "pullapprove_version" {
default = "3.21.0"
default = "3.22.0"
description = "The version of PullApprove being deployed"
}

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

```sh
$ cd deploy
$ ./scripts/download 3.21.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
$ ./scripts/download 3.22.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
```

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

```sh
$ cd deploy
$ ./scripts/download 3.21.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
$ ./scripts/download 3.22.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.21.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
$ ./scripts/download 3.22.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.21.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
$ ./scripts/download 3.22.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN
```

Then run Terraform:
Expand Down

0 comments on commit 124ea81

Please sign in to comment.