Skip to content

Commit 769e6d5

Browse files
authored
Merge pull request #181 from GSA/nmb/remove-eks
Bump versions for SMTP brokerpak
2 parents 1ba71b7 + e487751 commit 769e6d5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ github_release and github_actions_secret in the github_provider!) -->
102102
${EDITOR} .env.${ENV_NAME}.secrets
103103
```
104104

105-
1. Run Tofu
105+
1. Run Tofu init to set up the backend. This also locks the provider versions
106+
in the version-controlled file `.terraform.lock.hcl`
106107

107108
```bash
108109
docker-compose --env-file .backend.secrets run --rm tofu init -backend-config backend.tfvars

app-setup-smtp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
set -ex
33

4-
CSB_VERSION="v2.5.3"
5-
SMTP_BROKERPAK_VERSION="v1.1.3"
4+
CSB_VERSION="v2.5.6"
5+
SMTP_BROKERPAK_VERSION="v3.0.0"
66

77
# Set up an app dir and bin dir
88
mkdir -p app-smtp/bin

0 commit comments

Comments
 (0)