Skip to content

Release v2026.2#1835

Draft
matthew-white wants to merge 63 commits into
masterfrom
next
Draft

Release v2026.2#1835
matthew-white wants to merge 63 commits into
masterfrom
next

Conversation

@matthew-white

Copy link
Copy Markdown
Member

This PR prepares the release of v2026.2. It should only contain changes from other PRs that have already been approved and merged (and possibly merge commits from the master branch).

alxndrsn and others added 30 commits April 18, 2026 08:08
Previously called `disallow-all`; rename to `backend-strict` to better reflect its usage rather than current implementation details.
Switch from Content-Security-Policy-Report-Only to Content-Security-Policy.
Switch from Content-Security-Policy-Report-Only to Content-Security-Policy.
It looks like the checkout code from the `test-images` job was copy/pasted elsewhere.

Simplifying this config should speed up git checkout in affected jobs.
Fixes: expected docker context is increased due to WF merge
The `DB_SSL` env var was made illegal in #1647.

The check was then moved from runtime to build time in #1671.

Checking at build-time allows for faster failure and clearer feedback to sysadmins who are upgrading, and previously depended on this env var.  However, the downside is that if container images are pre-built centrally, this check will be skipped.

With this commit, the check will move to container startup.  However, it will now be skipped if the container is started with a non-standard CMD/command/COMMAND.
Switch all headers from `Content-Security-Policy-Report-Only` to `Content-Security-Policy`.
Restrict TCP ports to the local machine.  This will prevent exposing these dev services on the local network or wider.
Tests pass with nginx:

✅ `1.29.7`

Tests fail with nginx:

☠️ `1.29.5`
☠️ `1.29.6`

Closes #1736
Restrict TCP ports to the local machine.  This will prevent exposing these dev services on the local network or wider.
Increase the lower and upper bounds to:

* take account of larger contexts in forked repositories, and
* tighten the acceptable margin
One less place to keep up-to-date.
alxndrsn and others added 30 commits June 11, 2026 08:38
Reduces max-old-space-size allocation by 2GB (50%).

On dev.getodk.cloud this currently:

* fails with 1024
* passes with 1536

This suggests decreasing to 2048 is:

1. a good saving, and
2. fairly safe
Use no longer encouraged.

Closes #1894
Introduced in fe34e41, it looks like this volume was never referenced.

Ref #1894
Instead of changing the global builder default, just use the `docker_context_checker` custom builder for the specific job it was written for.

This is helpful for dev machines so that other docker jobs are not affected by this script.
The linked PR is very long, and doesn't give clear guidance/explanation of what's going on.

Ultimately this test should be the source of truth for the paths which serve web-forms content, and more context can be added here if required.
Newer versions have been released but less than 14 days ago. None of the high priority CVEs fixed affect us.
It was released only a week ago but it fixes additional buffer overread and overflow issues over 1.31.1 released a month ago.
2.0.0 was released 3 weeks ago and followed up with point releases. Let's wait until it stabilizes, we don't need any of the udpates.
8.8 has been out a month but it makes some significant changes so I'd rather be conservative
Update infrastructure dependencies for v2026.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants