chore(deps): Bump k8s.io/apimachinery from 0.35.0 to 0.35.3#5
Closed
dependabot[bot] wants to merge 7 commits into
Closed
chore(deps): Bump k8s.io/apimachinery from 0.35.0 to 0.35.3#5dependabot[bot] wants to merge 7 commits into
dependabot[bot] wants to merge 7 commits into
Conversation
Initial project context file covering CRDs (CostProfile, TokenBudget, UsageReport), data sources, integration points, and build phases. Signed-off-by: Christopher Maher <chris@mahercode.io>
…and cost engine Kubebuilder 4.13.0 scaffold with two CRDs: - CostProfile: declares GPU hardware economics (purchase price, amortization, electricity rate, PUE factor) for a node or pool. Controller scrapes DCGM for real-time GPU power draw and computes hourly infrastructure cost. - UsageReport: auto-populated cost reports with per-model and per-namespace breakdowns, cloud provider comparison, and GPU efficiency metrics. Cost engine scrapes DCGM exporter and llama.cpp /metrics endpoints directly, computes true cost-per-token from hardware amortization + electricity + real power draw, and exposes 12 Prometheus metrics including cloud equivalent comparisons against verified pricing for OpenAI, Anthropic, and Google models. Includes comprehensive tests (100% calculator, 98.3% scraper coverage), sample CRs for RTX 5060 Ti, load generator script, and CI workflows. Signed-off-by: Christopher Maher <chris@mahercode.io>
Three commands for interactive cost analysis: - `infercost status`: live infrastructure costs, active inference models with token counts and throughput, and quick cloud comparison summary with monthly/yearly projections. - `infercost compare`: detailed cloud vs on-prem breakdown showing per-provider input/output rates, savings percentages, and monthly projections (--monthly flag). Includes pricing source URLs and disclaimer about list vs negotiated rates. - `infercost version`: build info with ldflags support. Cloud pricing updated to verified March 2026 list prices for 9 models across OpenAI (GPT-5.4 family), Anthropic (Claude 4.5/4.6), and Google (Gemini 2.5) with source URLs documented. Includes CLI test suite covering formatters, command structure, flags, and version output. Signed-off-by: Christopher Maher <chris@mahercode.io>
Grafana dashboard (config/grafana/infercost-dashboard.json) with 13 panels across 4 sections: overview stats, cloud comparison bar charts and savings gauges, GPU power/cost time series, and token counters. Dashboard uses template variable for datasource portability. Fix cloud comparison bug where per-pod metric updates overwrote each other — nomic-embed (0 tokens) would reset values set by openclaw-llm. Cloud comparison now aggregates tokens across all pods and computes once per reconcile cycle. Fix all golangci-lint errors: unchecked error returns on tabwriter flush/fprintf, unused serviceLabel constant, unparam in test helper. Signed-off-by: Christopher Maher <chris@mahercode.io>
REST API embedded in the controller binary, enabled via --api-bind-address flag. Read-only endpoints serve real-time cost data from the same state the controller computes on each reconcile cycle. Endpoints: - GET /api/v1/costs/current — infrastructure cost, GPU power, projections - GET /api/v1/models — per-model token counts and throughput - GET /api/v1/compare — cloud comparison with pricing sources and disclaimer - GET /api/v1/status — combined view of all data - GET /healthz — health check Architecture: thread-safe Store populated by the controller, read by the API server. No external dependencies — the API serves from in-memory state. Includes test suite with 84.1% coverage testing store operations, all HTTP endpoints, response formats, empty state handling, and JSON structure. Signed-off-by: Christopher Maher <chris@mahercode.io>
Add the full set of community and governance files for open-source readiness: - LICENSE (Apache 2.0) - README.md (complete rewrite: features, quick start, architecture, CLI/API examples, roadmap, standards alignment) - CONTRIBUTING.md (dev setup, coding standards, PR process, DCO) - CODE_OF_CONDUCT.md (Contributor Covenant v2.1) - SECURITY.md (disclosure policy, response SLAs, best practices) - GitHub issue templates (bug report, feature request) - Pull request template (what/why/how + checklist) - CODEOWNERS, FUNDING.yml, dependabot.yml - DCO check workflow for PR sign-off enforcement Signed-off-by: Christopher Maher <chris@mahercode.io>
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.35.0 to 0.35.3. - [Commits](kubernetes/apimachinery@v0.35.0...v0.35.3) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/go_modules/k8s.io/apimachinery-0.35.3
branch
March 22, 2026 08:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps k8s.io/apimachinery from 0.35.0 to 0.35.3.
Commits
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)