-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
📖 WIP - Proposal: Automating Operator Maintenance: Driving Better Results with Less Overhead #4302
base: master
Are you sure you want to change the base?
📖 WIP - Proposal: Automating Operator Maintenance: Driving Better Results with Less Overhead #4302
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I would like to help in this one 😄 I am trying to use a similar approach in one of the projects I work on https://github.com/migtools/oadp-non-admin/blob/master/docs/CONTRIBUTING.md#upgrade-kubebuilder-version But on other project, the upgrade process does not have any guidelines, and we are very outdated on current features. This would facilitate the project being up to date with lastest kubebuilder releases |
Regards: #4302 (comment) That would be great. We also need to ensure that we have a test in place to ensure this solution |
de211ef
to
7e41838
Compare
designs/update_action.md
Outdated
|-----------------|---------------|-------------|-------| | ||
| @camilamacedo86 | 2024-11-07 | Implementable | - | | ||
|
||
# Proposal: Automating maintenance via tooling and actions |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
7e41838
to
6f4014d
Compare
Hi @camilamacedo86, I'm aware this is still a WIP, and I don't know if I'm jumping the gun here, but I'm very interested in the KubeBuilder project for GSoC 2025 and wondering if there will be an official announcement for the proposals, like the ones in #3283 and #3309 . |
Hi @vitorfloriano, That sounds great! Yes, we have added it to GSoC here: link. However, we need to wait and see if the project gets accepted first. You can check the timeline here: GSoC Timeline. Once it’s officially accepted, we can start promoting it, and interested students will be able to apply. Let me know if you have any questions! Feel free to ping in the slack |
@camilamacedo86 Thanks for the quick response! Yes, I thought it might be a little early to ask about the proposal, but I wanted to get a head start by looking at past proposals and resources. I'm currently diving into the skilling-up links from the FAQ in #3283 and doing my research on Git merge strategies. I'll let you know if I have any questions. Fingers crossed for GSoC! |
Hi everyone my name is Chethan and I'm working on a GSoC proposal to automate operator maintenance in Kubebuilder using GitHub Actions , 3-way merge and AI-driven conflict resolution. Thanks in advance! |
Proposal: Automated Kubebuilder Project Update Action
This proposal aims to create a GitHub Action similar to Dependabot for Kubebuilder,
automating the process of regenerating scaffolds and preserving custom code when new
versions of Kubebuilder are released. This solution ensures that projects stay
updated with best practices, bug fixes, and features, ultimately improving
maintainability and adoption by reducing the complexity of manual updates.