Skip to content

rebase: bump github.com/ceph/go-ceph from 0.37.0 to 0.38.0#6069

Merged
mergify[bot] merged 2 commits into
develfrom
dependabot/go_modules/github.com/ceph/go-ceph-0.38.0
Feb 17, 2026
Merged

rebase: bump github.com/ceph/go-ceph from 0.37.0 to 0.38.0#6069
mergify[bot] merged 2 commits into
develfrom
dependabot/go_modules/github.com/ceph/go-ceph-0.38.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 16, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ceph/go-ceph from 0.37.0 to 0.38.0.

Release notes

Sourced from github.com/ceph/go-ceph's releases.

Release v0.38.0

The maintainers and contributors to go-ceph are pleased to announce the v0.38.0 release. This is another great step towards making it possible to use the power of the Ceph APIs in the Go language.

As this is a v0.x release we do not guarantee backwards compatibility with previous versions of the code. However, we aim not to disrupt existing consumers of the library and thus make an effort not to immediately implement breaking changes without very good justification. Please see the "Deprecations & Removals" section (if present) to get a sense of what you can expect to change in the future and prepare your code ahead of time. You may also want to view "Deprecations & Removals" of previous releases as they are not repeated here. All newly introduced APIs in the following section are labeled as "preview" APIs first, and are only available if the ceph_preview build tag is set. There is explicitly no backwards compatibility guaranteed for these until they are labeled as "stable" in a later release.

New Contributors

New Features

rados

cephfs

  • add support for cephfs file block diff api by @​iPraveenParihar in ceph/go-ceph#1191 New APIs:
    • FileBlockDiffInit
    • FileBlockDiffInfo.Close
    • FileBlockDiffInfo.More
    • FileBlockDiffInfo.Read

admin/osd

rgw/admin

  • add account support in go-ceph by @​thotz in ceph/go-ceph#1211 New APIs:
    • API.CreateAccount
    • API.GetAccount
    • API.DeleteAccount
    • API.ModifyAccount

API Stability Updates

The following APIs are now stable:

rbd

  • Image.GetDataPoolID

common/admin/osd

  • NewFromConn

common/admin/nvmegw

  • Admin.CreateGateway
  • Admin.DeleteGateway
  • Admin.ShowGateways

... (truncated)

