Skip to content

chore(deps): Bump k8s.io/apimachinery from 0.35.0 to 0.35.3#5

Closed
dependabot[bot] wants to merge 7 commits into
mainfrom
dependabot/go_modules/k8s.io/apimachinery-0.35.3
Closed

chore(deps): Bump k8s.io/apimachinery from 0.35.0 to 0.35.3#5
dependabot[bot] wants to merge 7 commits into
mainfrom
dependabot/go_modules/k8s.io/apimachinery-0.35.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 22, 2026

Copy link
Copy Markdown
Contributor

Bumps k8s.io/apimachinery from 0.35.0 to 0.35.3.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Defilan and others added 7 commits March 19, 2026 01:23
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>
@dependabot @github

dependabot Bot commented on behalf of github Mar 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Mar 22, 2026

Copy link
Copy Markdown
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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/k8s.io/apimachinery-0.35.3 branch March 22, 2026 08:54
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.

1 participant