diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 28126b78..078c26f2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,5 @@ Closes # - - #### What has been done to verify that this works as intended? #### Why is this the best possible solution? Were any other approaches considered? @@ -12,4 +10,5 @@ Closes # #### Before submitting this PR, please make sure you have: -- [ ] verified that any code or assets from external sources are properly credited in comments or that everything is internally sourced \ No newline at end of file +- [ ] branched off and targeted the `next` branch OR only changed documentation/infrastructure (`master` is stable and used in production) +- [ ] verified that any code or assets from external sources are properly credited in comments or that everything is internally sourced diff --git a/client b/client index 95326b9a..ab0c8ecb 160000 --- a/client +++ b/client @@ -1 +1 @@ -Subproject commit 95326b9ad66ec31c93bdb68c29f8797975d93fd2 +Subproject commit ab0c8ecbf837c7e433b20c7d7d1d2955cc8df1c6 diff --git a/docker-compose.yml b/docker-compose.yml index 2b176674..d96e68d6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: environment: POSTGRES_USER: odk POSTGRES_PASSWORD: odk - POSTGRES_DATABASE: odk + POSTGRES_DB: odk restart: always postgres: # This service upgrades from postgres 9.6 to 14. @@ -25,9 +25,9 @@ services: PGUSER: odk POSTGRES_INITDB_ARGS: -U odk POSTGRES_PASSWORD: odk - POSTGRES_DATABASE: odk + POSTGRES_DB: odk mail: - image: "ixdotai/smtp:v0.5.1" + image: "ixdotai/smtp:v0.5.2" volumes: - ./files/mail/rsa.private:/etc/exim4/dkim.key.temp:ro environment: @@ -102,7 +102,7 @@ services: options: max-file: "30" pyxform: - image: 'ghcr.io/getodk/pyxform-http:v1.12.2' + image: 'ghcr.io/getodk/pyxform-http:v2.0.0' restart: always secrets: volumes: diff --git a/docs/news.html b/docs/news.html index 20b24355..1ebec575 100644 --- a/docs/news.html +++ b/docs/news.html @@ -6,18 +6,18 @@
+