Skip to content

Releases: mend/renovate-ce-ee

1.0.0

16 Jun 09:15
1e19d9a

Choose a tag to compare

This release completes the renaming of "Renovate Pro" to "WhiteSource Renovate On-Premises" ("WhiteSource Renovate" for short). The main application change is that WhiteSource Renovate is available at no charge, requiring only a free license key to activate. There is therefore no longer any need for the limited evaluation mode, so it has been removed.

License keys are initially being issued manually, so please allow up to 24 hours to receive yours once you complete the registry form at https://renovate.whitesourcesoftware.com/on-premises/. Even if you're filled it in before, please submit it again so we know who needs a key first and also be sure to submit with your preferred company name, contact name and email address for the license to contain.

The current form response system (which sends you an automated email with the previous Renovate Pro instructions you should now ignore) will in future be replaced with automated emails containing license keys.

Features

WhiteSource Renovate includes a /status endpoint with basic information to help with operations and debugging.

Renovate OSS Updates

Updated Renovate OSS from v19.66.3 to v21.6.6.

1.0.0-rc.4

10 Jun 12:59
1e19d9a

Choose a tag to compare

1.0.0-rc.4 Pre-release
Pre-release

Bug Fixes

Removed WhiteSource Renovate banner from Pull Requests due to inability to reconfigure it in airgapped environments.

Renovate OSS Updates

Updated Renovate OSS to v21.6.2

1.0.0-rc.3

05 Jun 08:27
1e19d9a

Choose a tag to compare

1.0.0-rc.3 Pre-release
Pre-release

Renovate OSS updates

Updates Renovate OSS to v21.0.1 to fix a problem with trailing slashes in Helm Chart repositories (unrelated to WhiteSource Renovate itself, but it was a regression fault since renovate/pro:0.18.5).

1.0.0-rc.2

04 Jun 15:38

Choose a tag to compare

1.0.0-rc.2 Pre-release
Pre-release

Bug fixes

This release restores the fixes added in 0.18.4 (autodiscoverFilter) and 0.18.5 (GitLab permissions filtering) which were left out of 1.0.0-rc.1

1.0.0-rc.1

04 Jun 11:14

Choose a tag to compare

1.0.0-rc.1 Pre-release
Pre-release

Breaking Changes

This release completes the renaming of "Renovate Pro" to "WhiteSource Renovate On-Premises" ("WhiteSource Renovate" for short). Users will now need a license key to activate.

Features

WhiteSource Renovate includes a /status endpoint with basic information to help with operations and debugging:

image

Renovate Changes

This updates the Renovate OSS core release from v19.66.3 to v20.25.5

0.18.5

04 Feb 12:35

Choose a tag to compare

Bug Fixes

  • Added a fix to work around a GitLab API problem where incorrect permission levels are being returned. Renovate Pro now queries projects?membership=true&per_page=100&min_access_level=30 and trusts GitLab to do the permissions filtering instead of performing the filtering itself. Closes #81

0.18.4

04 Feb 09:04
6c3fc78

Choose a tag to compare

Bug Fixes

  • Added autodiscoverFilter support for GitHub. Previously it was only implemented for GitLab.

0.18.3

04 Feb 08:50
6c3fc78

Choose a tag to compare

Bug Fixes

  • Fixed bug where high-priority jobs for a repository with an existing low-priority job were not being sorted to the front of the queue properly (#83). The result was that on-demand jobs such as rebase requests did not appear to be "responsive" because the repositories remained in their existing place in the queue.

0.18.1

18 Jan 06:46

Choose a tag to compare

Bug Fixes

Adds debugging messages to job queue operations (enqueue, next job, delete) for better transparency and troubleshooting.

0.18.0

22 Nov 19:19

Choose a tag to compare

Renovate Pro release 0.18.0 is a rollup of the features previewed in the 0.18.0-pre.* releases. This will be the last minor release of Renovate Pro before it is renamed and relocated to WhiteSource Renovate v1.0.0.

Features

Deprecation of Postgres DB use

This release removes the need for a dedicated database (Postgres) container to run alongside Renovate. Instead, an in-memory job queue is used by Renovate Pro within a single container.

Here is an example Docker Compose file for running this with GitLab:

  renovate-pro:
    image: renovate/pro:0.18.0-pre.1
    environment:
      - ACCEPT_AGREEMENT=y
      - SCHEDULER_CRON=0 * * * *
      - RENOVATE_PLATFORM=gitlab
      - RENOVATE_ENDPOINT=https://gitlab.company.com/api/v4/
      - RENOVATE_TOKEN
      - GITHUB_COM_TOKEN

Bug fixes

  • Pagination for GitLab project retrieval (Closes #73)
  • The Pro scheduler now supports Renovate's autodiscoverFilter config option for GitLab-only (Closes #74). For GitHub Enterprise, please use GitHub's native interface for selecting repositories individually to install.
  • Fixed a bug in Pro where hostRules were not applied before every repository

Update of Renovate core to v19.66.3

For full details, please see Renovate's changelogs. Highlight below:

Features

  • logger: Integrate logger with sanitizing
  • manager: Support poetry custom repositories
  • Elixir support
  • docker: add insecureRegistry hostRule
  • helm requirements.yaml support
  • gradle-version: source releases from registryUrls
  • nuget: add version scheme

Fixes

  • gomod: Improve go datasource sourceMatch regex
  • manager: Fix extraction of gitlab-ci includes
  • maven: support RELEASE and LATEST
  • gomod: skip indirect dependencies
  • docker: added a workaround for ports not being set correctly during a redirect to S3