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

feat!: v39 #32273

Merged
merged 6 commits into from
Nov 4, 2024
Merged

feat!: v39 #32273

merged 6 commits into from
Nov 4, 2024

Conversation

rarkins
Copy link
Collaborator

@rarkins rarkins commented Nov 1, 2024

Changes

Context

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

package.json Show resolved Hide resolved
tools/docker/Dockerfile Show resolved Hide resolved
Copy link
Collaborator

@HonkingGoose HonkingGoose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update the release notes for the major version? You can find it here:

  • docs/usage/release-notes-for-major-versions.md

The major breaking change for users seems to be the Node.js version bump?

rarkins and others added 6 commits November 4, 2024 14:24
Updates Renovate's package.json>engines to add support for Node v22 LTS, and updates Renovate official Docker images to run on Node v22 instead of Node v20.

Closes #32068

BREAKING CHANGE: Renovate Docker images will now be based on Node.js v22 instead of v20
Sets RENOVATE_BINARY_SOURCE=global in Renovate official "-full" images.

Closes #32136

BREAKING CHANGE: Renovate -full images will now use binarySource=global. Set RENOVATE_BINARY_SOURCE=install to revert to dynamic tool installation.
Changes the priority order so that squash merges are preferred over rebase merge and merge commits. Doing so allows GitHub to sign the resulting commit on the base branch.

BREAKING CHANGE: Renovate will now prefer squash merges over others in GitHub, if they are allowed.
…32240)

Update Renovate base-image from v7 to v9. Includes the following potentially breaking changes for -full image:
 - Update Ubuntu base image to 24.04
 - Update dependency python to v3.13.0
 - Update dependency node to v22
Additionally, some changes to internal paths were made (only affects users who install things themselves or rely on static locations of binaries).

BREAKING CHANGE: The Renovate full image now uses Ubuntu 24.04, Python 3.13 and Node v22
…32095)

Updates default Renovate sidecar container to v13, which is based on Ubuntu 24.04.

BREAKING CHANGE: Renovate sidecard images will default to use Ubuntu 24.04 instead of 20.04
…of branchName (#32278)

Update logic for branchNameStrict=true so that it also removes forward slashes from branch names, with the exception of the `branchPrefix` part. In other words, if you leave the default `branchPrefix="renovate/"` then you'll get branch names like `renovate/foo-bar-42-x` instead of today's `renovate/foo/bar-42-x`.

BREAKING CHANGE: Branch names with multiple forward slashes will change if branchNameStrict=true
@rarkins rarkins merged commit a6d93dc into main Nov 4, 2024
39 checks passed
@rarkins rarkins deleted the v39 branch November 4, 2024 13:43
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 39.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@viceice viceice added this to the v39 milestone Nov 4, 2024
@viceice viceice added the breaking Breaking change, requires major version bump label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change, requires major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants