Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: runityru/cephctl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: runityru/cephctl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 24, 2026

  1. Bump github.com/stretchr/testify from 1.12.0 to 1.12.1 (#111)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify)
    from 1.12.0 to 1.12.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/stretchr/testify/releases">github.com/stretchr/testify's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.12.1</h2>
    <p>This is the first release which has the minimum dependencies
    practical in testify v1. The last remaining dependencies are
    github.com/stretchr/objx which itself has no dependencies, and
    go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be
    vendored. Removing YAML would require vendoring the yaml library, which
    would do more harm than good. It's better to become aware of
    vulnerabilities in the official yaml package than to attempt to maintain
    our own.</p>
    <h2>What's Changed</h2>
    <ul>
    <li>Change yaml library to <code>go.yaml.in/yaml/v3</code> by <a
    href="https://github.com/harryzcy"><code>@​harryzcy</code></a> in <a
    href="https://redirect.github.com/stretchr/testify/pull/1935">stretchr/testify#1935</a></li>
    <li>change yaml library to go.yaml.in/yaml/v3 by <a
    href="https://github.com/boekkooi-impossiblecloud"><code>@​boekkooi-impossiblecloud</code></a>
    in <a
    href="https://redirect.github.com/stretchr/testify/pull/1772">stretchr/testify#1772</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/harryzcy"><code>@​harryzcy</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/stretchr/testify/pull/1935">stretchr/testify#1935</a></li>
    <li><a
    href="https://github.com/boekkooi-impossiblecloud"><code>@​boekkooi-impossiblecloud</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/stretchr/testify/pull/1772">stretchr/testify#1772</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1">https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1</a></p>
    <h2>What's Changed</h2>
    <ul>
    <li>Change yaml library to <code>go.yaml.in/yaml/v3</code> by <a
    href="https://github.com/harryzcy"><code>@​harryzcy</code></a> in <a
    href="https://redirect.github.com/stretchr/testify/pull/1935">stretchr/testify#1935</a></li>
    <li>change yaml library to go.yaml.in/yaml/v3 by <a
    href="https://github.com/boekkooi-impossiblecloud"><code>@​boekkooi-impossiblecloud</code></a>
    in <a
    href="https://redirect.github.com/stretchr/testify/pull/1772">stretchr/testify#1772</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/harryzcy"><code>@​harryzcy</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/stretchr/testify/pull/1935">stretchr/testify#1935</a></li>
    <li><a
    href="https://github.com/boekkooi-impossiblecloud"><code>@​boekkooi-impossiblecloud</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/stretchr/testify/pull/1772">stretchr/testify#1772</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1">https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/stretchr/testify/commit/959dbdacf1533e155162811ea90c90117a420463"><code>959dbda</code></a>
    Merge pull request <a
    href="https://redirect.github.com/stretchr/testify/issues/1935">#1935</a>
    from harryzcy/yaml-update</li>
    <li><a
    href="https://github.com/stretchr/testify/commit/9bb71766fa91ef21b587c3ecb8b1d00508476c62"><code>9bb7176</code></a>
    Update go.yaml.in/yaml/v3 to v3.0.5</li>
    <li><a
    href="https://github.com/stretchr/testify/commit/0358d0ee9e03a8754c40b22318d7edc33553edba"><code>0358d0e</code></a>
    change yaml library to go.yaml.in/yaml/v3</li>
    <li>See full diff in <a
    href="https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=go_modules&previous-version=1.12.0&new-version=1.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 24, 2026
    Configuration menu
    Copy the full SHA
    9c8872a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e9be80 View commit details
    Browse the repository at this point in the history
Loading