Skip to content

chore: bump duty to v1.0.1273#2118

Merged
flankbot merged 1 commit intomainfrom
bump-duty-auto-pr
Apr 17, 2026
Merged

chore: bump duty to v1.0.1273#2118
flankbot merged 1 commit intomainfrom
bump-duty-auto-pr

Conversation

@flankbot
Copy link
Copy Markdown
Contributor

@flankbot flankbot commented Apr 17, 2026

Automated changes by create-pull-request GitHub action

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 17, 2026

Walkthrough

Updated the github.com/flanksource/duty dependency in the module configuration from version v1.0.1271 to v1.0.1272.

Changes

Cohort / File(s) Summary
Dependency Update
go.mod
Bumped github.com/flanksource/duty from v1.0.1271 to v1.0.1272.

Possibly related PRs

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title claims a bump to v1.0.1273, but the actual change in go.mod is only from v1.0.1271 to v1.0.1272. The title is misleading. Update the PR title to 'chore: bump duty to v1.0.1272' to accurately reflect the actual dependency version change.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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 bump-duty-auto-pr
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch bump-duty-auto-pr

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 17, 2026

Benchstat

Base: ccc955a70f2bd9ff62adf84199fd0b03ca1373c1
Head: 2d11850ef1220f32a7437e0e99ba99c9314669d1

📊 1 minor regression(s) (all within 5% threshold)

Benchmark Base Head Change p-value
BenchSaveResultsSeed/N=1000-4 442.0k 442.0k +0.01% 0.015
Full benchstat output
goos: linux
goarch: amd64
pkg: github.com/flanksource/config-db/bench
cpu: AMD EPYC 9V74 80-Core Processor                
                                         │ bench-base.txt │           bench-head.txt           │
                                         │     sec/op     │    sec/op     vs base              │
BenchSaveResultsSeed/N=1000-4                 585.3m ± 5%   561.8m ± 12%       ~ (p=0.240 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4      629.1m ± 5%   643.8m ± 28%       ~ (p=0.180 n=6)
BenchSaveResultsUpdateChanged/N=1000-4         1.036 ± 2%    1.035 ±  2%       ~ (p=1.000 n=6)
geomean                                       725.2m        720.7m        -0.63%

                                         │ bench-base.txt │           bench-head.txt           │
                                         │      MB/s      │    MB/s     vs base                │
BenchSaveResultsSeed/N=1000-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
BenchSaveResultsUpdateUnchanged/N=1000-4     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
BenchSaveResultsUpdateChanged/N=1000-4       0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                                 ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                                         │ bench-base.txt │           bench-head.txt           │
                                         │      B/op      │     B/op      vs base              │
BenchSaveResultsSeed/N=1000-4                36.05Mi ± 0%   36.09Mi ± 0%       ~ (p=0.132 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4     25.57Mi ± 0%   25.57Mi ± 0%       ~ (p=0.699 n=6)
BenchSaveResultsUpdateChanged/N=1000-4       74.85Mi ± 0%   74.94Mi ± 0%       ~ (p=0.180 n=6)
geomean                                      41.02Mi        41.04Mi       +0.07%

                                         │ bench-base.txt │          bench-head.txt           │
                                         │   allocs/op    │  allocs/op   vs base              │
BenchSaveResultsSeed/N=1000-4                 442.0k ± 0%   442.0k ± 0%  +0.01% (p=0.015 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4      314.0k ± 0%   314.0k ± 0%       ~ (p=0.554 n=6)
BenchSaveResultsUpdateChanged/N=1000-4        904.6k ± 0%   904.7k ± 0%       ~ (p=0.310 n=6)
geomean                                       500.8k        500.8k       +0.00%

@socket-security
Copy link
Copy Markdown

socket-security bot commented Apr 17, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang/​github.com/​flanksource/​duty@​v1.0.1271 ⏵ v1.0.127375 +1100100100100

View full report

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

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@go.mod`:
- Line 10: The go.mod change referencing github.com/flanksource/duty v1.0.1272
(and prior v1.0.1271) must be validated before merge: check the upstream
repository tags and releases for those versions, run `go list -m -versions
github.com/flanksource/duty` or query the Go proxy to confirm availability, and
if they are not public tags either revert the bump to the last known valid
release (e.g., v1.0.1251/v1.0.1237), add a replace directive pointing to the
correct commit/branch or internal module if these are private versions, or
annotate the go.mod with a comment explaining the internal/private source;
ensure the module name github.com/flanksource/duty is the reference you inspect
and update accordingly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4c14104c-c43e-424a-a280-9f9077f89fcb

📥 Commits

Reviewing files that changed from the base of the PR and between ccc955a and 6446d9f.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod Outdated
github.com/flanksource/commons v1.50.2
github.com/flanksource/deps v1.0.28
github.com/flanksource/duty v1.0.1271
github.com/flanksource/duty v1.0.1272
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

github.com/flanksource/duty v1.0.1272 release notes changelog compare v1.0.1271...v1.0.1272 breaking changes

💡 Result:

No release notes or changelog found for github.com/flanksource/duty v1.0.1272. The official GitHub releases page (https://github.com/flanksource/duty/releases) lists recent versions up to v1.0.1251 as of 2026-04-08, with no mention of v1.0.1271 or v1.0.1272. The repository's latest release noted is v1.0.1237 from 2026-03-27. No compare view, tags, or changelog explicitly reference these versions. No breaking changes identified, as the versions appear not to exist in public sources as of 2026-04-17.

Citations:


Versions v1.0.1271 and v1.0.1272 do not appear in official GitHub releases; investigate before merge.

The upstream github.com/flanksource/duty repository's official releases page lists versions only up to v1.0.1251 (as of 2026-04-08), with the latest being v1.0.1237. The versions referenced in this bump—both the current v1.0.1271 and target v1.0.1272—are not found in public release information. Verify whether these are valid internal/private versions or if there is a version numbering discrepancy before merging.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@go.mod` at line 10, The go.mod change referencing github.com/flanksource/duty
v1.0.1272 (and prior v1.0.1271) must be validated before merge: check the
upstream repository tags and releases for those versions, run `go list -m
-versions github.com/flanksource/duty` or query the Go proxy to confirm
availability, and if they are not public tags either revert the bump to the last
known valid release (e.g., v1.0.1251/v1.0.1237), add a replace directive
pointing to the correct commit/branch or internal module if these are private
versions, or annotate the go.mod with a comment explaining the internal/private
source; ensure the module name github.com/flanksource/duty is the reference you
inspect and update accordingly.

@flankbot flankbot changed the title chore: bump duty to v1.0.1272 chore: bump duty to v1.0.1273 Apr 17, 2026
@flankbot flankbot force-pushed the bump-duty-auto-pr branch from 6446d9f to 2d11850 Compare April 17, 2026 08:59
@flankbot flankbot merged commit 2952069 into main Apr 17, 2026
17 of 18 checks passed
@flankbot flankbot deleted the bump-duty-auto-pr branch April 17, 2026 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants