Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy 2021.12.1 to test #271

Merged
merged 26 commits into from
Dec 17, 2021
Merged

Deploy 2021.12.1 to test #271

merged 26 commits into from
Dec 17, 2021

Conversation

thekaveman
Copy link
Member

No description provided.

angela-tran and others added 26 commits December 8, 2021 22:17
This will alert us if our access to the payment processor is broken.
It is not necessary to base64-encode the cert files as a single string.
The workflow will now read the secret, which is
expected to be simply the file contents, newlines and all).
the == comparison doesn't work if grep finds no match because
the left side will have no value. removed the comparison since
we can just use the exit code of grep.
Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.0 to 36.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@36.0.0...36.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: machiko <machiko@compiler.la>
chore(deps): bump cryptography from 36.0.0 to 36.0.1
Bumps [django](https://github.com/django/django) from 3.2.9 to 4.0.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.2.9...4.0)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump django from 3.2.10 to 4.0
changes in Django 4.0 mean that this setting is now required
see https://docs.djangoproject.com/en/4.0/releases/4.0/#csrf-trusted-origins-changes

setting it to the same list as ALLOWED_HOSTS, since we only trust our
own forms
always read from environment
configure separately from ALLOWED_HOSTS since origins
require the protocol http:// or https:// and hosts
are specified as the bare domain
@thekaveman thekaveman added this to In progress in Benefits 2021 via automation Dec 17, 2021
@thekaveman thekaveman added this to the December 2021 milestone Dec 17, 2021
Benefits 2021 automation moved this from In progress to Reviewer approved Dec 17, 2021
@thekaveman thekaveman merged commit b13b710 into test Dec 17, 2021
Benefits 2021 automation moved this from Reviewer approved to Done Dec 17, 2021
@github-actions github-actions bot added the deployment [auto] Pull requests that deploy to test or prod label Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment [auto] Pull requests that deploy to test or prod
Projects
No open projects
Benefits 2021
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants