Skip to content

Update renovate/renovate Docker tag to v34

Renovate Bot requested to merge renovate/renovate-renovate-34.x into master

This MR contains the following updates:

Package Type Update Change
renovate/renovate Kustomization major 32.224.0 -> 34.23.1

Release Notes

renovatebot/renovate

v34.23.1

Bug Fixes

v34.23.0

Features
Miscellaneous Chores

v34.22.2

Miscellaneous Chores
Build System

v34.22.1

Bug Fixes
Miscellaneous Chores
Code Refactoring

v34.22.0

Features

v34.21.6

Bug Fixes

v34.21.5

Bug Fixes

v34.21.4

Miscellaneous Chores
Documentation
Build System

v34.21.3

Bug Fixes
  • manager/gradle: prefix version catalog aliases with "libs." (#​18830) (fb56b1f)
Miscellaneous Chores

v34.21.2

Build System

v34.21.1

Bug Fixes
  • datasource/sbt-package: Fallbacks to maven when no sbt directory listing available (#​18590) (8433ad9)
Documentation

v34.21.0

Features

v34.20.4

Build System

v34.20.3

Build System
Miscellaneous Chores

v34.20.2

Bug Fixes
  • docker: ensure digest is updated only once with ARG and multiple FROM statements (#​18061) (be21d44)

v34.20.1

Documentation
Code Refactoring
Build System
Miscellaneous Chores

v34.20.0

Features

v34.19.3

Bug Fixes

v34.19.2

Bug Fixes
  • ruby: longer versions like 1.2.3.0 replace to 1.2.4 instead of 1.2.0 (#​18679) (74664b8)

v34.19.1

Bug Fixes
Code Refactoring
Miscellaneous Chores

v34.19.0

Features

v34.18.1

Bug Fixes
Miscellaneous Chores

v34.18.0

Features
Miscellaneous Chores

v34.17.1

Bug Fixes

v34.17.0

Features

v34.16.0

Features
  • datasource/ansible-galaxy: use pep440 versioning by default (#​18718) (d281319)

v34.15.1

Bug Fixes
  • manager/github-actions: wrong supportedDatasources entry (#​18734) (73eaf0f)

v34.15.0

Features
  • changelog: allow releases to lack a body if it contains a name (#​18691) (6a99432)
Documentation
  • drop repology app warning (1e31121)

v34.14.0

Features
Miscellaneous Chores

v34.13.2

Bug Fixes
Miscellaneous Chores

v34.13.1

Bug Fixes

v34.13.0

Features
Miscellaneous Chores

v34.12.1

Bug Fixes
Miscellaneous Chores
Code Refactoring

v34.12.0

Features
Bug Fixes

v34.11.2

Bug Fixes

v34.11.1

Bug Fixes

v34.11.0

Features
Miscellaneous Chores
Documentation

v34.10.0

Features
  • manager/flux: support system manifest inside subdirectories (#​18605) (dc9c205)
Documentation
Tests

v34.9.2

Bug Fixes
  • Revert "refactor: move branch cache files to util/cache" (#​18667) (c229652)
Documentation
Miscellaneous Chores

v34.9.1

Bug Fixes
  • datasource/docker: handle prop querying of a non existent object in getLabel() (#​18574) (582d91f)
Documentation

v34.9.0

Features
Code Refactoring

v34.8.2

Bug Fixes
Miscellaneous Chores
Code Refactoring

v34.8.1

Bug Fixes
Miscellaneous Chores

v34.8.0

Features

v34.7.1

Bug Fixes

v34.7.0

Features

v34.6.2

Bug Fixes
  • manager/gradle: ignore mapScalar() method from Apollo Kotlin plugin (#​18625) (0dfc98c)
Documentation

v34.6.1

Build System

v34.6.0

Features

v34.5.0

Features

v34.4.0

Features

v34.3.0

Features
Miscellaneous Chores
Documentation
Continuous Integration

v34.2.3

Bug Fixes

v34.2.2

Bug Fixes
  • manager/gradle: preserve next token for parsing in case dependency interpolation fails (#​18330) (8279be4)

v34.2.1

Bug Fixes
  • manager/dockerfile: improve RegEx to match ARG values with trailing spaces (#​18592) (4770c00)
Continuous Integration
Miscellaneous Chores
Documentation

v34.2.0

Features
Documentation
Miscellaneous Chores

v34.1.5

Bug Fixes
Build System

v34.1.4

Build System
Miscellaneous Chores

v34.1.3

Bug Fixes
Miscellaneous Chores
Documentation
Code Refactoring

v34.1.2

Bug Fixes

v34.1.1

Bug Fixes
Miscellaneous Chores

v34.1.0

Features
Code Refactoring
Miscellaneous Chores

v34.0.0

Here comes v34 hot on the heels of v33. We decided to issue another breaking change to revert one of the breaking changes in v33.

If you are upgrading from v32 to v34 then it means that the setting for branchNameStrict remains as false and you don't need to worry about that.

If you already upgraded from v32 to v33 then you have a decision to make first: should you set branchNameStrict to true (like in v33), or let it set back to false (like in v32).

Strict branch naming meant that all special characters other than letters, numbers and hyphens were converted to hyphens and then deduplicated, e.g. a branch which in v32 was like renovate/abc.def-2.x would become renovate/abc-def-2-x in v33. If you prefer to revert back to the old way then that will happen automatically in v34. If you prefer to keep the way in v33 because you already had a bunch of MRs closed and reopened due to branch names, and don't want to do that again, then add branchNameStrict: false to your bot config or your shared config before updating to v34.

Apologies to anyone negatively affected by this v33 change.

BREAKING CHANGES
  • revert branchNameStrict to false (#​18536)
Bug Fixes

v33.2.4

Bug Fixes

v33.2.3

Bug Fixes

v33.2.2

Bug Fixes
  • manager/gradle: only accept known format for optional classifiers (#​18525) (58c9b15)

v33.2.1

Continuous Integration
Build System
Miscellaneous Chores

v33.2.0

Features
  • platform/codecommit: add token support in config_js and update docs (#​18496) (4c528e1)
Miscellaneous Chores
Documentation

v33.1.0

Features
Tests
  • manager/gradle: refactoring to map tests to Gradle functionality (#​18481) (b544d5c)
Miscellaneous Chores
  • exclude mocks in jest config due to jest-haste-map warning (#​18482) (96bb979)

v33.0.2

Build System

v33.0.1

Bug Fixes

v33.0.0

This release contains some changes of default values/behavior:

  • internalChecksFilter will now default to strict, meaning that updates will be withheld by default when internal status checks are pending. This should reduce the number of "non-actionable" Merge Requests you get.
  • azure-pipelines manager is disabled by default, because its primary datasource can unfortunately suggest updates which aren't yet installable. Users should opt into this manager once they know the risks.
  • binarySource=install will now be used instead of global whenever Renovate is run within a "containerbase" image. This means dynamic installation of most package managers and languages
  • Dependencies will no longer be pinned by default if rangeStrategy=auto. While we recommend pinning dependencies, we decided users should opt into this more explicitly.

And two major features!

  • AWS CodeCommit platform support
  • OpenTelemetry support

Both the above are considered "experimental". Please test them out and let us know your feedback - both positive or negative - so that we can progress them to fully available.

BREAKING CHANGES
  • Node 16 is the required runtime for Renovate.
  • [NOTE: This was reverted in v34] config: branchNameStrict default value is now true
  • config: internalChecksFilter default value is now "strict"
  • config: ignoreScripts default value is now true. If allowScripts=true in global config, ignoreScripts must be set to false in repo config if you want all repos to run scripts.
  • config: autodiscover filters can no longer include commas
  • config: boolean variables must be true or false when configured in environment variables, and errors will be thrown for invalid values. Previously invalided values were ignored and treated as false.
  • datasource/go: git-tags datasource will be used as the fallback instead of github-tags if a go package's host type is unknown.
  • jsonnet-bundler: depName now uses the "absolute import" format (e.g. bargithub.com/foo/bar/baz-wow)
  • azure-pipelines: azure-pipelines manager is now disabled by default.
  • github: No longer necessary to configure forkMode. Forking mode is now experimental.
  • Users of containerbase images (such as official Renovate images) will now have dynamic package manager installs enabled by default.
  • Dependencies are no longer automatically pinned if rangeStrategy=auto, pinning must be opted into using rangeStrategy=pin
Features
Bug Fixes

v32.241.11

Bug Fixes
Miscellaneous Chores

v32.241.10

Bug Fixes

v32.241.9

Bug Fixes
  • http: use request for retryCount (cc50beb)
Miscellaneous Chores

v32.241.8

Bug Fixes
Code Refactoring
  • change currentVersion to non-optional in UpdateLockedConfig (#​18406) (91cef56)

v32.241.7

Bug Fixes
Miscellaneous Chores

v32.241.6

Bug Fixes
Documentation
Miscellaneous Chores
  • no meta for debug statements (3aa94d4)

v32.241.5

Build System

v32.241.4

Miscellaneous Chores
Build System

v32.241.3

Bug Fixes

v32.241.2

Build System

v32.241.1

Documentation
Code Refactoring
Miscellaneous Chores
Build System
Continuous Integration

v32.240.5

Bug Fixes
Tests
Documentation
Miscellaneous Chores

v32.240.4

Bug Fixes
  • manager/terraform: Terraform module version is missing v Prefix (#​18392) (65606c5)
Documentation
Miscellaneous Chores

v32.240.3

Bug Fixes
Miscellaneous Chores

v32.240.2

Build System

v32.240.1

Bug Fixes
  • npm/versioning: exception when directly calling getNewValue with x-range-all '*' with unsupported strategy (#​18379) (2a5c0fb)

v32.240.0

Features
  • host-rules: prepend scheme when missing one and containing a url path (#​18358) (e9153ea)

v32.239.0

Features
Documentation
Tests
  • versioning/npm: add tests to self cover npm versioning folder (#​18355) (ae05eae)
Miscellaneous Chores

v32.238.4

Bug Fixes
Code Refactoring

v32.238.3

Bug Fixes
  • manager/gradle-wrapper: issue a warning in case gradlew isn't executable (#​18349) (cdcb455)
  • manager/gradle: optimize performance of Gradle lock file maintenance and ensure gradlew is executable (#​18348) (c49be3d)

v32.238.2

Bug Fixes
  • manager/gradle: use Gradle version to resolve Java constraints for lockfile updates (#​18346) (5559b53)
Code Refactoring

v32.238.1

Bug Fixes

v32.238.0

Features

v32.237.0

Features
Bug Fixes
Miscellaneous Chores
  • deps: update actions/dependency-review-action action to v2.5.0 (#​18322) (34e0a3c)

v32.236.4

Bug Fixes
Miscellaneous Chores

v32.236.3

Bug Fixes

v32.236.2

Build System

v32.236.1

Documentation
Miscellaneous Chores
Build System

v32.236.0

Features
Code Refactoring

v32.235.0

Features

v32.234.2

Build System

v32.234.1

Bug Fixes
Miscellaneous Chores

v32.234.0

Features
  • manager/helmv3: add postUpdateOption to update subchart archives (#​18162) (d3dba2c)
Code Refactoring
  • manager/bazel: Leverage schemas for dependency extraction (#​18257) (bea9cc9)

v32.233.0

Features
Documentation

v32.232.1

Bug Fixes
  • manager/argocd: correctly handle oci registries with custom port (#​18260) (1dd13a2)
Miscellaneous Chores
Documentation

v32.232.0

Features
Miscellaneous Chores

v32.231.1

Code Refactoring
Documentation
Build System
Miscellaneous Chores

v32.231.0

Features
Code Refactoring
  • bazel: Move all supported rules to the separate directory (#​18225) (baf62ec)

v32.230.0

Features

v32.229.0

Features

v32.228.1

Bug Fixes

v32.228.0

Features
Documentation

v32.227.0

Features

v32.226.1

Miscellaneous Chores
Documentation
Build System

v32.226.0

Features
Code Refactoring

v32.225.1

Bug Fixes
  • don't throw if a MR body contains a standalone unicode modifier (#​18201) (e49f06e)

v32.225.0

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports