Update renovate/renovate Docker tag to v35 #1350

Merged
renovate-bot merged 1 commits from renovate/renovate-renovate-35.x into master 2023-03-12 18:45:41 +00:00
Contributor

This PR contains the following updates:

Package Update Change
renovate/renovate major 34.160.0-slim -> 35.2.0-slim

Release Notes

renovatebot/renovate

v35.2.0

Compare Source

Features
Bug Fixes
Code Refactoring
Documentation
Miscellaneous Chores

v35.1.2

Compare Source

Documentation
  • platform/bitbucket: update requiring implementation section (#​20863) (06feaaa)
Build System

v35.1.1

Compare Source

Documentation
  • platform/bitbucket: update header to be consistent with other platforms (#​20870) (d760c2f)
  • update major platform features not supported (#​20869) (466af47)
Build System

v35.1.0

Compare Source

Features
Build System

v35.0.1

Compare Source

Miscellaneous Chores
Documentation
Build System
Code Refactoring

v35.0.0

Compare Source

⚠ BREAKING CHANGES
  • require NodeJS v18.12+ (#​20838)
  • config: Forked repos will now be processed automatically if autodiscover=false. includeForks is removed and replaced by new option forkProcessing.
  • Internal checks such as renovate/stability-days will no longer count as passing/green, meaning that actions such as automerge won't
    occur if the only checks are Renovate internal ones. Set internalChecksAsSuccess=true to restore existing behavior.
  • versioning: default versioning is now semver-coerced, instead of semver.
  • datasource/github-releases: Regex Manager configurations relying on the github-release data-source with digests will have different digest semantics. The digest
    will now always correspond to the underlying Git SHA of the release/version. The old behavior can be preserved by switching to the
    github-release-attachments datasource.
  • versioning: bump short ranges to version (#​20494)
  • config: containerbase/ account used for sidecar containers instead of renovate/
  • go: Renovate will now use go's default GOPROXY settings. To avoid using the public proxy, configure GOPROXY=direct.
  • datasource/npm: Package cache will include entries for up to 24 hours after the last lookup. Set cacheHardTtlMinutes=0 to revert to existing behavior.
  • config: Renovate now defaults to applying hourly and concurrent PR limits. To revert to unlimited, configure them back to 0.
  • config: Renovate will now default to updating locked dependency versions. To revert to previous behavior, configure rangeStrategy=replace.
  • config: PyPI releases will no longer be filtered by default based on constraints.python compatibility. To retain existing functionality, set
    constraintsFiltering=strict.
Features
Bug Fixes
Code Refactoring
  • datasource: prefer packageName over depName in datasource (#​20221) (d53d39b)
  • datasource: use packageName and not depName for datasource lookups (#​20474) (b17bcf2)
Miscellaneous Chores

Configuration

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

🚦 Automerge: Enabled.

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

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://github.com/renovatebot/renovate) | major | `34.160.0-slim` -> `35.2.0-slim` | --- ### Release Notes <details> <summary>renovatebot/renovate</summary> ### [`v35.2.0`](https://github.com/renovatebot/renovate/releases/tag/35.2.0) [Compare Source](https://github.com/renovatebot/renovate/compare/35.1.2...35.2.0) ##### Features - **platform/bitbucket:** add support for Bitbucket development branching model ([#&#8203;20860](https://github.com/renovatebot/renovate/issues/20860)) ([98be25f](https://github.com/renovatebot/renovate/commit/98be25f7871204e589d5048c0f353b38f5b0235a)) - support name only replacements ([#&#8203;20629](https://github.com/renovatebot/renovate/issues/20629)) ([e09153b](https://github.com/renovatebot/renovate/commit/e09153b6be206ece982d4544d43f923e946713de)) ##### Bug Fixes - **data:** automatic update of static data ([#&#8203;20877](https://github.com/renovatebot/renovate/issues/20877)) ([9dac34e](https://github.com/renovatebot/renovate/commit/9dac34e7c1dd94cc1540489be3c05b1cd362da7d)) ##### Code Refactoring - safely parse `Pipfile.lock` ([#&#8203;20825](https://github.com/renovatebot/renovate/issues/20825)) ([1567386](https://github.com/renovatebot/renovate/commit/1567386f50a7c57f6c322dceef1c528e04f615d7)) - safely parse decrypted config ([#&#8203;20879](https://github.com/renovatebot/renovate/issues/20879)) ([8b23f0b](https://github.com/renovatebot/renovate/commit/8b23f0ba57768b7a5f4fe050cfa9b5281eee8a73)) - satisfy types for `unknown` arrays ([#&#8203;20878](https://github.com/renovatebot/renovate/issues/20878)) ([cbbeecb](https://github.com/renovatebot/renovate/commit/cbbeecbefcc9e4582e959057469af9de6cffa7a4)) ##### Documentation - update references to renovate/renovate to v35 ([#&#8203;20883](https://github.com/renovatebot/renovate/issues/20883)) ([a44a815](https://github.com/renovatebot/renovate/commit/a44a815e1ecce387b89e42e6ba5633e46b57bb7e)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;types/node](https://github.com/types/node) to v18 ([#&#8203;20882](https://github.com/renovatebot/renovate/issues/20882)) ([88896fd](https://github.com/renovatebot/renovate/commit/88896fd8926a9b48656c21c8da175ab1c4dc1ae6)) - **tsconfig:** target `es2022` ([#&#8203;20880](https://github.com/renovatebot/renovate/issues/20880)) ([3390c34](https://github.com/renovatebot/renovate/commit/3390c34c6d082ce66397b92c01b18592c2280a58)) ### [`v35.1.2`](https://github.com/renovatebot/renovate/releases/tag/35.1.2) [Compare Source](https://github.com/renovatebot/renovate/compare/35.1.1...35.1.2) ##### Documentation - **platform/bitbucket:** update requiring implementation section ([#&#8203;20863](https://github.com/renovatebot/renovate/issues/20863)) ([06feaaa](https://github.com/renovatebot/renovate/commit/06feaaabaf49b31eb0c279ba1d59562130cbb18f)) ##### Build System - **deps:** update dependency simple-git to v3.17.0 ([#&#8203;20874](https://github.com/renovatebot/renovate/issues/20874)) ([eee2b05](https://github.com/renovatebot/renovate/commit/eee2b0534aca146782c08d3f396ff5e462c76da2)) ### [`v35.1.1`](https://github.com/renovatebot/renovate/releases/tag/35.1.1) [Compare Source](https://github.com/renovatebot/renovate/compare/35.1.0...35.1.1) ##### Documentation - **platform/bitbucket:** update header to be consistent with other platforms ([#&#8203;20870](https://github.com/renovatebot/renovate/issues/20870)) ([d760c2f](https://github.com/renovatebot/renovate/commit/d760c2f4cb3317e0595681531c329c1a1406ef8e)) - update major platform features not supported ([#&#8203;20869](https://github.com/renovatebot/renovate/issues/20869)) ([466af47](https://github.com/renovatebot/renovate/commit/466af47fd5c532fc7939fb2e4ff34972bbebf8a6)) ##### Build System - **deps:** update dependency zod to v3.21.0 ([#&#8203;20871](https://github.com/renovatebot/renovate/issues/20871)) ([d0228eb](https://github.com/renovatebot/renovate/commit/d0228ebddd98913079048a99b2b73b3453bb8637)) ### [`v35.1.0`](https://github.com/renovatebot/renovate/releases/tag/35.1.0) [Compare Source](https://github.com/renovatebot/renovate/compare/35.0.1...35.1.0) ##### Features - **asdf:** Support pulumi plugin ([#&#8203;20852](https://github.com/renovatebot/renovate/issues/20852)) ([b69fcda](https://github.com/renovatebot/renovate/commit/b69fcda426ff3f788af7a14ae0cfe6b22d3dad3f)) ##### Build System - **deps:** update dependency [@&#8203;renovatebot/osv-offline](https://github.com/renovatebot/osv-offline) to v1.2.2 ([#&#8203;20868](https://github.com/renovatebot/renovate/issues/20868)) ([a350104](https://github.com/renovatebot/renovate/commit/a350104f9cdfab039c2816f286b063ae0fc245bc)) ### [`v35.0.1`](https://github.com/renovatebot/renovate/releases/tag/35.0.1) [Compare Source](https://github.com/renovatebot/renovate/compare/35.0.0...35.0.1) ##### Miscellaneous Chores - **deps:** update dependency rimraf to v4.3.0 ([#&#8203;20864](https://github.com/renovatebot/renovate/issues/20864)) ([d1afa85](https://github.com/renovatebot/renovate/commit/d1afa8549d11d6a957b9ba11a9a47e144faba60e)) - **deps:** update github/codeql-action action to v2.2.6 ([#&#8203;20858](https://github.com/renovatebot/renovate/issues/20858)) ([8ab35d6](https://github.com/renovatebot/renovate/commit/8ab35d6f5a7da31af52791967c7a2b9502bb4a7e)) - **deps:** update node.js to [`8dac04e`](https://github.com/renovatebot/renovate/commit/8dac04e) ([#&#8203;20857](https://github.com/renovatebot/renovate/issues/20857)) ([63cfcdb](https://github.com/renovatebot/renovate/commit/63cfcdbcce25b1cc0dc5547ba20c30dee9d6ba7a)) ##### Documentation - add [@&#8203;setchy](https://github.com/setchy) as contributor ([#&#8203;20861](https://github.com/renovatebot/renovate/issues/20861)) ([22cbc80](https://github.com/renovatebot/renovate/commit/22cbc80f103020ec5143ee82cbfc2e7923164163)) - replace unencrypted with plaintext ([#&#8203;20849](https://github.com/renovatebot/renovate/issues/20849)) ([da1eeea](https://github.com/renovatebot/renovate/commit/da1eeea02b9b7adc3abec70c09819d7ec9fde854)) ##### Build System - add .nvmrc ([#&#8203;20862](https://github.com/renovatebot/renovate/issues/20862)) ([166a288](https://github.com/renovatebot/renovate/commit/166a2880c1588f4bce632c2a8dcb85ebbd086ce8)) - **deps:** update dependency luxon to v3.3.0 ([#&#8203;20866](https://github.com/renovatebot/renovate/issues/20866)) ([0a355f2](https://github.com/renovatebot/renovate/commit/0a355f2275b296ef12bd9f767ac640a372867310)) ##### Code Refactoring - use satisfies ([#&#8203;20781](https://github.com/renovatebot/renovate/issues/20781)) ([b475231](https://github.com/renovatebot/renovate/commit/b475231176f7012ab4faa6258d2a99bd9d627850)) ### [`v35.0.0`](https://github.com/renovatebot/renovate/releases/tag/35.0.0) [Compare Source](https://github.com/renovatebot/renovate/compare/34.160.0...35.0.0) ##### ⚠ BREAKING CHANGES - require NodeJS v18.12+ ([#&#8203;20838](https://github.com/renovatebot/renovate/issues/20838)) - **config:** Forked repos will now be processed automatically if autodiscover=false. includeForks is removed and replaced by new option forkProcessing. - Internal checks such as `renovate/stability-days` will no longer count as passing/green, meaning that actions such as `automerge` won't occur if the only checks are Renovate internal ones. Set `internalChecksAsSuccess=true` to restore existing behavior. - **versioning:** default versioning is now `semver-coerced`, instead of `semver`. - **datasource/github-releases:** Regex Manager configurations relying on the github-release data-source with digests will have different digest semantics. The digest will now always correspond to the underlying Git SHA of the release/version. The old behavior can be preserved by switching to the github-release-attachments datasource. - **versioning:** bump short ranges to version ([#&#8203;20494](https://github.com/renovatebot/renovate/issues/20494)) - **config:** containerbase/ account used for sidecar containers instead of renovate/ - **go:** Renovate will now use go's default `GOPROXY` settings. To avoid using the public proxy, configure `GOPROXY=direct`. - **datasource/npm:** Package cache will include entries for up to 24 hours after the last lookup. Set cacheHardTtlMinutes=0 to revert to existing behavior. - **config:** Renovate now defaults to applying hourly and concurrent PR limits. To revert to unlimited, configure them back to `0`. - **config:** Renovate will now default to updating locked dependency versions. To revert to previous behavior, configure rangeStrategy=replace. - **config:** PyPI releases will no longer be filtered by default based on `constraints.python` compatibility. To retain existing functionality, set `constraintsFiltering=strict`. ##### Features - **cache:** file cache cleanup ([#&#8203;20061](https://github.com/renovatebot/renovate/issues/20061)) ([222cda6](https://github.com/renovatebot/renovate/commit/222cda6058ff36446f515dd3d249033305705946)), closes [#&#8203;13732](https://github.com/renovatebot/renovate/issues/13732) - **config:** add new option `constraintsFiltering` ([#&#8203;19992](https://github.com/renovatebot/renovate/issues/19992)) ([dcd298a](https://github.com/renovatebot/renovate/commit/dcd298a62528452d7a342153eb64fc679ee74696)), closes [#&#8203;19979](https://github.com/renovatebot/renovate/issues/19979) - **config:** default `dockerImagePrefix` to `containerbase` ([#&#8203;20150](https://github.com/renovatebot/renovate/issues/20150)) ([ec4b17b](https://github.com/renovatebot/renovate/commit/ec4b17b8b64ba52e4bfafc1d4f50b8855d216f33)) - **config:** default to rangeStrategy=auto, prefer update-lockfile ([#&#8203;19942](https://github.com/renovatebot/renovate/issues/19942)) ([016e647](https://github.com/renovatebot/renovate/commit/016e64739008ec0f263d8a5799b82a4e01cb7e21)), closes [#&#8203;19800](https://github.com/renovatebot/renovate/issues/19800) - **config:** forkProcessing ([#&#8203;20759](https://github.com/renovatebot/renovate/issues/20759)) ([a4ab452](https://github.com/renovatebot/renovate/commit/a4ab4523f8de62ffecec7c713aa82bfb7bf18bbe)), closes [#&#8203;20752](https://github.com/renovatebot/renovate/issues/20752) - **config:** non-zero defaults for PR concurrent, hourly limits ([#&#8203;19958](https://github.com/renovatebot/renovate/issues/19958)) ([a75f9d7](https://github.com/renovatebot/renovate/commit/a75f9d71c11bc4105cc71266554998894ef12519)), closes [#&#8203;19800](https://github.com/renovatebot/renovate/issues/19800) - **datasource/github-releases:** digest computation use git tag, not file digest ([#&#8203;20178](https://github.com/renovatebot/renovate/issues/20178)) ([177ffed](https://github.com/renovatebot/renovate/commit/177ffedb85f41791a87dda95a39a0f3311f94f98)), closes [#&#8203;20160](https://github.com/renovatebot/renovate/issues/20160) [#&#8203;19552](https://github.com/renovatebot/renovate/issues/19552) - **datasource/npm:** default cacheHardTtlMinutes to 24 hours ([#&#8203;20079](https://github.com/renovatebot/renovate/issues/20079)) ([d28763f](https://github.com/renovatebot/renovate/commit/d28763fa01632234d3fce20b9798a667cf45ee6b)) - **go:** default GOPROXY ([#&#8203;20081](https://github.com/renovatebot/renovate/issues/20081)) ([d92e194](https://github.com/renovatebot/renovate/commit/d92e19437a2b0953d457a52f36aba0a2b6e08066)), closes [#&#8203;20040](https://github.com/renovatebot/renovate/issues/20040) - internalChecksAsSuccess ([#&#8203;20572](https://github.com/renovatebot/renovate/issues/20572)) ([f765e6f](https://github.com/renovatebot/renovate/commit/f765e6fb1d18051616651a0a9a36695a06032f7a)), closes [#&#8203;7800](https://github.com/renovatebot/renovate/issues/7800) - require NodeJS v18.12+ ([#&#8203;20838](https://github.com/renovatebot/renovate/issues/20838)) ([2102b70](https://github.com/renovatebot/renovate/commit/2102b706073676ae949692a6595cc590770b7803)) - **versioning:** default to semver-coerced instead of semver ([#&#8203;20573](https://github.com/renovatebot/renovate/issues/20573)) ([8e2df85](https://github.com/renovatebot/renovate/commit/8e2df85268801305f9bc7e0eedaca07d18791be2)) ##### Bug Fixes - **regex:** don’t escape forward slash in fileMatch ([#&#8203;19314](https://github.com/renovatebot/renovate/issues/19314)) ([b6ed33e](https://github.com/renovatebot/renovate/commit/b6ed33ec012d13d814f7a27df4d620cb57c5ad40)) - **versioning:** bump short ranges to version ([#&#8203;20494](https://github.com/renovatebot/renovate/issues/20494)) ([73c8227](https://github.com/renovatebot/renovate/commit/73c8227132d42bb35694af12e381eb80bf1f29fe)), closes [#&#8203;20488](https://github.com/renovatebot/renovate/issues/20488) ##### Code Refactoring - **datasource:** prefer packageName over depName in datasource ([#&#8203;20221](https://github.com/renovatebot/renovate/issues/20221)) ([d53d39b](https://github.com/renovatebot/renovate/commit/d53d39bf0ad995cc4d74d39836b46f078e5e5236)) - **datasource:** use packageName and not depName for datasource lookups ([#&#8203;20474](https://github.com/renovatebot/renovate/issues/20474)) ([b17bcf2](https://github.com/renovatebot/renovate/commit/b17bcf27895f27018a7a36c3bc7ccbcf3cfcae39)) ##### Miscellaneous Chores - fix artifacts tests ([0f86d31](https://github.com/renovatebot/renovate/commit/0f86d313da0c03dd94e1add7e18ddede0332d999)) - fix coverage ([b53b8bc](https://github.com/renovatebot/renovate/commit/b53b8bca6b7c5c3c8faf777287b971e47a6732bf)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4xIn0=-->
renovate-bot added 1 commit 2023-03-12 18:45:39 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
4df63a8508
Update renovate/renovate Docker tag to v35
renovate-bot merged commit 4df63a8508 into master 2023-03-12 18:45:41 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tobru/gitops-tbrnt#1350
No description provided.