Skip to content
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

Migrating all cert-manager sub-projects to "Makefile modules" #3

Open
10 of 11 tasks
inteon opened this issue Dec 12, 2023 · 0 comments
Open
10 of 11 tasks

Migrating all cert-manager sub-projects to "Makefile modules" #3

inteon opened this issue Dec 12, 2023 · 0 comments
Labels
priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@inteon
Copy link
Member

inteon commented Dec 12, 2023

We want to reduce the time spent on "dumb" tasks (upgrading dependencies, fixing small bugs, ...).

  1. A first improvement we made was enabling dependabot grouped upgrades, which allows us to more easily upgrade Go dependencies.
  2. The second improvement we envision is to deduplicate most of our Makefile logic across projects and centralise the logic in a single location. This will prevent Makefile improvements & fixes to be applied to only a single project and thus should help us use the best quality and most feature-complete logic in every project. Additionally, this simplifies setting up the necessary tools to easily release new versions of every project using CD (instead of building locally on our laptops).

This project is the "source of truth" for the shared Makefile modules used in the cert-manager side-projects.

In this issue, we will track the progress of migrating all our side-projects to use "Makefile modules":

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

1 participant