bump version refs to v0.40.0 - #214
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the Docker build/test surface to use Relay v0.40.0 instead of v0.30.0, ensuring the pinned Docker images and the CI workflow matrix/verification are aligned on the new release tag.
Changes:
- Bumped
ARG RELAYfromv0.30.0tov0.40.0across the pinned Dockerfiles used in the build matrix. - Updated
.github/workflows/docker.ymlto build artifacts forv0.40.0and to verify packaged images againstRELAY_VERSION=v0.40.0.
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docker/ubuntu/ubuntu24.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/ubuntu/ubuntu24-zend.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/ubuntu/ubuntu20.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/sle15.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/mint21.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/litespeed/openlitespeed.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/litespeed/litespeed.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/frankenphp.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/el9/el9.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/debian/debian11.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/centos8/rocky8.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/centos8/centos8.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/centos7/centos7.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/arch.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/alpine.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/al2023.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| docker/al2.Dockerfile | Bump pinned ARG RELAY to v0.40.0. |
| .github/workflows/docker.yml | Update artifact matrix version and RELAY_VERSION to v0.40.0 for build args + version verification. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pinned Relay version from
v0.30.0tov0.40.0.ARG RELAY=v0.40.0in the 17 Dockerfiles that pin a release.github/workflows/docker.yml: artifact build matrix version andRELAY_VERSION(used for the pie-latest build arg and the version verification step)Untouched on purpose:
docker/pie/pie-pinned.Dockerfile— deliberately pins an old version (0.20.0) to exercise PIE version pinning; the workflow skips version verification for itdocker/README.md—RELAY=v0.9.1is an illustrative example, not a pinbenchmarks/release-v0.30.0-*— historical charts for that release🤖 Generated with Claude Code