JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"ceph",
"kubernetes",
"rook",
"rook-ceph",
"storage"
],
"is_fork": false,
"size_kb": 2173,
"has_wiki": false,
"homepage": "https://ironcore-dev.github.io/iaas/architecture/providers/ceph-provider.html",
"languages": {
"Go": 232855,
"Shell": 683,
"Makefile": 8064,
"Dockerfile": 6509
},
"pushed_at": "2026-07-23T07:34:31Z",
"created_at": "2022-08-16T15:15:12Z",
"owner_type": "Organization",
"updated_at": "2026-07-23T07:34:35Z",
"description": "Ceph provider implementation of the IronCore storage interface",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://ironcore.dev",
"name": "IronCore",
"type": "Organization",
"login": "ironcore-dev",
"company": null,
"location": null,
"followers": 90,
"avatar_url": "https://avatars.githubusercontent.com/u/147836484?v=4",
"created_at": "2023-10-13T13:43:48Z",
"is_verified": null,
"public_repos": 43,
"account_age_days": 1017
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-09T14:34:34Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2025-03-06T09:34:41Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-10-14T08:30:35Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-04-03T08:42:59Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2023-09-27T12:57:09Z"
}
],
"recent_commits": [
{
"oid": "44fb778f5abf996a13a587b6e69ee1c7057e8b49",
"body": "Signed-off-by: Felix Riegger <felix.riegger@sap.com>",
"is_bot": false,
"headline": "Fix deprecations in kustomize files (#906)",
"author_name": "Felix Riegger",
"author_login": "friegger",
"committed_at": "2026-07-23T07:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f04ef4926446f2884dfbc2aec64474ecf0f0cf57",
"body": "Signed-off-by: sujeet01 <phadtare.sujeet@gmail.com>",
"is_bot": false,
"headline": "Remove deprecated IRI `VolumeSpec.Image` field usage (#899)",
"author_name": "Sujeet",
"author_login": "sujeet01",
"committed_at": "2026-07-20T14:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c8e9e5a349d57cde12a9e5e101a4aaee6b0d44e",
"body": "…p (#902)\n\nBumps the gh-actions-dependencies group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).\n\n\nUpdates `actions/setup-go` from 6 to 7\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v6...v7)\n\n---\nup\n[…]\nte:semver-major\n dependency-group: gh-actions-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 6 to 7 in the gh-actions-dependencies grou…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T09:51:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c1412db4bf7d54062d16f791d08e5e43e55f9196",
"body": "Bumps the go-dependencies group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).\n\n\nUpdates `google.golang.org/grpc` from 1.82.0 to 1.82.1\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.82.0...v1.82.1)\n\n---\nu\n[…]\nion-update:semver-patch\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc in the go-dependencies group (#901)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T08:46:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ffa8b0dcf3c95cd8cb4170e7de5611aaea74d54",
"body": "* Make omap iterator size configurable via Options\n\nSigned-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>\n\n* Add `--omap-iterator-size` flag to volumeprovider\n\nThe flag configures the omap iterator size and defaults to 1000.\n\nSigned-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>\n\n---------\n\nSigned-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>",
"is_bot": false,
"headline": "Make omap iterator size configurable (#889)",
"author_name": "Daniel Gonzalez",
"author_login": "gonzolino",
"committed_at": "2026-07-17T13:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14084241c79d57f8e2550b830df9193b2b2936c0",
"body": "* Remove workflow to build Github pages\n\nSigned-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>\n\n* Remove all documentations from repo\n\nThe documentation of ceph-provider has been merged into the central\ndocumentation at https://ironcore.dev.\n\nSigned-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>\n\n---------\n\nSigned-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>",
"is_bot": false,
"headline": "Remove github pages config and legacy docs (#900)",
"author_name": "Daniel Gonzalez",
"author_login": "gonzolino",
"committed_at": "2026-07-17T08:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec03d67fb6e342e77c7920547d31d2b584f4349",
"body": "…(#890)\n\nBumps the docker-dependencies group with 3 updates in the / directory: golang, distroless/static-debian13 and distroless/base-debian13.\n\n\nUpdates `golang` from 1.26.4-trixie to 1.26.5-trixie\n\nUpdates `distroless/static-debian13` from `963fa6c` to `f7f8f72`\n\nUpdates `distroless/base-debian13\n[…]\nupdate:semver-patch\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the docker-dependencies group across 1 directory with 3 updates …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-16T16:06:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2c8fe7aad3b40e2bea1ce4140c57e5b2bb61069f",
"body": "Signed-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>",
"is_bot": false,
"headline": "Remove size-label workflow (#894)",
"author_name": "Daniel Gonzalez",
"author_login": "gonzolino",
"committed_at": "2026-07-16T15:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e5a74a21984436530fc6d49b8bbba2442b2cba7",
"body": "Signed-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>",
"is_bot": false,
"headline": "Remove retired Go Report card badge (#895)",
"author_name": "Daniel Gonzalez",
"author_login": "gonzolino",
"committed_at": "2026-07-16T13:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7212da77b726f122f71afc78559abc488818ea84",
"body": "Signed-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>",
"is_bot": false,
"headline": "Remove `paths-ignore` filters from required workflows (#898)",
"author_name": "Daniel Gonzalez",
"author_login": "gonzolino",
"committed_at": "2026-07-16T13:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9481b70a1da1ddc345cf2523079e602c4f71e5a",
"body": "Bumps the go-dependencies group with 3 updates in the / directory: [github.com/ceph/go-ceph](https://github.com/ceph/go-ceph), [github.com/containerd/containerd](https://github.com/containerd/containerd) and [golang.org/x/sync](https://github.com/golang/sync).\n\n\nUpdates `github.com/ceph/go-ceph` fro\n[…]\nion-update:semver-minor\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the go-dependencies group across 1 directory with 3 updates (#896)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-16T09:24:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "95c17af445c258b62ea063bcb3eb7f7bd721a090",
"body": "Signed-off-by: Lukas Frank <lukas.frank@sap.com>",
"is_bot": false,
"headline": "Use `WellKnownEndpoints` (#897)",
"author_name": "Lukas Frank",
"author_login": "lukasfrank",
"committed_at": "2026-07-15T15:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "025d8a434bf7cbfa88889e84da719603c55b0c06",
"body": "Contributes to #ironcore-dev/ironcore#1489\n\nSigned-off-by: Felix Riegger <felix.riegger@sap.com>",
"is_bot": false,
"headline": "Add action field to Eventf calls and propagate it to IRI events (#892)",
"author_name": "Felix Riegger",
"author_login": "friegger",
"committed_at": "2026-07-15T11:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b684654527de5fb7bb6f8c325e3ff2f4c86af181",
"body": "Signed-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>",
"is_bot": false,
"headline": "Set maintainers as codeowners (#893)",
"author_name": "Daniel Gonzalez",
"author_login": "gonzolino",
"committed_at": "2026-07-13T14:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddbd2e0f75ca380d3850ace6b2e799fde013fe68",
"body": null,
"is_bot": true,
"headline": "Bump distroless/base-debian13 (#871)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-10T07:04:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e491c1c6c1470ec2a3f818c809ecd6e834bec3b7",
"body": "* Use GetOmapValuesByKeys read op instead of GetAllOmapValues\n\nSigned-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>\n\n* Wrap ceph errors caused by GetOmapValuesByKeys\n\nSigned-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>\n\n---------\n\nSigned-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>",
"is_bot": false,
"headline": "Fetch omap values by keys instead of fetching all values (#888)",
"author_name": "Daniel Gonzalez",
"author_login": "gonzolino",
"committed_at": "2026-07-07T15:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "837ab9ea65fb1f7699d4bd9754411955ec6d95b4",
"body": "…tes (#879)\n\nBumps the gh-actions-dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache).\n\n\nUpdates `actions/checkout` from 6 to 7\n- [Release notes](https://github.com/actions/checkout/releas\n[…]\nte:semver-major\n dependency-group: gh-actions-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the gh-actions-dependencies group across 1 directory with 2 upda…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-07T14:34:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "12b74984d1ce81e9df61b19adeaf15d6974cf519",
"body": null,
"is_bot": false,
"headline": "Fix event drops by buffering the omap watch channel (#886)",
"author_name": "Lukas Frank",
"author_login": "lukasfrank",
"committed_at": "2026-07-06T18:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5320f8c6909e508efef8faa9ec4594b13c65f57",
"body": null,
"is_bot": false,
"headline": "Fix `multi-arch` image population (#881)",
"author_name": "Lukas Frank",
"author_login": "lukasfrank",
"committed_at": "2026-07-03T12:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d4f1d4627c7532ec20a938ac6dd0b7a7645924c",
"body": "Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.32 to 1.7.33.\n- [Release notes](https://github.com/containerd/containerd/releases)\n- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)\n- [Commits](https://github.com/containerd/conta\n[…]\nndency-version: 1.7.33\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/containerd/containerd from 1.7.32 to 1.7.33 (#877)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-23T12:50:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f7635815d63ca653a25e710b6ec39345388bdba1",
"body": "Bumps the docker-dependencies group with 1 update: golang.\n\n\nUpdates `golang` from 1.26.3-trixie to 1.26.4-trixie\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-version: 1.26.4-trixie\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang in the docker-dependencies group (#870)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-08T09:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec69e0dc4849c5e0339a77af5d328eb75bbdfa8",
"body": "Bumps the docker-dependencies group with 1 update: busybox.\n\n\nUpdates `busybox` from 1.37.0-uclibc to 1.38.0-uclibc\n\n---\nupdated-dependencies:\n- dependency-name: busybox\n dependency-version: 1.38.0-uclibc\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump busybox in the docker-dependencies group (#869)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-28T21:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d960383928158d9dcf90cf2b11f2ceb399e2c7f6",
"body": "Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.31 to 1.7.32.\n- [Release notes](https://github.com/containerd/containerd/releases)\n- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)\n- [Commits](https://github.com/containerd/conta\n[…]\nndency-version: 1.7.32\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/containerd/containerd from 1.7.31 to 1.7.32 (#868)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-22T08:50:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dd019979755e7efe792efa337576ab88d8575fdc",
"body": "Bumps the docker-dependencies group with 2 updates: distroless/static-debian13 and distroless/base-debian13.\n\n\nUpdates `distroless/static-debian13` from `e3f9456` to `963fa6c`\n\nUpdates `distroless/base-debian13` from `c83f022` to `f2df870`\n\n---\nupdated-dependencies:\n- dependency-name: distroless/sta\n[…]\n: direct:production\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the docker-dependencies group with 2 updates (#866)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-21T09:31:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3b1c823ccc48e9efb12202666b74900aa9798e03",
"body": "Bumps the go-dependencies group with 3 updates: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/onsi/gomega](https://github.com/onsi/gomega) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).\n\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.28.3 to 2.29.0\n- [Release \n[…]\nion-update:semver-patch\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the go-dependencies group with 3 updates (#867)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-21T09:23:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02c402168ee9efa3d5c97e6c587fbd514240c462",
"body": "Bumps the go-dependencies group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).\n\n\nUpdates `google.golang.org/grpc` from 1.80.0 to 1.81.0\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.80.0...v1.81.0)\n\n---\nu\n[…]\nion-update:semver-minor\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc in the go-dependencies group (#865)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-11T13:26:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d8e1b8ee63680cc54d577cbf5426b1111e76737",
"body": "Bumps the docker-dependencies group with 1 update: golang.\n\n\nUpdates `golang` from 1.26.2-trixie to 1.26.3-trixie\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-version: 1.26.3-trixie\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang in the docker-dependencies group (#864)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-11T09:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7265285779705fd2cca7e181ec1766c8179bd6a3",
"body": "… (#862)",
"is_bot": false,
"headline": "Fix volume not found error handling when listing and deleting volumes…",
"author_name": "Andreas Fritzler",
"author_login": "afritzler",
"committed_at": "2026-05-06T07:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b17d88de114999024339e7f0dc5b548a223accf6",
"body": "Bumps the go-dependencies group with 3 updates: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/onsi/gomega](https://github.com/onsi/gomega) and [go.uber.org/zap](https://github.com/uber-go/zap).\n\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.28.1 to 2.28.3\n- [Release notes](h\n[…]\nion-update:semver-minor\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the go-dependencies group with 3 updates (#861)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T08:00:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4f111f8328c2a3e4aa8854376d027944ab39282e",
"body": "Bumps the go-dependencies group with 1 update in the / directory: [github.com/ceph/go-ceph](https://github.com/ceph/go-ceph).\n\n\nUpdates `github.com/ceph/go-ceph` from 0.38.0 to 0.39.0\n- [Release notes](https://github.com/ceph/go-ceph/releases)\n- [Changelog](https://github.com/ceph/go-ceph/blob/maste\n[…]\nion-update:semver-minor\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/ceph/go-ceph (#860)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-24T09:01:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ff484a3f3759ee1bde80e9928a31b13865dba83",
"body": null,
"is_bot": false,
"headline": "Bump ironcore-image to v0.4.0 with oras v2 (#859)",
"author_name": "Felix Riegger",
"author_login": "friegger",
"committed_at": "2026-04-23T14:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1467c1afcdba3905bc141c5d63c75a82de6b7c3",
"body": "Bumps the docker-dependencies group with 2 updates: golang and distroless/base-debian13.\n\n\nUpdates `golang` from 1.26.1-trixie to 1.26.2-trixie\n\nUpdates `distroless/base-debian13` from `b051042` to `c83f022`\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-version: 1.26.2-trixie\n d\n[…]\n: direct:production\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the docker-dependencies group with 2 updates (#856)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-13T09:28:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1423a6b1a3a689707aecf44e15e4ff10a63aaeb",
"body": "…tes (#854)\n\n* Bump the gh-actions-dependencies group across 1 directory with 8 updates\n\nBumps the gh-actions-dependencies group with 8 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [imranismail/setup-kustomize](https://github.com/imranismail/setup-kustomize) | `2` | `3`\n[…]\n: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>",
"is_bot": true,
"headline": "Bump the gh-actions-dependencies group across 1 directory with 8 upda…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-09T11:50:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6b97963a38bb7118efaa771b762e14b0faa4f7cf",
"body": "* handle manual deletion of rbd image referenced by volume\n\n* address review comments\n\n* address review comments and refactor\n\n* address review comment\n\n* address review comments\n\n* address review comments\n\n* fix lint issue\n\n* correct log\n\n* correct error msg\n\n* check image size is bigger that snapshot size before cloning\n\n* address review comments",
"is_bot": false,
"headline": "Add checks to see rbd image existence along with store entry (#840)",
"author_name": "Kajol Asabe",
"author_login": "kasabe28",
"committed_at": "2026-04-09T08:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b13e3d9611ce6e4d734a069eb86695e66c994f2",
"body": "Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.40.0 to 1.43.0.\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://\n[…]\ndk\n dependency-version: 1.43.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (#855)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-09T07:41:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d180dafeda253baa2e8933e81bf288644dc535cb",
"body": "Bumps the docker-dependencies group with 2 updates: distroless/static-debian13 and distroless/base-debian13.\n\n\nUpdates `distroless/static-debian13` from `f512d81` to `e3f9456`\n\nUpdates `distroless/base-debian13` from `9740672` to `b051042`\n\n---\nupdated-dependencies:\n- dependency-name: distroless/sta\n[…]\n: direct:production\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the docker-dependencies group with 2 updates (#846)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-08T15:03:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "370c1376719dbf0f5a283f2c1e4a4b872dc1bcbf",
"body": "Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.39.0 to 1.40.0.\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://\n[…]\ndk\n dependency-version: 1.40.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 (#838)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-08T10:38:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84142858b5fe290415e52b82731b4c914657987b",
"body": "Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.1.3 to 4.1.4.\n- [Release notes](https://github.com/go-jose/go-jose/releases)\n- [Commits](https://github.com/go-jose/go-jose/compare/v4.1.3...v4.1.4)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/go-jose/go-jo\n[…]\n/v4\n dependency-version: 4.1.4\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#852)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-07T07:31:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c2423dfb374bbeaa0c1b71ed0a33437da7753ce",
"body": "Bumps the go-dependencies group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).\n\n\nUpdates `google.golang.org/grpc` from 1.79.2 to 1.80.0\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.79.2...v1.80.0)\n\n---\nu\n[…]\nion-update:semver-minor\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc in the go-dependencies group (#853)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-07T07:24:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5bc655cde0027cdd8ed9203334639e165cdf6e6c",
"body": "Bumps the go-dependencies group with 2 updates: [golang.org/x/sync](https://github.com/golang/sync) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).\n\n\nUpdates `golang.org/x/sync` from 0.19.0 to 0.20.0\n- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)\n\nUpdates `googl\n[…]\nion-update:semver-patch\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the go-dependencies group with 2 updates (#844)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-09T10:49:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88e9ac6a6b9fe99bbfa8308ffd689cfc0fce0fdc",
"body": "…(#843)\n\nBumps the docker-dependencies group with 3 updates in the / directory: golang, distroless/static-debian13 and distroless/base-debian13.\n\n\nUpdates `golang` from 1.26.0-trixie to 1.26.1-trixie\n\nUpdates `distroless/static-debian13` from `01e550f` to `f512d81`\n\nUpdates `distroless/base-debian13\n[…]\n: direct:production\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the docker-dependencies group across 1 directory with 3 updates …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-09T09:19:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "022122d374866e1598ea0d96654514ef57b9a334",
"body": "…(#836)\n\nBumps the docker-dependencies group with 2 updates in the / directory: golang and distroless/base-debian13.\n\n\nUpdates `golang` from 1.25.6-trixie to 1.26.0-trixie\n\nUpdates `distroless/base-debian13` from `8c8b7cf` to `9fc4940`\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependenc\n[…]\n: direct:production\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the docker-dependencies group across 1 directory with 2 updates …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-16T14:52:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4cbb4ed0a2c4452d0c843b9b5fd54a3f8c61ae8",
"body": "Bumps the go-dependencies group with 2 updates: [github.com/ceph/go-ceph](https://github.com/ceph/go-ceph) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).\n\n\nUpdates `github.com/ceph/go-ceph` from 0.37.0 to 0.38.0\n- [Release notes](https://github.com/ceph/go-ceph/releases)\n- [Changelog\n[…]\nion-update:semver-minor\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the go-dependencies group with 2 updates (#835)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-16T14:05:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "81733f80a4e2650a0401a04455145429fc0d854d",
"body": "* Bump distroless Docker base images to Debian 13\n\nCo-authored-by: gonzolino <3019505+gonzolino@users.noreply.github.com>\n\n* Pin base-debian13:latest and static-debian13:nonroot to specific digest\n\nCo-authored-by: gonzolino <3019505+gonzolino@users.noreply.github.com>\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: gonzolino <3019505+gonzolino@users.noreply.github.com>",
"is_bot": false,
"headline": "Bump distroless Docker base images to Debian 13 (#834)",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-02-16T13:56:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7873bd33cea9629f7cf56f2a343a46940801f558",
"body": "The snapshot state 'Populated' was replaced with 'Ready' in commit\n`1f839f4`. However, logic to handle old snapshots still in state\n'Populated' was left out.\n\nThis commit adds the state 'Populated' back and adds logic to transfer\nsnapshots in state 'Populated' to 'Ready'.",
"is_bot": false,
"headline": "Reintroduce snapshot state 'Populated' (#830)",
"author_name": "Daniel Gonzalez",
"author_login": "gonzolino",
"committed_at": "2026-02-06T14:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9151ee19bb63fdc5cbe0cca231faca1b69b808c3",
"body": null,
"is_bot": false,
"headline": "Bump `ironcore-image` to v0.3.0 (#828)",
"author_name": "Andreas Fritzler",
"author_login": "afritzler",
"committed_at": "2026-02-06T12:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c85f8d73265f610a0f539970a698112d0d99083",
"body": "See also actions/runner-images#13587.\n\nFixes #825",
"is_bot": false,
"headline": "Use loop device for microceph (#826)",
"author_name": "Felix Riegger",
"author_login": "friegger",
"committed_at": "2026-01-30T10:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "112952fbccd3a35a3f141da0b84a347ae783b464",
"body": "Resolve the image of the corresponding architecture by dynamically instantiating a docker registry with the correct platform.\n\nThis approach will also work once credentials are handed in per image.\n\nCurrently hard codes `linux`.\n\nFixes #723\n\n---------\n\nCo-authored-by: Daniel Gonzalez <3019505+gonzolino@users.noreply.github.com>\nCo-authored-by: Lukas Frank <lukas.frank@sap.com>",
"is_bot": false,
"headline": "Support OCI multi-arch images (#820)",
"author_name": "Felix Riegger",
"author_login": "friegger",
"committed_at": "2026-01-30T10:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "130b6b4051a067df0c3359cfd577a2ec2550822b",
"body": "Bumps the docker-dependencies group with 1 update: golang.\n\n\nUpdates `golang` from 1.25.5-trixie to 1.25.6-trixie\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-version: 1.25.6-trixie\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang in the docker-dependencies group (#823)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-26T12:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cb5dfa57c6bc3c2e1897c3c3028ada0f5b7a689",
"body": "Bumps the go-dependencies group with 5 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.26.0` | `2.27.5` |\n| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.3` | `1.39.0` |\n| [go.uber.org/zap](https://github.com\n[…]\nion-update:semver-minor\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the go-dependencies group with 5 updates (#824)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-26T09:43:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "439c1032507081562176137a4f661417ffa25071",
"body": "* flatten snapshot cloned images before deletion of snapshot\n\n* clone snapshots and flatten rbd images before deletion of source volumes/volumesnapshots\n\n* update source volume deletion workflow\n\n* Use existing function to clone image\n\n* address review comments\n\n* address review comments\n\n* remove s\n[…]\neview comments\n\n* fix integration tests\n\n* address coderabbitai comments\n\n* address coderabbitai comments\n\n* address coderabbitai comments\n\n* Use user provided encryption for restore\n\n* Change log msg",
"is_bot": false,
"headline": "Clone snapshots and flatten rbd images before deletion (#813)",
"author_name": "Kajol Asabe",
"author_login": "kasabe28",
"committed_at": "2026-01-22T09:57:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "650c86d34b3ee84d4942b98aa7b125b0a7f63003",
"body": "Bumps the docker-dependencies group with 1 update: golang.\n\n\nUpdates `golang` from 1.25.4-trixie to 1.25.5-trixie\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-version: 1.25.5-trixie\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang in the docker-dependencies group (#814)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-21T15:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cece383b6b3ae1d4808cfb6ad990694b4031d72f",
"body": "…tes (#817)\n\nBumps the gh-actions-dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [actions/cache](https://github.com/actions/cache).\n\n\nUpdates `actions\n[…]\nte:semver-major\n dependency-group: gh-actions-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the gh-actions-dependencies group across 1 directory with 3 upda…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-21T15:30:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e95f1befa6d2995de1eb40cb8297f62497612013",
"body": "Bumps the go-dependencies group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/ceph/go-ceph](https://github.com/ceph/go-ceph) | `0.35.0` | `0.37.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.28` | `1.7.30` |\n\n[…]\nion-update:semver-minor\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the go-dependencies group across 1 directory with 8 updates (#819)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-21T15:20:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd6b4049d8a5fc0757049b79c0860c4dc9fb9827",
"body": null,
"is_bot": false,
"headline": "Pass `Version` to docker build (#816)",
"author_name": "ushabelgur",
"author_login": "ushabelgur",
"committed_at": "2025-12-19T10:24:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2650ecac592a9f2e455d04e20eed6cf727deea5",
"body": null,
"is_bot": false,
"headline": "Update goroutines to use `errgroup` (#802)",
"author_name": "Rohit",
"author_login": "Rohit-0505",
"committed_at": "2025-11-19T12:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce871990f264cf58a22ab3c2a0291360c68b8daa",
"body": null,
"is_bot": false,
"headline": "Harmonize `Eventf` messages (#807)",
"author_name": "ushabelgur",
"author_login": "ushabelgur",
"committed_at": "2025-11-13T11:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ae0e8b22d2c77a470a5772fa6f524af1739ff40",
"body": null,
"is_bot": false,
"headline": "Make `workerSize` configurable (#806)",
"author_name": "ushabelgur",
"author_login": "ushabelgur",
"committed_at": "2025-11-13T11:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7066a5e42614365035a25b7408fd9e65f355b023",
"body": "Bumps the docker-dependencies group with 1 update: golang.\n\n\nUpdates `golang` from 1.25.1-trixie to 1.25.3-trixie\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-version: 1.25.3-trixie\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: docker-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang in the docker-dependencies group (#799)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-10T08:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f839f4fd6de7548e2776ec85f1390d1b2623692",
"body": "…793)",
"is_bot": false,
"headline": "Implement `Snapshot` creation and `Volume` restore from `Snapshot` (#…",
"author_name": "Kajol Asabe",
"author_login": "kasabe28",
"committed_at": "2025-11-07T08:47:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9272e15c523ce92f23043b503a8076f6b96fa3",
"body": "* Don't test on docker-build\n\n* Add arm64 to publish-docker workflow\n\n* Fix arm64 docker build",
"is_bot": false,
"headline": "Fix arm64 docker build (#797)",
"author_name": "Daniel Gonzalez",
"author_login": "gonzolino",
"committed_at": "2025-10-20T07:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ada684d49a21875e35f35e33184640b098101243",
"body": "…up (#796)\n\nBumps the gh-actions-dependencies group with 1 update: [fsfe/reuse-action](https://github.com/fsfe/reuse-action).\n\n\nUpdates `fsfe/reuse-action` from 5 to 6\n- [Release notes](https://github.com/fsfe/reuse-action/releases)\n- [Commits](https://github.com/fsfe/reuse-action/compare/v5...v6)\n\n\n[…]\nte:semver-major\n dependency-group: gh-actions-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump fsfe/reuse-action from 5 to 6 in the gh-actions-dependencies gro…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-13T07:25:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b02c85e5ff50ef173407902b6041d207dac6fb29",
"body": "* Bump the go-dependencies group with 6 updates\n\nBumps the go-dependencies group with 6 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/ceph/go-ceph](https://github.com/ceph/go-ceph) | `0.33.0` | `0.35.0` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.24.0` \n[…]\n: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>",
"is_bot": true,
"headline": "Bump the go-dependencies group with 6 updates (#787)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-24T17:51:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b13c07cd937a132c9a1110d12b03106f04b8dfa7",
"body": "* Add go-install-tool function\n\n* Remove hardcoded ENVTEST_K8S_VERSION\n\n* Add CONTAINER_TOOL env variable\n\n* Use go-install-tool for kustomize installation\n\n* Bump tool versions",
"is_bot": false,
"headline": "Refactor Makefile (#789)",
"author_name": "Daniel Gonzalez",
"author_login": "gonzolino",
"committed_at": "2025-09-23T11:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4b715d2e4702359af968d3febecbad66a7db4cb",
"body": "Bumps the gh-actions-dependencies group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [actions/setup-python](https://github.com/actions/setup-python).\n\n\nUpdates `actions/setup-go` from 5 to 6\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](ht\n[…]\nte:semver-major\n dependency-group: gh-actions-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the gh-actions-dependencies group with 2 updates (#788)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-18T12:46:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa2b30e35235db8d4c4023f3ddf53b0d07e031ac",
"body": "Bumps golang from 1.25.0-bookworm to 1.25.1-bookworm.\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-version: 1.25.1-bookworm\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang from 1.25.0-bookworm to 1.25.1-bookworm (#779)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-18T12:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf0fa6f1b67d142ec095cb26003a61e24040c29",
"body": null,
"is_bot": false,
"headline": "Group dependabot updates (#786)",
"author_name": "Lukas Frank",
"author_login": "lukasfrank",
"committed_at": "2025-09-18T12:38:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0d8926754a53510dd0a7dd4d7a9c69de4e128f2",
"body": "Bumps golang from 1.24.6-bookworm to 1.25.0-bookworm.\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-version: 1.25.0-bookworm\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang from 1.24.6-bookworm to 1.25.0-bookworm (#755)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-22T09:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "308ebde5c65123e5e3b2873815c5905dc7b98f3f",
"body": "Bumps [github.com/google/addlicense](https://github.com/google/addlicense) from 1.1.1 to 1.2.0.\n- [Release notes](https://github.com/google/addlicense/releases)\n- [Changelog](https://github.com/google/addlicense/blob/master/.goreleaser.yaml)\n- [Commits](https://github.com/google/addlicense/compare/v\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/google/addlicense from 1.1.1 to 1.2.0 (#757)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-22T09:32:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "81c747c59281ef9198985213710c765238f0272c",
"body": "Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.33.3 to 0.33.4.\n- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/kubernetes/client-go/compare/v0.33.3...v0.33.4)\n\n---\nupdated-dependencies:\n- dependency-name: k8s.io\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump k8s.io/client-go from 0.33.3 to 0.33.4 (#758)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-22T09:32:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1789d1990f906834f305851713126282d3c32b26",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.74.2 to 1.75.0.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.74.2...v1.75.0)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.74.2 to 1.75.0 (#761)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-22T09:31:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "423d9a3023524941af1b3090e7f86c7d6bb2fa2a",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 5 (#753)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-21T12:43:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "539f0e93b53e3748096dfe79f2d585b8174f3e67",
"body": "Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.33.3 to 0.33.4.\n- [Commits](https://github.com/kubernetes/api/compare/v0.33.3...v0.33.4)\n\n---\nupdated-dependencies:\n- dependency-name: k8s.io/api\n dependency-version: 0.33.4\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump k8s.io/api from 0.33.3 to 0.33.4 (#759)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-21T12:40:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6242677596e2d13f1aa667ab6da60b29f1e96640",
"body": "Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.23.4 to 2.24.0.\n- [Release notes](https://github.com/onsi/ginkgo/releases)\n- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/onsi/ginkgo/compare/v2.23.4...v2.24.0)\n\n---\nupdate\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.24.0 (#760)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-21T12:40:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bfc5dbd9a76343d2fb8437f6be8ab308aeb628be",
"body": null,
"is_bot": false,
"headline": "Provide size information in `Volume` status (#762)",
"author_name": "ushabelgur",
"author_login": "ushabelgur",
"committed_at": "2025-08-21T07:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b905c0605eb836711efc2cde6ff876e6d301a217",
"body": "Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.27 to 1.7.28.\n- [Release notes](https://github.com/containerd/containerd/releases)\n- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)\n- [Commits](https://github.com/containerd/conta\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/containerd/containerd from 1.7.27 to 1.7.28 (#751)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-11T07:09:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "71a7c7da489c6589f54739636618756b5b89f621",
"body": "Bumps golang from 1.24.5-bookworm to 1.24.6-bookworm.\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-version: 1.24.6-bookworm\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang from 1.24.5-bookworm to 1.24.6-bookworm (#752)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-11T07:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39829c4a5c14dc551b2596a38067742dc0e0eb06",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.74.0 to 1.74.2.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.74.0...v1.74.2)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.74.0 to 1.74.2 (#747)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-23T13:42:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7831e493dfe2e6b62354c5c0dfd01f5086832242",
"body": "Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.37.0 to 1.38.0.\n- [Release notes](https://github.com/onsi/gomega/releases)\n- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/onsi/gomega/compare/v1.37.0...v1.38.0)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/onsi/gomega from 1.37.0 to 1.38.0 (#748)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-23T12:21:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "56a1a4889698edaf3080a34d71271b6d7faeb9f8",
"body": "…746)\n\nBumps [github.com/ironcore-dev/controller-utils](https://github.com/ironcore-dev/controller-utils) from 0.9.9 to 0.10.0.\n- [Release notes](https://github.com/ironcore-dev/controller-utils/releases)\n- [Commits](https://github.com/ironcore-dev/controller-utils/compare/v0.9.9...v0.10.0)\n\n---\nupd\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/ironcore-dev/controller-utils from 0.9.9 to 0.10.0 (#…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-22T08:53:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58d1fb3345585c229a1e77ceaaead80f79cd1f9e",
"body": null,
"is_bot": false,
"headline": "Bump `k8s.io/*` deps to v1.33.3 (#745)",
"author_name": "Lukas Frank",
"author_login": "lukasfrank",
"committed_at": "2025-07-17T10:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4049af7ba795ac3ef4add0fa955c6827e9f2aa73",
"body": "Bumps golang from 1.24.4-bookworm to 1.24.5-bookworm.\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-version: 1.24.5-bookworm\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang from 1.24.4-bookworm to 1.24.5-bookworm (#739)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-11T14:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0e7fc46cbf33873a8cf08fcfa07715972f5ff67",
"body": null,
"is_bot": false,
"headline": "Fix error check in `ListVolumes` and `ListBuckets` method (#738)",
"author_name": "Rohit",
"author_login": "Rohit-0505",
"committed_at": "2025-06-26T06:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd5c9c6f7a98f0b25bd7d2a075790414a474325f",
"body": null,
"is_bot": false,
"headline": "Enhance `GRPC` error codes (#737)",
"author_name": "Rohit",
"author_login": "Rohit-0505",
"committed_at": "2025-06-23T08:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44cef0f27947b82128a3f7ed94975d8ccb30c1f",
"body": null,
"is_bot": false,
"headline": "Update license (#732)",
"author_name": "Lukas Frank",
"author_login": "lukasfrank",
"committed_at": "2025-06-23T08:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bef7e3f86973cbb2b730acc258ec60153657ff1f",
"body": "Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.4.2 to 1.4.3.\n- [Release notes](https://github.com/go-logr/logr/releases)\n- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3)\n\n---\nupdated-\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/go-logr/logr from 1.4.2 to 1.4.3 (#727)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-03T08:29:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9c516e29c3c24897733e3df339567d691e86de5",
"body": null,
"is_bot": false,
"headline": "Implement IRI version API for `Volume` and `Bucket` server #728",
"author_name": "ushabelgur",
"author_login": "ushabelgur",
"committed_at": "2025-06-03T08:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b265e5058552d243de7b4c4ca27000419b307d35",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.1 to 1.72.2.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.1...v1.72.2)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.72.1 to 1.72.2 (#725)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-28T08:03:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "288b7a1bdf4d8be349a5d951abf58c4a44b3600e",
"body": "Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.20.4 to 0.21.0.\n- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)\n- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)\n- [Commits]\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump sigs.k8s.io/controller-runtime from 0.20.4 to 0.21.0 (#724)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-26T06:45:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "693d891ba615c5debbfb2f3c0ed0c1da88e35b4f",
"body": "* Bump golangci/golangci-lint-action from 7 to 8\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v7.\n[…]\nrs\n\n---------\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Lukas Frank <lukas.frank@sap.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 7 to 8 (#716)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-26T06:42:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4faf477b8e01c82769d28238b4a9bd69bbcc1343",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.0 to 1.72.1.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.0...v1.72.1)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (#719)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-16T08:11:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f6690c122355a3622320e84ea8373e5ffcdcf880",
"body": "Bumps golang from 1.24.2-bookworm to 1.24.3-bookworm.\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-version: 1.24.3-bookworm\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang from 1.24.2-bookworm to 1.24.3-bookworm (#717)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-16T08:11:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "479af8fa285d59b93db10e76eabfe52f63e98534",
"body": "Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.33.0 to 0.33.1.\n- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/kubernetes/client-go/compare/v0.33.0...v0.33.1)\n\n---\nupdated-dependencies:\n- dependency-name: k8s.io\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump k8s.io/client-go from 0.33.0 to 0.33.1 (#722)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-16T08:06:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90dccd301e97e009ac17d92231d186d551047c98",
"body": null,
"is_bot": false,
"headline": "Replaced store with `provider-utils` (#715)",
"author_name": "Andre Russ",
"author_login": "gehoern",
"committed_at": "2025-05-13T12:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f920197ecc7f2fb7ec14bfb98da46afb36e2125",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.71.1 to 1.72.0.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.71.1...v1.72.0)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (#709)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-22T09:20:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2dd633ffde27b939ace0a563c08d55dcc2c10f7b",
"body": "Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.23.3 to 2.23.4.\n- [Release notes](https://github.com/onsi/ginkgo/releases)\n- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/onsi/ginkgo/compare/v2.23.3...v2.23.4)\n\n---\nupdate\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#703)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-08T08:46:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b30a11e72e50be387c95b1387cb1d25cd027df37",
"body": "Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.3 to 1.37.0.\n- [Release notes](https://github.com/onsi/gomega/releases)\n- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/onsi/gomega/compare/v1.36.3...v1.37.0)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/onsi/gomega from 1.36.3 to 1.37.0 (#702)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-08T08:26:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a639bb5a6540518d95369bc402f800bd304a0913",
"body": "Update container build workflow to conditionally build images based on\nPR label.",
"is_bot": false,
"headline": "Update container build workflow (#705)",
"author_name": "Andreas Fritzler",
"author_login": "afritzler",
"committed_at": "2025-04-08T08:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f684e29742ffda30222235920eab4b16d34321c2",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.71.0 to 1.71.1.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.71.0...v1.71.1)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.71.0 to 1.71.1 (#701)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-02T07:19:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c2300df9615f320cc7f9732f933a9ead56446f0a",
"body": "Bumps golang from 1.24.1-bookworm to 1.24.2-bookworm.\n\n---\nupdated-dependencies:\n- dependency-name: golang\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang from 1.24.1-bookworm to 1.24.2-bookworm (#700)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-02T07:19:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 77,
"latest_release_at": "2026-07-09T14:34:34Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 28,
"days_since_latest_release": 17,
"mean_days_between_releases": 254
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/ironcore-dev/ceph-provider",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/ironcore-dev/ceph-provider",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/ironcore-dev/ceph-provider",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-07T15:05:27Z",
"latest_version_yanked": null,
"days_since_latest_publish": 19
}
]
},
"popularity": {
"forks": 7,
"stars": 4,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2024-04-23",
"count": 2
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 13
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 27001,
"source_files_sampled": 70,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "oras.land/oras-go/v2",
"direct": false,
"version": "v2.6.1",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.1,
"advisory_ids": [
"GHSA-fxhp-mv3v-67qp",
"GO-2026-5880"
],
"fixed_version": "2.6.2",
"advisory_count": 2,
"oldest_advisory_days": 25
},
{
"name": "github.com/containerd/containerd",
"direct": true,
"version": "v1.7.34",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5064",
"GO-2026-5338",
"GO-2026-5622"
],
"fixed_version": "2.3.2",
"advisory_count": 3,
"oldest_advisory_days": 34
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.43.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5158"
],
"fixed_version": "1.44.0",
"advisory_count": 1,
"oldest_advisory_days": 2
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 12
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"unknown": 3
},
"advisory_count": 7,
"affected_count": 4,
"assessed_count": 138,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/blang/semver/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.0.0"
},
{
"name": "github.com/ceph/go-ceph",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.40.0"
},
{
"name": "github.com/containerd/containerd",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.34"
},
{
"name": "github.com/go-logr/logr",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.3"
},
{
"name": "github.com/google/addlicense",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/ironcore-dev/controller-utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.12.0"
},
{
"name": "github.com/ironcore-dev/ironcore",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.4-0.20260715153540-89fd7b193411"
},
{
"name": "github.com/ironcore-dev/ironcore-image",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.1-0.20260701105042-7ab1ed925593"
},
{
"name": "github.com/ironcore-dev/provider-utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260706064412-a5700fe459b6"
},
{
"name": "github.com/kube-object-storage/lib-bucket-provisioner",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20221122204822-d1a8c34382f1"
},
{
"name": "github.com/onsi/ginkgo/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.32.0"
},
{
"name": "github.com/onsi/gomega",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.42.1"
},
{
"name": "github.com/opencontainers/image-spec",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/rook/rook/pkg/apis",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20250716205136-e4da184ce30a"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.10"
},
{
"name": "go.uber.org/zap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.28.0"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.22.0"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.1"
},
{
"name": "k8s.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.3"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.3"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.3"
},
{
"name": "k8s.io/utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260108192941-914a6e750570"
},
{
"name": "sigs.k8s.io/controller-runtime",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.23.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/blang/semver/v4",
"direct": true,
"version": "v4.0.0",
"ecosystem": "go"
},
{
"name": "github.com/ceph/go-ceph",
"direct": true,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/containerd",
"direct": true,
"version": "v1.7.34",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": true,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/google/addlicense",
"direct": true,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/ironcore-dev/controller-utils",
"direct": true,
"version": "v0.12.0",
"ecosystem": "go"
},
{
"name": "github.com/ironcore-dev/ironcore",
"direct": true,
"version": "v0.4.4-0.20260715153540-89fd7b193411",
"ecosystem": "go"
},
{
"name": "github.com/ironcore-dev/ironcore-image",
"direct": true,
"version": "v0.5.1-0.20260701105042-7ab1ed925593",
"ecosystem": "go"
},
{
"name": "github.com/ironcore-dev/provider-utils",
"direct": true,
"version": "v0.0.0-20260706064412-a5700fe459b6",
"ecosystem": "go"
},
{
"name": "github.com/kube-object-storage/lib-bucket-provisioner",
"direct": true,
"version": "v0.0.0-20221122204822-d1a8c34382f1",
"ecosystem": "go"
},
{
"name": "github.com/onsi/ginkgo/v2",
"direct": true,
"version": "v2.32.0",
"ecosystem": "go"
},
{
"name": "github.com/onsi/gomega",
"direct": true,
"version": "v1.42.1",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": true,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": true,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/rook/rook/pkg/apis",
"direct": true,
"version": "v0.0.0-20250716205136-e4da184ce30a",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": true,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": true,
"version": "v1.28.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": true,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.82.1",
"ecosystem": "go"
},
{
"name": "k8s.io/api",
"direct": true,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/apimachinery",
"direct": true,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/client-go",
"direct": true,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/utils",
"direct": true,
"version": "v0.0.0-20260108192941-914a6e750570",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/controller-runtime",
"direct": true,
"version": "v0.23.3",
"ecosystem": "go"
},
{
"name": "github.com/adalogics/go-fuzz-headers",
"direct": false,
"version": "v0.0.0-20240806141605-e8a1dd7889d6",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/bmatcuk/doublestar/v4",
"direct": false,
"version": "v4.8.1",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v4",
"direct": false,
"version": "v4.3.0",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v5",
"direct": false,
"version": "v5.0.3",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs/pkg",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/log",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/platforms",
"direct": false,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/containernetworking/cni",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/emicklei/go-restful/v3",
"direct": false,
"version": "v3.13.0",
"ecosystem": "go"
},
{
"name": "github.com/evanphx/json-patch/v5",
"direct": false,
"version": "v5.9.11",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/fxamacker/cbor/v2",
"direct": false,
"version": "v2.9.0",
"ecosystem": "go"
},
{
"name": "github.com/go-jose/go-jose/v4",
"direct": false,
"version": "v4.1.4",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/zapr",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonpointer",
"direct": false,
"version": "v0.22.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonreference",
"direct": false,
"version": "v0.21.2",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/cmdutils",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/conv",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/fileutils",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/jsonname",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/jsonutils",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/loading",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/mangling",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/netutils",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/stringutils",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/typeutils",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/yamlutils",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/go-task/slim-sprig/v3",
"direct": false,
"version": "v3.0.0",
"ecosystem": "go"
},
{
"name": "github.com/gogo/protobuf",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/google/btree",
"direct": false,
"version": "v1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/google/gnostic-models",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/pprof",
"direct": false,
"version": "v0.0.0-20260402051712-545e8a4df936",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-gateway/v2",
"direct": false,
"version": "v2.27.3",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/errwrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-cleanhttp",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-multierror",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-retryablehttp",
"direct": false,
"version": "v0.7.8",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-rootcerts",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-secure-stdlib/parseutil",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-secure-stdlib/strutil",
"direct": false,
"version": "v0.1.2",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-sockaddr",
"direct": false,
"version": "v1.0.7",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/hcl",
"direct": false,
"version": "v1.0.1-vault-7",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/vault/api",
"direct": false,
"version": "v1.20.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/vault/api/auth/approle",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/vault/api/auth/kubernetes",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "v1.1.12",
"ecosystem": "go"
},
{
"name": "github.com/k8snetworkplumbingwg/network-attachment-definition-client",
"direct": false,
"version": "v1.7.6",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/libopenstorage/secrets",
"direct": false,
"version": "v0.0.0-20240416031220-a17cf7f72c6c",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/semver/v3",
"direct": false,
"version": "v3.4.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/go-homedir",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/mapstructure",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/locker",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "v0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "v1.0.3-0.20250322232337-35a7c28c31ee",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/openshift/api",
"direct": false,
"version": "v0.0.0-20250620202921-c3cf9bb5ccab",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": false,
"version": "v1.23.2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.67.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "github.com/ryanuber/go-glob",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/x448/float16",
"direct": false,
"version": "v0.8.4",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.63.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
"direct": false,
"version": "v1.38.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
"direct": false,
"version": "v1.38.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/proto/otlp",
"direct": false,
"version": "v1.8.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v2",
"direct": false,
"version": "v2.4.3",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.56.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.14.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.45.0",
"ecosystem": "go"
},
{
"name": "gomodules.xyz/jsonpatch/v2",
"direct": false,
"version": "v2.5.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "v0.0.0-20260414002931-afd174a4e478",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260414002931-afd174a4e478",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "gopkg.in/evanphx/json-patch.v4",
"direct": false,
"version": "v4.13.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/inf.v0",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "k8s.io/apiextensions-apiserver",
"direct": false,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/apiserver",
"direct": false,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/component-base",
"direct": false,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/klog/v2",
"direct": false,
"version": "v2.130.1",
"ecosystem": "go"
},
{
"name": "k8s.io/kube-openapi",
"direct": false,
"version": "v0.0.0-20260127142750-a19766b6e2d4",
"ecosystem": "go"
},
{
"name": "oras.land/oras-go/v2",
"direct": false,
"version": "v2.6.1",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/apiserver-network-proxy/konnectivity-client",
"direct": false,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/json",
"direct": false,
"version": "v0.0.0-20250730193827-2d320260d730",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/randfill",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/structured-merge-diff/v6",
"direct": false,
"version": "v6.3.2-0.20260122202528-d9cc6641c482",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/yaml",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 138,
"direct_count": 25,
"indirect_count": 113
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 505,
"open_issues": 6,
"closed_ratio": 0.937,
"closed_issues": 89,
"closed_unmerged_prs": 293
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "lukasfrank",
"commits": 92,
"avatar_url": "https://avatars.githubusercontent.com/u/9821158?v=4"
},
{
"type": "User",
"login": "afritzler",
"commits": 53,
"avatar_url": "https://avatars.githubusercontent.com/u/1922939?v=4"
},
{
"type": "User",
"login": "ushabelgur",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/26600666?v=4"
},
{
"type": "User",
"login": "gonzolino",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/3019505?v=4"
},
{
"type": "User",
"login": "sujeet01",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/20876422?v=4"
},
{
"type": "User",
"login": "friegger",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/8181313?v=4"
},
{
"type": "User",
"login": "kasabe28",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/114986456?v=4"
},
{
"type": "User",
"login": "Rohit-0505",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/53218775?v=4"
},
{
"type": "User",
"login": "adracus",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3071681?v=4"
},
{
"type": "User",
"login": "Ashughorla",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/14229636?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.455
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"integration-test.yml",
"kustomize-validation.yml",
"lint.yml",
"publish-docker.yml",
"release-drafter.yml",
"reuse.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yaml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 12 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "29 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 4,
"reason": "6 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "44fb778f5abf996a13a587b6e69ee1c7057e8b49",
"ran_at": "2026-07-26T23:19:32Z",
"aggregate_score": 6.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T07:38:28Z",
"oldest_open_prs": [
{
"number": 821,
"created_at": "2026-01-14T15:34:52Z",
"last_comment_at": "2026-01-14T15:38:49Z",
"last_comment_author": "coderabbitai"
},
{
"number": 837,
"created_at": "2026-02-21T18:27:19Z",
"last_comment_at": "2026-04-30T20:21:29Z",
"last_comment_author": "sujeet01"
},
{
"number": 857,
"created_at": "2026-04-14T11:51:55Z",
"last_comment_at": "2026-04-16T06:29:24Z",
"last_comment_author": "coderabbitai"
},
{
"number": 876,
"created_at": "2026-06-22T08:09:04Z",
"last_comment_at": "2026-06-22T08:19:21Z",
"last_comment_author": "coderabbitai"
},
{
"number": 883,
"created_at": "2026-07-02T18:27:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 903,
"created_at": "2026-07-20T11:54:28Z",
"last_comment_at": "2026-07-21T08:01:37Z",
"last_comment_author": "coderabbitai"
},
{
"number": 904,
"created_at": "2026-07-20T14:54:33Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-23T07:34:31Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 261,
"created_at": "2023-05-25T14:27:04Z",
"last_comment_at": "2026-07-02T11:59:43Z",
"last_comment_author": "friegger"
},
{
"number": 822,
"created_at": "2026-01-23T11:01:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 833,
"created_at": "2026-02-13T12:16:25Z",
"last_comment_at": "2026-02-13T12:16:52Z",
"last_comment_author": "coderabbitai"
},
{
"number": 850,
"created_at": "2026-03-25T11:56:26Z",
"last_comment_at": "2026-06-09T10:15:49Z",
"last_comment_author": "gonzolino"
},
{
"number": 851,
"created_at": "2026-03-30T08:59:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 863,
"created_at": "2026-05-06T09:22:59Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ironcore-dev/ceph-provider",
"host": "github.com",
"name": "ceph-provider",
"owner": "ironcore-dev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"security": 71,
"vitality": 83,
"community": 52,
"governance": 75,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 83,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"commits_last_year": 77,
"human_commit_share": 0.38,
"days_since_last_push": 3,
"active_weeks_last_year": 28
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "28/52 weeks with commits",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 28
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "77 commits in the last year",
"points": 17,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 77
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "29 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 17,
"mean_days_between_releases": 254
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 17 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 17
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~254 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 254
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 52,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"forks": 7,
"stars": 4,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 75,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 16,
"top_contributor_share": 0.455
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 46% of commits",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 46
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 505,
"open_issues": 6,
"closed_issues": 89,
"issue_closed_ratio": 0.937,
"closed_unmerged_prs": 293
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 43.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "505/798 decided PRs merged",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 505,
"decided": 798
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"followers": 90,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ironcore-dev",
"public_repos": 43,
"account_age_days": 1017
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "90 followers of ironcore-dev",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 90,
"login": "ironcore-dev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "43 public repos, account ~2 yr old",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 43
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/ironcore-dev/ceph-provider"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 19
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 19 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 19
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "7 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 7
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"ceph",
"kubernetes",
"rook",
"rook-ceph",
"storage"
],
"has_wiki": false,
"homepage": "https://ironcore-dev.github.io/iaas/architecture/providers/ceph-provider.html",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://ironcore-dev.github.io/iaas/architecture/providers/ceph-provider.html",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 71,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 6.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "29 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "6 existing vulnerabilities detected",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 138 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 138
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 7,
"affected_packages": 4,
"assessed_packages": 138,
"unassessed_packages": 0,
"affected_by_severity": "high 1, unknown 3",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: github.com/containerd/containerd v1.7.34 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "github.com/containerd/containerd v1.7.34 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 138,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 14
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 71,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.947,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "36 of 38 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.62
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "62 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 62,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 27001,
"source_files_sampled": 70,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/70 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 70,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T23:19:58.482868Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/ironcore-dev/ceph-provider.svg",
"full_name": "ironcore-dev/ceph-provider",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}