-
Notifications
You must be signed in to change notification settings - Fork 0
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
[GEN-1100] chore: setup choose source #4
[GEN-1100] chore: setup choose source #4
Commits on Jul 22, 2024
-
fix: match file names in helm registry index and release assets (odig…
…os-io#1373) Adding a separate Helm chart for CRDs. :exclamation: The charts are not strictly dependent to one another and need to be separately managed and installed. Meaning we need to document that both of those need to be updated and installed. Fair questions that might arise: **Why isn't CRD chart a declared dependency for `odigos`?** Helm merges dependent resources together with the ones from dependencies. We'd be exactly where we are right now if we did that. **Why not use the official `crd` support?** Helm really doesn't "support" CRDs. It's an opt-out feature of "we don't know how we want to do it so we don't for now". Resources declared as CRDs(different from declaring them under `templates`) are not updated. **How do other charts do it then?** All charts I've encountered(cert-manager, jaeger, contour) have CRDs under a flag and include them in the same chart as the rest of the resources **but then** do not depend on them in in the install. CRs are created either only by the user or later in the applications life-cycle. This doesn't work for us since we declare Odigos Config among resources in the application chart. That begs the question whether Odigos Config must be a CR at all or could it be a config map instead - we wouldn't get "type-checking" by k8s API but would gain some flexibility and could release our charts as one.
Configuration menu - View commit details
-
Copy full SHA for 0df64e9 - Browse repository at this point
Copy the full SHA 0df64e9View commit details -
Avoid app to crash python agent (odigos-io#1385)
Co-authored-by: Tamir David <tamirdavid@Tamirs-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for 793503c - Browse repository at this point
Copy the full SHA 793503cView commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 81388a5 - Browse repository at this point
Copy the full SHA 81388a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a5a09 - Browse repository at this point
Copy the full SHA 90a5a09View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2db864 - Browse repository at this point
Copy the full SHA c2db864View commit details -
Configuration menu - View commit details
-
Copy full SHA for e444824 - Browse repository at this point
Copy the full SHA e444824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4632da3 - Browse repository at this point
Copy the full SHA 4632da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f12cde6 - Browse repository at this point
Copy the full SHA f12cde6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 154fc7d - Browse repository at this point
Copy the full SHA 154fc7dView commit details -
doc: improve docs and add python document (odigos-io#1393)
Co-authored-by: Tamir David <tamirdavid@Tamirs-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for 9272ba9 - Browse repository at this point
Copy the full SHA 9272ba9View commit details -
capitalize-pii-title (odigos-io#1395)
Co-authored-by: Tamir David <tamirdavid@Tamirs-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for ecc564d - Browse repository at this point
Copy the full SHA ecc564dView commit details -
Improve Odigos UI Memory consumption (odigos-io#1394)
* Use Pagination for large queries from Kubernetes API Server * When possible query only for metadata and not full objects (for example in the count objects in namespace logic)
Configuration menu - View commit details
-
Copy full SHA for a29e4bb - Browse repository at this point
Copy the full SHA a29e4bbView commit details
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 645076e - Browse repository at this point
Copy the full SHA 645076eView commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72d3662 - Browse repository at this point
Copy the full SHA 72d3662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91a7959 - Browse repository at this point
Copy the full SHA 91a7959View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd944a5 - Browse repository at this point
Copy the full SHA dd944a5View commit details -
chore(deps): bump the k8s-dependencies group across 1 directory with …
…3 updates (odigos-io#1384) Bumps the k8s-dependencies group with 3 updates in the /odiglet directory: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/client-go](https://github.com/kubernetes/client-go) and [k8s.io/kubelet](https://github.com/kubernetes/kubelet). Updates `k8s.io/api` from 0.30.2 to 0.30.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/83bdab1c667f4708f1fe5cf9ce45af76505c12fd"><code>83bdab1</code></a> Update dependencies to v0.30.3 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.30.2...v0.30.3">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.30.2 to 0.30.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/ece8c00014596d814f9549b10c5f78cb7c022e82"><code>ece8c00</code></a> Update dependencies to v0.30.3 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.30.2...v0.30.3">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/kubelet` from 0.30.2 to 0.30.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/kubelet/commit/71b03c0b35c8421757ed793c13fb9e6443c100de"><code>71b03c0</code></a> Update dependencies to v0.30.3 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/kubelet/compare/v0.30.2...v0.30.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 718ed40 - Browse repository at this point
Copy the full SHA 718ed40View commit details -
[GEN-1160] fix: create action bug (odigos-io#1397)
create action button was disabled all the time
Configuration menu - View commit details
-
Copy full SHA for 7ef7a22 - Browse repository at this point
Copy the full SHA 7ef7a22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6338070 - Browse repository at this point
Copy the full SHA 6338070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b3c533 - Browse repository at this point
Copy the full SHA 5b3c533View commit details -
Configuration menu - View commit details
-
Copy full SHA for 412d448 - Browse repository at this point
Copy the full SHA 412d448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5242d16 - Browse repository at this point
Copy the full SHA 5242d16View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc9e1fc - Browse repository at this point
Copy the full SHA fc9e1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for abca0bf - Browse repository at this point
Copy the full SHA abca0bfView commit details