Remove deps.yml - all the dependency updates were converted to Renovate
What does this MR do?
Removes deps.yml since all the dependency updates were converted to Renovate
See epic: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8648
See renovate config: https://gitlab.com/gitlab-org/frontend/renovate-gitlab-bot/-/blob/main/renovate/distribution/omnibus.config.js
The exceptions are:
- openssl_1: This version is not supported anymore, so there won't be anymore more new versions coming to it. We need to add openssl3, but only after we migrate to it.
- mixlib-log gem: At the migration time, mixlib-log had a regression and was confliting with our pinned version of ffi. So it was breaking the deps.io upgrades. Therefore, we decided to open a follow-up to reevaluating updating mixlib-log: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8791
Related issues
Checklist
See Definition of done.
For anything in this list which will not be completed, please provide a reason in the MR discussion.
Required
-
MR title and description are up to date, accurate, and descriptive. -
MR targeting the appropriate branch. -
Latest Merge Result pipeline is green. -
When ready for review, MR is labeled workflowready for review per the Distribution MR workflow.
For GitLab team members
If you don't have access to this, the reviewer should trigger these jobs for you during the review process.
-
The manual Trigger:ee-package
jobs have a green pipeline running against latest commit. -
Ifconfig/software
orconfig/patches
directories are changed, make sure thebuild-package-on-all-os
job within theTrigger:ee-package
downstream pipeline succeeded. -
If you are changing anything SSL related, then theTrigger:package:fips
manual job within theTrigger:ee-package
downstream pipeline must succeed. -
If CI configuration is changed, the branch must be pushed to dev.gitlab.org
to confirm regular branch builds aren't broken.
Expected (please provide an explanation if not completing)
-
Test plan indicating conditions for success has been posted and passes. -
Documentation created/updated. -
Tests added. -
Integration tests added to GitLab QA. -
Equivalent MR/issue for the GitLab Chart opened. -
Validate potential values for new configuration settings. Formats such as integer10
, duration10s
, URIscheme://user:passwd@host:port
may require quotation or other special handling when rendered in a template and written to a configuration file.
Merge request reports
Activity
assigned to @Alexand
added typemaintenance label
changed milestone to %17.6
1 Message CHANGELOG missing: If you want to create a changelog entry for GitLab FOSS, add the
Changelog
trailer to the commit message you want to add to the changelog.If you want to create a changelog entry for GitLab EE, also add the
EE: true
trailer to your commit message.If this merge request doesn't need a CHANGELOG entry, feel free to ignore this message.
Reviewer roulette
Changes that require review have been detected! A merge request is normally reviewed by both a reviewer and a maintainer in its primary category and by a maintainer in all other categories.
To spread load more evenly across eligible reviewers, Danger has picked a candidate for each review slot. Feel free to override these selections if you think someone else would be better-suited or use the GitLab Review Workload Dashboard to find other available reviewers.
To read more on how to use the reviewer roulette, please take a look at the Engineering workflow and code review guidelines. Please consider assigning a reviewer or maintainer who is a domain expert in the area of the merge request.
Once you've decided who will review this merge request, mention them as you normally would! Danger does not automatically notify them for you.
Reviewer Maintainer @lucus.li
(UTC+9, 9 hours ahead of
@Alexand
)@apatterson2
(UTC-6, 6 hours behind
@Alexand
)If needed, you can retry the
danger-review
job that generated this comment.Generated by
DangerEdited by Ghost User- Resolved by João Alexandre Cunha
I don't know where the roulette went. I'll investigate.
@axugl, can I ask you to take the 1st review of this one while I'm trying to bring the roulette back up?
requested review from @axugl
added workflowready for review label
marked the checklist item When ready for review, MR is labeled workflowready for review per the Distribution MR workflow. as completed
- Resolved by João Alexandre Cunha
Let's drop the CI job also - https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/gitlab-ci-config/gitlab-com.yml?ref_type=heads#L591 and references to
DEPS_IO_*
in CI config.
added workflowin dev label and removed workflowready for review label
added 1 commit
- 98f764c0 - All the dependency updates were converted to Renovate
marked the checklist item When ready for review, MR is labeled workflowready for review per the Distribution MR workflow. as incomplete