Skip to content

build(deps): bump pkg.package-operator.run/cardboard from 0.0.4 to 0.1.0#433

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/pkg.package-operator.run/cardboard-0.1.0
Open

build(deps): bump pkg.package-operator.run/cardboard from 0.0.4 to 0.1.0#433
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/pkg.package-operator.run/cardboard-0.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps pkg.package-operator.run/cardboard from 0.0.4 to 0.1.0.

Release notes

Sourced from pkg.package-operator.run/cardboard's releases.

v0.1.0

What's Changed

... (truncated)

Commits
  • 204ea02 Update dependencies (#1004)
  • 767e48a build(deps): bump the golangx group across 3 directories with 3 updates (#996)
  • a2c15ab build(deps): bump the golangx group across 4 directories with 1 update (#994)
  • 0a56b0f build(deps): bump github.com/prometheus/common from 0.67.4 to 0.67.5 in /modu...
  • bba11de build(deps): bump github.com/prometheus/common from 0.67.4 to 0.67.5 in /modu...
  • c13e6bc build(deps): bump github.com/prometheus/common from 0.67.4 to 0.67.5 in /kube...
  • 18d692a build(deps): bump sigs.k8s.io/kind in /modules/kind (#989)
  • f66ee03 build(deps): bump github.com/BurntSushi/toml in /modules/kind (#988)
  • c5706e4 build(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 in /modu...
  • 54330ee build(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 in /modu...
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot requested a review from a team as a code owner February 5, 2026 16:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 5, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 5, 2026

Walkthrough

The Go module dependency pkg.package-operator.run/cardboard was updated from v0.0.4 to v0.1.0 in go.mod. No other files or dependency changes were included.

Changes

Dependency Version Update

Layer / File(s) Summary
Bump cardboard version
go.mod
Updated require block: pkg.package-operator.run/cardboard bumped from v0.0.4 to v0.1.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning PR description lacks required template structure including Summary section, Change Type designation, and Checklist items. Add proper PR description following the template: include a Summary section, select a Change Type (likely 'Docs/Test' or 'New Feature'), and complete the pre-merge Checklist items.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping the cardboard dependency version from 0.0.4 to 0.1.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/pkg.package-operator.run/cardboard-0.1.0

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@go.mod`:
- Around line 18-20: The go.mod pins for cardboard submodules are inconsistent:
pkg.package-operator.run/cardboard is at v0.1.0 but
pkg.package-operator.run/cardboard/kubeutils and
pkg.package-operator.run/cardboard/modules/kind remain at v0.0.4; update those
module versions (pkg.package-operator.run/cardboard/kubeutils and
pkg.package-operator.run/cardboard/modules/kind) to v0.1.0 in go.mod so all
cardboard modules match the root and pull in the dependency refresh (including
the modules/kind bump to sigs.k8s.io/kind v0.27.0).

Comment thread go.mod Outdated
@dependabot dependabot Bot force-pushed the dependabot/go_modules/pkg.package-operator.run/cardboard-0.1.0 branch 4 times, most recently from e139c5d to 4bfb9da Compare February 16, 2026 10:50
@dependabot dependabot Bot force-pushed the dependabot/go_modules/pkg.package-operator.run/cardboard-0.1.0 branch from 4bfb9da to e4316ce Compare March 5, 2026 12:26
@eqrx
Copy link
Copy Markdown
Member

eqrx commented May 19, 2026

@dependabot recreate

Bumps [pkg.package-operator.run/cardboard](https://github.com/package-operator/cardboard) from 0.0.4 to 0.1.0.
- [Release notes](https://github.com/package-operator/cardboard/releases)
- [Commits](package-operator/cardboard@v0.0.4...v0.1.0)

---
updated-dependencies:
- dependency-name: pkg.package-operator.run/cardboard
  dependency-version: 0.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump pkg.package-operator.run/cardboard from 0.0.4 to 0.1.0 build(deps): bump pkg.package-operator.run/cardboard from 0.0.4 to 0.1.0 May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/pkg.package-operator.run/cardboard-0.1.0 branch from e4316ce to ff7b275 Compare May 19, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants