Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C cern-drupal-distribution
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • drupaldrupal
  • paas
  • cern-drupal-distribution
  • Merge requests
  • !167

Upgrading composer to specific Drupal version 9.4.10

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Francisco Borges Aurindo Barros requested to merge upgrade-9.4.10 into v9.4-2 Jan 24, 2023
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

Until now we built the image with latest patch version (as per https://semver.org/), therefore the same pipeline executed in two different periods would result in different patch versions.

I'm not sure if it is to be kept or not, but as per the last run, we are serving Drupal core 9.4.8 which does not contain latest security patch. As per docs, I've executed commands to have the latest version with a specific release.

Expected included changes:

  • https://www.drupal.org/project/drupal/releases/9.4.9 (Bug fixes)
  • https://www.drupal.org/project/drupal/releases/9.4.10 (Security patch)

If this is to be discarded and just re-run the master branch, please discuss below.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: upgrade-9.4.10