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

chore: create "profiles" module and migrate part of code to there #2187

Merged
merged 10 commits into from
Jan 12, 2025

Conversation

blumamir
Copy link
Collaborator

Current situation:

  • Our available profiles are set in k8sutils
  • The yamls they need to apply is in cli
  • supported profiles per tier is in cli
  • profiles are used from: cli, schedualer, ui

This PR creates a new profiles go module, similar to the one we currently have for destinations and migrate part of the code to there. It removes everything profile related from k8sutils which are not a good place to store the actual profiles and maintain them in utils package that is consumed by all other modules.

blumamir added a commit that referenced this pull request Jan 11, 2025
We have a mix of dependencies on `k8s.io/api` modules.

Some modules requires `v0.31.0` and some `v0.32.0`. This caused issues
in #2187 , so want to clean it up in a seprate PR and then rebase.

We need to understand why dependabot updated just some of them and not
all
@blumamir blumamir merged commit b0002de into odigos-io:main Jan 12, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants