dependabot[bot]
4bcb190bf6
build(deps): bump github.com/intel/goresctrl from 0.11.0 to 0.12.0
...
Bumps [github.com/intel/goresctrl](https://github.com/intel/goresctrl ) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/intel/goresctrl/releases )
- [Commits](https://github.com/intel/goresctrl/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: github.com/intel/goresctrl
dependency-version: 0.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 23:28:34 +00:00
dependabot[bot]
2900a81342
build(deps): bump github.com/intel/goresctrl from 0.10.0 to 0.11.0
...
Bumps [github.com/intel/goresctrl](https://github.com/intel/goresctrl ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/intel/goresctrl/releases )
- [Commits](https://github.com/intel/goresctrl/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: github.com/intel/goresctrl
dependency-version: 0.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-10 03:06:43 +00:00
dependabot[bot]
9ae5468e09
build(deps): bump github.com/intel/goresctrl from 0.9.0 to 0.10.0
...
Bumps [github.com/intel/goresctrl](https://github.com/intel/goresctrl ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/intel/goresctrl/releases )
- [Commits](https://github.com/intel/goresctrl/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: github.com/intel/goresctrl
dependency-version: 0.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-03 23:06:14 +00:00
dependabot[bot]
587c0757bc
build(deps): bump github.com/intel/goresctrl from 0.8.0 to 0.9.0
...
Bumps [github.com/intel/goresctrl](https://github.com/intel/goresctrl ) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/intel/goresctrl/releases )
- [Commits](https://github.com/intel/goresctrl/compare/v0.8.0...v0.9.0 )
---
updated-dependencies:
- dependency-name: github.com/intel/goresctrl
dependency-version: 0.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-01 02:45:19 +00:00
dependabot[bot]
78e39f7c5b
build(deps): bump github.com/intel/goresctrl from 0.7.0 to 0.8.0
...
Bumps [github.com/intel/goresctrl](https://github.com/intel/goresctrl ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/intel/goresctrl/releases )
- [Commits](https://github.com/intel/goresctrl/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: github.com/intel/goresctrl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-30 23:56:42 +00:00
dependabot[bot]
62a824a4bd
build(deps): bump github.com/intel/goresctrl from 0.5.0 to 0.6.0
...
Bumps [github.com/intel/goresctrl](https://github.com/intel/goresctrl ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/intel/goresctrl/releases )
- [Commits](https://github.com/intel/goresctrl/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: github.com/intel/goresctrl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-27 22:45:39 +00:00
dependabot[bot]
fc4b78c05c
build(deps): bump github.com/intel/goresctrl from 0.3.0 to 0.5.0
...
Bumps [github.com/intel/goresctrl](https://github.com/intel/goresctrl ) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/intel/goresctrl/releases )
- [Commits](https://github.com/intel/goresctrl/compare/v0.3.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: github.com/intel/goresctrl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-14 03:37:26 +00:00
Markus Lehtonen
3612915596
Update vendored files
...
Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com >
2023-01-24 11:34:44 +02:00
Antti Kervinen
10576c298e
cri: support blockio class in pod and container annotations
...
This patch adds support for a container annotation and two separate
pod annotations for controlling the blockio class of containers.
The container annotation can be used by a CRI client:
"io.kubernetes.cri.blockio-class"
Pod annotations specify the blockio class in the K8s pod spec level:
"blockio.resources.beta.kubernetes.io/pod"
(pod-wide default for all containers within)
"blockio.resources.beta.kubernetes.io/container.<container_name>"
(container-specific overrides)
Correspondingly, this patch adds support for --blockio-class and
--blockio-config-file to ctr, too.
This implementation follows the resource class annotation pattern
introduced in RDT and merged in commit 893701220 .
Signed-off-by: Antti Kervinen <antti.kervinen@intel.com >
2022-04-29 11:44:09 +03:00
Markus Lehtonen
eba1048163
Update dependencies
...
Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com >
2022-01-04 09:27:54 +02:00