Commits
  • aa2476c release: update README
  • 904016a release: api-fix-versions
  • 27ccecb release: api-promote
  • 18caddf go-ceph: bump golang.org/x/sys from 0.39.0 to 0.40.0
  • e7a0bed go-ceph: bump actions/setup-go from 6.1.0 to 6.2.0
  • a8613f6 go-ceph: bump actions/checkout from 6.0.1 to 6.0.2
  • a806a7c rados: Implement Unwrap for OperationError
  • 504c367 rgw/admin : add account support in go-ceph
  • 9343cc2 cephfs: add support for cephfs file block diff api
  • 18f6f20 README: add badges
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps [github.com/ceph/go-ceph](https://github.com/ceph/go-ceph) from 0.37.0 to 0.38.0.
- [Release notes](https://github.com/ceph/go-ceph/releases)
- [Changelog](https://github.com/ceph/go-ceph/blob/master/docs/release-process.md)
- [Commits](ceph/go-ceph@v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: github.com/ceph/go-ceph
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the rebase update the version of an external component label Feb 16, 2026
@nixpanic

Copy link
Copy Markdown
Member

ceph/go-ceph#1209 changed a string type to time.Time. The custom parsing that was done for the OSD fencing preview API should be adapted.

internal/csi-addons/networkfence/fencing.go:593:47: cannot use entry.Until (variable of struct type "time".Time) as string value in argument to time.Parse
internal/csi-addons/networkfence/fencing_test.go:282:14: cannot use time.Now().Add(1 * time.Hour).Format(ISO8601TimeLayout) (value of type string) as "time".Time value in struct literal
internal/csi-addons/networkfence/fencing_test.go:286:14: cannot use time.Now().Add(1 * time.Hour).Format(ISO8601TimeLayout) (value of type string) as "time".Time value in struct literal
internal/csi-addons/networkfence/fencing_test.go:300:14: cannot use time.Now().Add(util.AutoBlocklistTime - blockListCoolDownPeriod).Format(ISO8601TimeLayout) (value of type string) as "time".Time value in struct literal
internal/csi-addons/networkfence/fencing_test.go:304:14: cannot use time.Now().Add(util.AutoBlocklistTime - blockListCoolDownPeriod).Format(ISO8601TimeLayout) (value of type string) as "time".Time value in struct literal
internal/csi-addons/networkfence/fencing_test.go:318:14: cannot use time.Now().Add(util.AutoBlocklistTime).Format(ISO8601TimeLayout) (value of type string) as "time".Time value in struct literal
internal/csi-addons/networkfence/fencing_test.go:322:14: cannot use time.Now().Add(util.AutoBlocklistTime).Format(ISO8601TimeLayout) (value of type string) as "time".Time value in struct literal
internal/csi-addons/networkfence/fencing_test.go:336:14: cannot use time.Now().Add(util.AutoBlocklistTime - 2 * time.Minute).Format(ISO8601TimeLayout) (value of type string) as "time".Time value in struct literal
internal/csi-addons/networkfence/fencing_test.go:341:14: cannot use time.Now().Add(util.AutoBlocklistTime - 2 * time.Minute).Format(ISO8601TimeLayout) (value of type string) as "time".Time value in struct literal
internal/csi-addons/networkfence/fencing_test.go:356:14: cannot use time.Now().Add(1 * time.Hour).Format(ISO8601TimeLayout) (value of type string) as "time".Time value in struct literal
internal/csi-addons/networkfence/fencing_test.go:356:14: too many errors (typecheck)

The go-ceph library update to v0.38.0 changed the osdAdmin.Blocklist
struct's Until field from string to time.Time. This commit updates the
networkfence code to work with the new API.

Signed-off-by: Praveen M <m.praveen@ibm.com>
@nixpanic nixpanic requested a review from a team February 17, 2026 08:33
@nixpanic

Copy link
Copy Markdown
Member

Thanks @iPraveenParihar !

@nixpanic

Copy link
Copy Markdown
Member

@Mergifyio queue

@mergify

mergify Bot commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

Rule: default


This pull request spent 52 seconds in the queue, including 39 seconds running CI.

Required conditions to merge
  • any of:
    • all of:
      • base~=^(release-.+)$
      • status-success=codespell
      • status-success=go-test
      • status-success=golangci-lint
      • status-success=lint-extras
      • status-success=mod-check
      • status-success=multi-arch-build
      • any of:
        • label=ci/skip/e2e
        • all of:
          • status-success=ci/centos/k8s-e2e-external-storage/1.32
          • status-success=ci/centos/k8s-e2e-external-storage/1.33
          • status-success=ci/centos/k8s-e2e-external-storage/1.34
          • status-success=ci/centos/mini-e2e-helm/k8s-1.32
          • status-success=ci/centos/mini-e2e-helm/k8s-1.33
          • status-success=ci/centos/mini-e2e-helm/k8s-1.34
          • status-success=ci/centos/mini-e2e/k8s-1.32
          • status-success=ci/centos/mini-e2e/k8s-1.33
          • status-success=ci/centos/mini-e2e/k8s-1.34
          • status-success=ci/centos/upgrade-tests-cephfs
          • status-success=ci/centos/upgrade-tests-rbd
      • status-success=uncommitted-code-check
    • all of:
      • base=release-v3.15
      • status-success=codespell
      • status-success=go-test
      • status-success=golangci-lint
      • status-success=lint-extras
      • status-success=mod-check
      • status-success=multi-arch-build
      • any of:
        • label=ci/skip/e2e
        • all of:
          • status-success=ci/centos/k8s-e2e-external-storage/1.31
          • status-success=ci/centos/k8s-e2e-external-storage/1.32
          • status-success=ci/centos/k8s-e2e-external-storage/1.33
          • status-success=ci/centos/mini-e2e-helm/k8s-1.31
          • status-success=ci/centos/mini-e2e-helm/k8s-1.32
          • status-success=ci/centos/mini-e2e-helm/k8s-1.33
          • status-success=ci/centos/mini-e2e/k8s-1.31
          • status-success=ci/centos/mini-e2e/k8s-1.32
          • status-success=ci/centos/mini-e2e/k8s-1.33
          • status-success=ci/centos/upgrade-tests-cephfs
          • status-success=ci/centos/upgrade-tests-rbd
      • status-success=uncommitted-code-check
    • all of:
      • status-success=codespell
      • status-success=go-test
      • status-success=golangci-lint
      • status-success=lint-extras
      • status-success=mod-check
      • status-success=multi-arch-build
      • any of:
        • label=ci/skip/e2e
        • all of:
          • status-success=ci/centos/k8s-e2e-external-storage/1.33
          • status-success=ci/centos/k8s-e2e-external-storage/1.34
          • status-success=ci/centos/k8s-e2e-external-storage/1.35
          • status-success=ci/centos/mini-e2e-helm/k8s-1.33
          • status-success=ci/centos/mini-e2e-helm/k8s-1.34
          • status-success=ci/centos/mini-e2e-helm/k8s-1.35
          • status-success=ci/centos/mini-e2e/k8s-1.33
          • status-success=ci/centos/mini-e2e/k8s-1.34
          • status-success=ci/centos/mini-e2e/k8s-1.35
          • status-success=ci/centos/upgrade-tests-cephfs
          • status-success=ci/centos/upgrade-tests-rbd
      • base=devel
      • status-success=uncommitted-code-check
    • all of:
      • base=ci/centos
      • status-success=ci/centos/jjb-validate
      • status-success=ci/centos/job-validation
  • #approved-reviews-by >= 2 [🛡 GitHub branch protection]
  • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]

Reason

The merge conditions cannot be satisfied due to failing checks

Failing checks:

Hint

You may have to fix your CI before adding the pull request to the queue again.
If you update this pull request, to fix the CI, it will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue instead, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

@mergify mergify Bot added the queued label Feb 17, 2026
mergify Bot added a commit that referenced this pull request Feb 17, 2026
@mergify mergify Bot added dequeued and removed queued labels Feb 17, 2026
@nixpanic

Copy link
Copy Markdown
Member

@Mergifyio requeue

@mergify

mergify Bot commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

Rule: default


This pull request spent 48 seconds in the queue, including 36 seconds running CI.

Required conditions to merge
  • any of:
    • all of:
      • base~=^(release-.+)$
      • status-success=codespell
      • status-success=go-test
      • status-success=golangci-lint
      • status-success=lint-extras
      • status-success=mod-check
      • status-success=multi-arch-build
      • any of:
        • label=ci/skip/e2e
        • all of:
          • status-success=ci/centos/k8s-e2e-external-storage/1.32
          • status-success=ci/centos/k8s-e2e-external-storage/1.33
          • status-success=ci/centos/k8s-e2e-external-storage/1.34
          • status-success=ci/centos/mini-e2e-helm/k8s-1.32
          • status-success=ci/centos/mini-e2e-helm/k8s-1.33
          • status-success=ci/centos/mini-e2e-helm/k8s-1.34
          • status-success=ci/centos/mini-e2e/k8s-1.32
          • status-success=ci/centos/mini-e2e/k8s-1.33
          • status-success=ci/centos/mini-e2e/k8s-1.34
          • status-success=ci/centos/upgrade-tests-cephfs
          • status-success=ci/centos/upgrade-tests-rbd
      • status-success=uncommitted-code-check
    • all of:
      • base=release-v3.15
      • status-success=codespell
      • status-success=go-test
      • status-success=golangci-lint
      • status-success=lint-extras
      • status-success=mod-check
      • status-success=multi-arch-build
      • any of:
        • label=ci/skip/e2e
        • all of:
          • status-success=ci/centos/k8s-e2e-external-storage/1.31
          • status-success=ci/centos/k8s-e2e-external-storage/1.32
          • status-success=ci/centos/k8s-e2e-external-storage/1.33
          • status-success=ci/centos/mini-e2e-helm/k8s-1.31
          • status-success=ci/centos/mini-e2e-helm/k8s-1.32
          • status-success=ci/centos/mini-e2e-helm/k8s-1.33
          • status-success=ci/centos/mini-e2e/k8s-1.31
          • status-success=ci/centos/mini-e2e/k8s-1.32
          • status-success=ci/centos/mini-e2e/k8s-1.33
          • status-success=ci/centos/upgrade-tests-cephfs
          • status-success=ci/centos/upgrade-tests-rbd
      • status-success=uncommitted-code-check
    • all of:
      • status-success=codespell
      • status-success=go-test
      • status-success=golangci-lint
      • status-success=lint-extras
      • status-success=mod-check
      • status-success=multi-arch-build
      • any of:
        • label=ci/skip/e2e
        • all of:
          • status-success=ci/centos/k8s-e2e-external-storage/1.33
          • status-success=ci/centos/k8s-e2e-external-storage/1.34
          • status-success=ci/centos/k8s-e2e-external-storage/1.35
          • status-success=ci/centos/mini-e2e-helm/k8s-1.33
          • status-success=ci/centos/mini-e2e-helm/k8s-1.34
          • status-success=ci/centos/mini-e2e-helm/k8s-1.35
          • status-success=ci/centos/mini-e2e/k8s-1.33
          • status-success=ci/centos/mini-e2e/k8s-1.34
          • status-success=ci/centos/mini-e2e/k8s-1.35
          • status-success=ci/centos/upgrade-tests-cephfs
          • status-success=ci/centos/upgrade-tests-rbd
      • base=devel
      • status-success=uncommitted-code-check
    • all of:
      • base=ci/centos
      • status-success=ci/centos/jjb-validate
      • status-success=ci/centos/job-validation
  • #approved-reviews-by >= 2 [🛡 GitHub branch protection]
  • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]

Reason

The merge conditions cannot be satisfied due to failing checks

Failing checks:

Hint

You may have to fix your CI before adding the pull request to the queue again.
If you update this pull request, to fix the CI, it will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue instead, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

@mergify mergify Bot added the queued label Feb 17, 2026
mergify Bot added a commit that referenced this pull request Feb 17, 2026
@nixpanic

Copy link
Copy Markdown
Member

@Mergifyio requeue

@mergify

mergify Bot commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

Rule: default


This pull request spent 2 hours 50 minutes 46 seconds in the queue, including 2 hours 50 minutes 27 seconds running CI.

Required conditions to merge
  • #approved-reviews-by >= 2 [🛡 GitHub branch protection]
  • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]
  • any of:
    • all of:
      • base=devel
      • status-success=codespell
      • status-success=go-test
      • status-success=golangci-lint
      • status-success=lint-extras
      • status-success=mod-check
      • status-success=multi-arch-build
      • status-success=uncommitted-code-check
      • any of:
        • all of:
          • status-success=ci/centos/k8s-e2e-external-storage/1.33
          • status-success=ci/centos/k8s-e2e-external-storage/1.34
          • status-success=ci/centos/k8s-e2e-external-storage/1.35
          • status-success=ci/centos/mini-e2e-helm/k8s-1.33
          • status-success=ci/centos/mini-e2e-helm/k8s-1.34
          • status-success=ci/centos/mini-e2e-helm/k8s-1.35
          • status-success=ci/centos/mini-e2e/k8s-1.33
          • status-success=ci/centos/mini-e2e/k8s-1.34
          • status-success=ci/centos/mini-e2e/k8s-1.35
          • status-success=ci/centos/upgrade-tests-cephfs
          • status-success=ci/centos/upgrade-tests-rbd
        • label=ci/skip/e2e
    • all of:
      • base~=^(release-.+)$
      • any of:
        • label=ci/skip/e2e
        • all of:
          • status-success=ci/centos/k8s-e2e-external-storage/1.32
          • status-success=ci/centos/mini-e2e-helm/k8s-1.32
          • status-success=ci/centos/mini-e2e/k8s-1.32
          • status-success=ci/centos/k8s-e2e-external-storage/1.33
          • status-success=ci/centos/k8s-e2e-external-storage/1.34
          • status-success=ci/centos/mini-e2e-helm/k8s-1.33
          • status-success=ci/centos/mini-e2e-helm/k8s-1.34
          • status-success=ci/centos/mini-e2e/k8s-1.33
          • status-success=ci/centos/mini-e2e/k8s-1.34
          • status-success=ci/centos/upgrade-tests-cephfs
          • status-success=ci/centos/upgrade-tests-rbd
      • status-success=codespell
      • status-success=go-test
      • status-success=golangci-lint
      • status-success=lint-extras
      • status-success=mod-check
      • status-success=multi-arch-build
      • status-success=uncommitted-code-check
    • all of:
      • base=release-v3.15
      • any of:
        • label=ci/skip/e2e
        • all of:
          • status-success=ci/centos/k8s-e2e-external-storage/1.31
          • status-success=ci/centos/k8s-e2e-external-storage/1.32
          • status-success=ci/centos/mini-e2e-helm/k8s-1.31
          • status-success=ci/centos/mini-e2e-helm/k8s-1.32
          • status-success=ci/centos/mini-e2e/k8s-1.31
          • status-success=ci/centos/mini-e2e/k8s-1.32
          • status-success=ci/centos/k8s-e2e-external-storage/1.33
          • status-success=ci/centos/mini-e2e-helm/k8s-1.33
          • status-success=ci/centos/mini-e2e/k8s-1.33
          • status-success=ci/centos/upgrade-tests-cephfs
          • status-success=ci/centos/upgrade-tests-rbd
      • status-success=codespell
      • status-success=go-test
      • status-success=golangci-lint
      • status-success=lint-extras
      • status-success=mod-check
      • status-success=multi-arch-build
      • status-success=uncommitted-code-check
    • all of:
      • base=ci/centos
      • status-success=ci/centos/jjb-validate
      • status-success=ci/centos/job-validation

@mergify mergify Bot added the queued label Feb 17, 2026
mergify Bot added a commit that referenced this pull request Feb 17, 2026
@mergify mergify Bot removed the dequeued label Feb 17, 2026
@mergify mergify Bot merged commit 0a2e71a into devel Feb 17, 2026
29 checks passed
@mergify mergify Bot removed the queued label Feb 17, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/ceph/go-ceph-0.38.0 branch February 17, 2026 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rebase update the version of an external component

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants