Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Nov 28, 2025

Copybara Sync - Release v1.10.5

This PR was automatically created by Copybara, syncing changes from the overmindtech/workspace monorepo.

Original author: renovate[bot] (29139614+renovate[bot]@users.noreply.github.com)

What happens when this PR is merged?

  1. The tag-on-merge workflow will automatically create the v1.10.5 tag on main
  2. This tag will trigger the release workflow, which will:
    • Run tests
    • Build and publish release binaries via GoReleaser
    • Upload packages to Cloudsmith

Review Checklist

  • Changes look correct and match the expected monorepo sync
  • Tests pass (see CI checks below)

dylanratcliffe and others added 10 commits November 28, 2025 14:22
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> Promotes `google.golang.org/genproto/googleapis/rpc` to a direct
dependency and removes its indirect entry in `go.mod`.
>
> - **Dependencies**:
> - Promote `google.golang.org/genproto/googleapis/rpc` to a direct
`require` in `go.mod`.
> - Remove its duplicate/indirect entry from the indirect dependencies
block.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
8c298c66635d455f56b030340127be33e37879be. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

GitOrigin-RevId: 3bf2cfa0d08905472877be7127e6ff0f9c69ee49
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> Switch TestLabelRuleRequest to carry label rule properties instead of
a rule ID, update server logic and tests accordingly, regenerate Go/TS
SDKs, add minor rollback fix, and bump golangci-lint.
>
> - **API schema & SDKs**
> - Replace `TestLabelRuleRequest.UUID` (bytes) with
`TestLabelRuleRequest.properties: changes.LabelRuleProperties` in
`sdp/changes.proto`.
> - Regenerate bindings: `sdp-go/changes.pb.go` and
`sdp-js/src/__generated__/changes_pb.ts` updated accordingly.
> - **Server (label service)**
> - `api-server/server/labelservice.go`: `testableTestLabelRule` now
consumes `req.Msg.GetProperties()` instead of fetching a stored rule by
UUID; builds a transient `sdp.LabelRule` and no longer sets
`LabelRuleUUID` in test responses; adds span attrs for
name/colour/instruction count; minor pool error join handling unchanged.
> - **NSC utilities**
> - `api-server/nsc/rollback.go`: early return on empty rollbacks; add
`//nolint:gosec` on reverse iteration.
> - **Tests**
> - `api-server/server/labelservice_test.go`: updated to pass
`properties` (not `UUID`) to `TestLabelRuleRequest`; adjust request
construction; add/adjust assertions accordingly.
> - **Tooling/CI**
> - Bump `golangci-lint` to `v2.6.2`; update lint command in
`.cursor/rules/go-standards.mdc` to `golangci-lint-v2`; set
`GOLANGCI_LINT_VERSION: v2.6.2` in `.github/workflows/ci.yml`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
f4a3eaf3dfd8b3d7e2a2ab7ece21279d0d16a43c. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

GitOrigin-RevId: ef53b4ebf2bef6d5e4b3f9d7ec05dca73668c461
… 79d6a2a (#3169)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[google.golang.org/genproto/googleapis/rpc](https://redirect.github.com/googleapis/go-genproto)
| require | digest | `95abcf5` -> `79d6a2a` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4pm on friday" in timezone
Europe/London, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/overmindtech/workspace).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ29sYW5nIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
GitOrigin-RevId: df753e9fcdfaae2767dd17e8828292d3020d26af
… (#3168)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/serpapi/serpapi-golang](https://redirect.github.com/serpapi/serpapi-golang)
| require | digest | `f1bfb86` -> `a523a21` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4pm on friday" in timezone
Europe/London, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/overmindtech/workspace).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ29sYW5nIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
GitOrigin-RevId: 7dd8060930e7ff4610ad2f005b82d60560e5d1cb
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/Azure/azure-sdk-for-go/sdk/azcore](https://redirect.github.com/Azure/azure-sdk-for-go)
| `v1.17.0` -> `v1.20.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fazcore/v1.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fazcore/v1.17.0/v1.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.32.0` -> `v1.32.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.32.0/v1.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/credentials](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.19.0` -> `v1.19.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.19.0/v1.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/apigateway](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.37.1` -> `v1.38.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fapigateway/v1.38.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fapigateway/v1.37.1/v1.38.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/autoscaling](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.62.0` -> `v1.62.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fautoscaling/v1.62.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fautoscaling/v1.62.0/v1.62.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/cloudfront](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.57.0` -> `v1.58.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fcloudfront/v1.58.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fcloudfront/v1.57.0/v1.58.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/cloudwatch](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.52.4` -> `v1.52.5` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fcloudwatch/v1.52.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fcloudwatch/v1.52.4/v1.52.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/directconnect](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.38.6` -> `v1.38.7` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fdirectconnect/v1.38.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fdirectconnect/v1.38.6/v1.38.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/dynamodb](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.53.1` -> `v1.53.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fdynamodb/v1.53.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fdynamodb/v1.53.1/v1.53.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/ec2](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.273.0` -> `v1.275.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.275.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.273.0/v1.275.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/ecs](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.69.0` -> `v1.69.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fecs/v1.69.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fecs/v1.69.0/v1.69.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/efs](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.41.5` -> `v1.41.6` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fefs/v1.41.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fefs/v1.41.5/v1.41.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/eks](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.74.10` -> `v1.75.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2feks/v1.75.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2feks/v1.74.10/v1.75.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.33.14` -> `v1.33.15` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2felasticloadbalancing/v1.33.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2felasticloadbalancing/v1.33.14/v1.33.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.54.0` -> `v1.54.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2felasticloadbalancingv2/v1.54.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2felasticloadbalancingv2/v1.54.0/v1.54.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/iam](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.52.1` -> `v1.52.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fiam/v1.52.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fiam/v1.52.1/v1.52.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/kms](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.48.3` -> `v1.49.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkms/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkms/v1.48.3/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/lambda](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.82.1` -> `v1.83.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2flambda/v1.83.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2flambda/v1.82.1/v1.83.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/networkfirewall](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.58.1` -> `v1.59.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fnetworkfirewall/v1.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fnetworkfirewall/v1.58.1/v1.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/networkmanager](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.41.0` -> `v1.41.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fnetworkmanager/v1.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fnetworkmanager/v1.41.0/v1.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/rds](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.110.0` -> `v1.111.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2frds/v1.111.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2frds/v1.110.0/v1.111.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/route53](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.60.1` -> `v1.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2froute53/v1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2froute53/v1.60.1/v1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/s3](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.92.0` -> `v1.92.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.92.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.92.0/v1.92.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/sesv2](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.54.5` -> `v1.55.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsesv2/v1.55.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsesv2/v1.54.5/v1.55.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/sns](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.39.6` -> `v1.39.7` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsns/v1.39.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsns/v1.39.6/v1.39.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/sqs](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.42.16` -> `v1.42.17` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsqs/v1.42.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsqs/v1.42.16/v1.42.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/ssm](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.67.3` -> `v1.67.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fssm/v1.67.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fssm/v1.67.3/v1.67.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/sts](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.41.1` -> `v1.41.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.41.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.41.1/v1.41.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/brianvoe/gofakeit/v7](https://redirect.github.com/brianvoe/gofakeit)
| `v7.9.0` -> `v7.11.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbrianvoe%2fgofakeit%2fv7/v7.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbrianvoe%2fgofakeit%2fv7/v7.9.0/v7.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/getsentry/sentry-go](https://redirect.github.com/getsentry/sentry-go)
| `v0.38.0` -> `v0.40.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetsentry%2fsentry-go/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetsentry%2fsentry-go/v0.38.0/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/harness/harness-go-sdk](https://redirect.github.com/harness/harness-go-sdk)
| `v0.6.3` -> `v0.6.5` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fharness%2fharness-go-sdk/v0.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fharness%2fharness-go-sdk/v0.6.3/v0.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [github.com/nats-io/nkeys](https://redirect.github.com/nats-io/nkeys)
| `v0.4.11` -> `v0.4.12` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fnats-io%2fnkeys/v0.4.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fnats-io%2fnkeys/v0.4.11/v0.4.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/posthog/posthog-go](https://redirect.github.com/posthog/posthog-go)
| `v1.6.12` -> `v1.6.13` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fposthog%2fposthog-go/v1.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fposthog%2fposthog-go/v1.6.12/v1.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/projectdiscovery/subfinder/v2](https://redirect.github.com/projectdiscovery/subfinder)
| `v2.10.0` -> `v2.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprojectdiscovery%2fsubfinder%2fv2/v2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprojectdiscovery%2fsubfinder%2fv2/v2.10.0/v2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/riverqueue/river](https://redirect.github.com/riverqueue/river)
| `v0.27.0` -> `v0.28.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2friverqueue%2friver/v0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2friverqueue%2friver/v0.27.0/v0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/riverqueue/river/riverdriver/riverpgxv5](https://redirect.github.com/riverqueue/river)
| `v0.27.0` -> `v0.28.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2friverqueue%2friver%2friverdriver%2friverpgxv5/v0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2friverqueue%2friver%2friverdriver%2friverpgxv5/v0.27.0/v0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/riverqueue/river/rivertype](https://redirect.github.com/riverqueue/river)
| `v0.27.0` -> `v0.28.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2friverqueue%2friver%2frivertype/v0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2friverqueue%2friver%2frivertype/v0.27.0/v0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

## ⚠️ Warning

These modules are almost certainly going to break everything. They do
every time they update. If you update even one repo's OTEL modules, go
will then pull in new versions due to
[MVS](https://research.swtch.com/vgo-mvs) which will cause your repo to
break. All [otel pull
requests](https://redirect.github.com/pulls?q=is%3Aopen+is%3Apr+user%3Aovermindtech+archived%3Afalse+label%3Aobservability+)
need to be merged basically at the same time, and after all of the
modules have been updated to be compatible with each other.

## ⚠️ Warning

These modules contain database migrations that need to be added manually
to our atlas migrations. Check the contents of
https://github.com/riverqueue/river/tree/master/rivermigrate/migration
before merging this update.

---

### Release Notes

<details>
<summary>aws/aws-sdk-go-v2
(github.com/aws/aws-sdk-go-v2/config)</summary>

###
[`v1.32.2`](https://redirect.github.com/aws/aws-sdk-go-v2/blob/HEAD/CHANGELOG.md#Release-2024-12-13)

#### Module Highlights

- `github.com/aws/aws-sdk-go-v2/service/cloudhsmv2`:
[v1.28.0](service/cloudhsmv2/CHANGELOG.md#v1280-2024-12-13)
- **Feature**: Add support for Dual-Stack hsm2m.medium clusters. The
customers will now be able to create hsm2m.medium clusters having both
IPv4 and IPv6 connection capabilities by specifying a new param called
NetworkType=DUALSTACK during cluster creation.
- `github.com/aws/aws-sdk-go-v2/service/ec2`:
[v1.197.0](service/ec2/CHANGELOG.md#v11970-2024-12-13)
- **Feature**: This release adds GroupId to the response for
DeleteSecurityGroup.
- `github.com/aws/aws-sdk-go-v2/service/eks`:
[v1.54.0](service/eks/CHANGELOG.md#v1540-2024-12-13)
- **Feature**: Add NodeRepairConfig in CreateNodegroupRequest and
UpdateNodegroupConfigRequest
- `github.com/aws/aws-sdk-go-v2/service/mediaconnect`:
[v1.36.0](service/mediaconnect/CHANGELOG.md#v1360-2024-12-13)
- **Feature**: AWS Elemental MediaConnect Gateway now supports Source
Specific Multicast (SSM) for ingress bridges. This enables you to
specify a source IP address in addition to a multicast IP when creating
or updating an ingress bridge source.
- `github.com/aws/aws-sdk-go-v2/service/networkmanager`:
[v1.32.2](service/networkmanager/CHANGELOG.md#v1322-2024-12-13)
- **Documentation**: There was a sentence fragment in
UpdateDirectConnectGatewayAttachment that was causing customer confusion
as to whether it's an incomplete sentence or if it was a typo. Removed
the fragment.
- `github.com/aws/aws-sdk-go-v2/service/servicediscovery`:
[v1.34.0](service/servicediscovery/CHANGELOG.md#v1340-2024-12-13)
- **Feature**: AWS Cloud Map now supports service-level attributes,
allowing you to associate custom metadata directly with services. These
attributes can be retrieved, updated, and deleted using the new
GetServiceAttributes, UpdateServiceAttributes, and
DeleteServiceAttributes API calls.

###
[`v1.32.1`](https://redirect.github.com/aws/aws-sdk-go-v2/blob/HEAD/CHANGELOG.md#Release-2024-10-07)

#### General Highlights

- **Dependency Update**: Updated to the latest SDK module versions

#### Module Highlights

- `github.com/aws/aws-sdk-go-v2`: v1.32.1
- **Bug Fix**: Remove private metrics collection APIs. These APIs were
annotated at the package level that they should not be used by callers
and could be removed at any time. With the release of self-instrumented
clients for SDK metrics, this internal code is obsolete.
- `github.com/aws/aws-sdk-go-v2/service/dataexchange`:
[v1.32.1](service/dataexchange/CHANGELOG.md#v1321-2024-10-07)
- **Bug Fix**: Allow serialization of headers with empty string for
prefix headers
- `github.com/aws/aws-sdk-go-v2/service/deadline`:
[v1.6.0](service/deadline/CHANGELOG.md#v160-2024-10-07)
- **Feature**: Add support for using the template from a previous job
during job creation and listing parameter definitions for a job.
- `github.com/aws/aws-sdk-go-v2/service/marketplacereporting`:
[v1.1.1](service/marketplacereporting/CHANGELOG.md#v111-2024-10-07)
- **Documentation**: Documentation-only update for AWS Marketplace
Reporting API.
- `github.com/aws/aws-sdk-go-v2/service/qconnect`:
[v1.12.0](service/qconnect/CHANGELOG.md#v1120-2024-10-07)
- **Feature**: This release adds support for the following capabilities:
Configuration of the Gen AI system via AIAgent and AIPrompts.
Integration support for Bedrock Knowledge Base.
- `github.com/aws/aws-sdk-go-v2/service/redshift`:
[v1.49.0](service/redshift/CHANGELOG.md#v1490-2024-10-07)
- **Feature**: Add validation pattern to S3KeyPrefix on the
EnableLogging API
- `github.com/aws/aws-sdk-go-v2/service/s3`:
[v1.65.1](service/s3/CHANGELOG.md#v1651-2024-10-07)
- **Bug Fix**: **CHANGE IN BEHAVIOR**: Allow serialization of headers
with empty string for prefix headers. We are deploying this fix because
the behavior is actively preventing users from transmitting keys with
empty values to the service. If you were setting metadata keys with
empty values before this change, they will now actually be sent to the
service.

</details>

<details>
<summary>brianvoe/gofakeit (github.com/brianvoe/gofakeit/v7)</summary>

###
[`v7.11.0`](https://redirect.github.com/brianvoe/gofakeit/compare/v7.10.0...v7.11.0)

[Compare
Source](https://redirect.github.com/brianvoe/gofakeit/compare/v7.10.0...v7.11.0)

###
[`v7.10.0`](https://redirect.github.com/brianvoe/gofakeit/compare/v7.9.0...v7.10.0)

[Compare
Source](https://redirect.github.com/brianvoe/gofakeit/compare/v7.9.0...v7.10.0)

</details>

<details>
<summary>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary>

###
[`v0.40.0`](https://redirect.github.com/getsentry/sentry-go/releases/tag/v0.40.0):
0.40.0

[Compare
Source](https://redirect.github.com/getsentry/sentry-go/compare/v0.39.0...v0.40.0)

The Sentry SDK team is happy to announce the immediate availability of
Sentry Go SDK v0.40.0.

##### Bug Fixes

- Disable `DisableTelemetryBuffer` flag and noop Telemetry Buffer, to
prevent a panic at runtime
([#&#8203;1149](https://redirect.github.com/getsentry/sentry-go/pull/1149)).

###
[`v0.39.0`](https://redirect.github.com/getsentry/sentry-go/releases/tag/v0.39.0):
0.39.0

[Compare
Source](https://redirect.github.com/getsentry/sentry-go/compare/v0.38.0...v0.39.0)

The Sentry SDK team is happy to announce the immediate availability of
Sentry Go SDK v0.39.0.

##### Features

- Drop events from the telemetry buffer when rate-limited or transport
is full, allowing the buffer queue to empty itself under load
([#&#8203;1138](https://redirect.github.com/getsentry/sentry-go/pull/1138)).

##### Bug Fixes

- Fix scheduler's `hasWork()` method to check if buffers are ready to
flush. The previous implementation was causing CPU spikes
([#&#8203;1143](https://redirect.github.com/getsentry/sentry-go/pull/1143)).

</details>

<details>
<summary>harness/harness-go-sdk
(github.com/harness/harness-go-sdk)</summary>

###
[`v0.6.5`](https://redirect.github.com/harness/harness-go-sdk/compare/v0.6.4...v0.6.5)

[Compare
Source](https://redirect.github.com/harness/harness-go-sdk/compare/v0.6.4...v0.6.5)

###
[`v0.6.4`](https://redirect.github.com/harness/harness-go-sdk/compare/v0.6.3...v0.6.4)

[Compare
Source](https://redirect.github.com/harness/harness-go-sdk/compare/v0.6.3...v0.6.4)

</details>

<details>
<summary>nats-io/nkeys (github.com/nats-io/nkeys)</summary>

###
[`v0.4.12`](https://redirect.github.com/nats-io/nkeys/releases/tag/v0.4.12)

[Compare
Source](https://redirect.github.com/nats-io/nkeys/compare/v0.4.11...v0.4.12)

#### What's Changed

- Add 'go mod tidy' to release workflow integrity checks by
[@&#8203;aricart](https://redirect.github.com/aricart) in
[#&#8203;75](https://redirect.github.com/nats-io/nkeys/pull/75)
- fix(deps): update golang.org/x/crypto to v0.45.0 by
[@&#8203;ktarplee](https://redirect.github.com/ktarplee) in
[#&#8203;79](https://redirect.github.com/nats-io/nkeys/pull/79)

#### New Contributors

- [@&#8203;ktarplee](https://redirect.github.com/ktarplee) made their
first contribution in
[#&#8203;79](https://redirect.github.com/nats-io/nkeys/pull/79)

**Full Changelog**:
<nats-io/nkeys@v0.4.11...v0.4.12>

</details>

<details>
<summary>posthog/posthog-go (github.com/posthog/posthog-go)</summary>

###
[`v1.6.13`](https://redirect.github.com/PostHog/posthog-go/releases/tag/v1.6.13)

[Compare
Source](https://redirect.github.com/posthog/posthog-go/compare/v1.6.12...v1.6.13)

#### What's Changed

- feat: Add SDK parity for date operators and inconclusive evaluation by
[@&#8203;dustinbyrne](https://redirect.github.com/dustinbyrne) in
[PostHog#131](https://redirect.github.com/PostHog/posthog-go/pull/131)

#### New Contributors

- [@&#8203;dustinbyrne](https://redirect.github.com/dustinbyrne) made
their first contribution in
[PostHog#131](https://redirect.github.com/PostHog/posthog-go/pull/131)

**Full Changelog**:
<PostHog/posthog-go@v1.6.12...v1.6.13>

</details>

<details>
<summary>projectdiscovery/subfinder
(github.com/projectdiscovery/subfinder/v2)</summary>

###
[`v2.10.1`](https://redirect.github.com/projectdiscovery/subfinder/releases/tag/v2.10.1)

[Compare
Source](https://redirect.github.com/projectdiscovery/subfinder/compare/v2.10.0...v2.10.1)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

- bump version by
[@&#8203;dogancanbakir](https://redirect.github.com/dogancanbakir) in
[#&#8203;1673](https://redirect.github.com/projectdiscovery/subfinder/pull/1673)

**Full Changelog**:
<projectdiscovery/subfinder@v2.9.0...v2.10.1>

</details>

<details>
<summary>riverqueue/river (github.com/riverqueue/river)</summary>

###
[`v0.28.0`](https://redirect.github.com/riverqueue/river/releases/tag/v0.28.0)

[Compare
Source](https://redirect.github.com/riverqueue/river/compare/v0.27.1...v0.28.0)

##### Added

- Added `riverlog.LoggerSafely` which provides a non-panic variant of
`riverlog.Logger` for use when code may or may not have a context logger
available. [PR
#&#8203;1093](https://redirect.github.com/riverqueue/river/pull/1093).

###
[`v0.27.1`](https://redirect.github.com/riverqueue/river/releases/tag/v0.27.1)

[Compare
Source](https://redirect.github.com/riverqueue/river/compare/v0.27.0...v0.27.1)

- Unique args: Handle embedded fields that are not structs. [PR
#&#8203;1088](https://redirect.github.com/riverqueue/river/pull/1088).
- Fix stack overflow when handling `river:"unique"` annotations on
recursive types. [PR
#&#8203;1090](https://redirect.github.com/riverqueue/river/pull/1090).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4pm on friday" in timezone
Europe/London, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/overmindtech/workspace).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ29sYW5nIiwib2JzZXJ2YWJpbGl0eSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
GitOrigin-RevId: 3302715857aa35c4c324722fc48994d8ad7fc4e9
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/stripe/stripe-go/v83](https://redirect.github.com/stripe/stripe-go)
| `v83.2.1` -> `v84.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fstripe%2fstripe-go%2fv83/v84.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fstripe%2fstripe-go%2fv83/v83.2.1/v84.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>stripe/stripe-go (github.com/stripe/stripe-go/v83)</summary>

###
[`v84.0.0`](https://redirect.github.com/stripe/stripe-go/releases/tag/v84.0.0)

[Compare
Source](https://redirect.github.com/stripe/stripe-go/compare/v83.2.1...v84.0.0)

This release changes the pinned API version to `2025-11-17.clover`.

- [#&#8203;2216](https://redirect.github.com/stripe/stripe-go/pull/2216)
Update generated code
- ⚠️ Change the type of `V2CoreEventDestinationParams.Metadata` and
`V2CoreEventDestinationUpdateParams.Metadata` to `map[string]*string`
from `map[string]string`. This supports the ability to remove a key from
a `Metadata` map by setting its value to `nil`.
- ⚠️ A corresponding change was made to the
`V2CoreEventDestinationParams.AddMetadata` method to set its second
argument to `*string` from `string`.
- [#&#8203;2215](https://redirect.github.com/stripe/stripe-go/pull/2215)
Update generated code
- ⚠️ Remove support for `GTE`, `Gt`, `LT`, and `Lte` on
`V2CoreEventListParams` in favor of `Created`.
- [#&#8203;2210](https://redirect.github.com/stripe/stripe-go/pull/2210)
Update v2 array parameter serialization to use indexed format
- `Retrieve` and `List` calls for `/v2` endpoints now use indexed format
(e.g., `?include[0]=foo&include[1]=bar`) instead of repeated parameter
format (e.g., `?include=foo&include=bar`) when communicating with the
Stripe API. This may break any unit tests that expect the latter
behavior when setting up a mock server. Instead, they should now expect
the former.
- [#&#8203;2206](https://redirect.github.com/stripe/stripe-go/pull/2206)
Update generated code
- Add support for new resources `TaxAssociation` and
`TerminalOnboardingLink`
  - Add support for `Find` method on resource `TaxAssociation`
  - Add support for `New` method on resource `TerminalOnboardingLink`
- Add support for `PaymentMethodConfiguration` on
`BillingPortalConfigurationFeaturesPaymentMethodUpdate`
- Add support for `TransactionID` on `ChargePaymentMethodDetailsIdeal`,
`PaymentAttemptRecordPaymentMethodDetailsIdeal`, and
`PaymentRecordPaymentMethodDetailsIdeal`
- Add support for new value `finom` on enums
`ConfirmationTokenPaymentMethodPreviewIdeal.Bank`,
`PaymentAttemptRecordPaymentMethodDetailsIdeal.Bank`, and
`PaymentRecordPaymentMethodDetailsIdeal.Bank`
- Add support for new value `FNOMNL22` on enums
`ConfirmationTokenPaymentMethodPreviewIdeal.BIC`,
`PaymentAttemptRecordPaymentMethodDetailsIdeal.BIC`, and
`PaymentRecordPaymentMethodDetailsIdeal.BIC`
- Add support for new value `tokenized_account_number_deactivated` on
enums
`ConfirmationTokenPaymentMethodPreviewUsBankAccountStatusDetailsBlocked.Reason`
and `PaymentMethodUsBankAccountStatusDetailsBlocked.Reason`
- Add support for `Created` on
`CustomerCustomerBalanceTransactionListParams` and
`InvoicePaymentListParams`
- Add support for new values
`financial_connections.account.account_numbers_updated` and
`financial_connections.account.upcoming_account_number_expiry` on enum
`Event.Type`
  - Add support for `AccountNumbers` on `FinancialConnectionsAccount`
- Add support for `FraudRisk` on
`IssuingAuthorizationRiskAssessmentParams`
  - Add support for `LatestFraudWarning` on `IssuingCard`
- Add support for `Hooks` on `PaymentIntentCaptureParams`,
`PaymentIntentConfirmParams`,
`PaymentIntentIncrementAuthorizationParams`, `PaymentIntentParams`, and
`PaymentIntent`
  - Add support for `MbWay` and `TWINT` on `RefundDestinationDetails`
- Add support for snapshot events
`EventTypeFinancialConnectionsAccountAccountNumbersUpdated` and
`EventTypeFinancialConnectionsAccountUpcomingAccountNumberExpiry` with
resource `FinancialConnectionsAccount`

See [the changelog for more
details](https://redirect.github.com/stripe/stripe-go/blob/v84.0.0/CHANGELOG.md).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4pm on friday" in timezone
Europe/London, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/overmindtech/workspace).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ29sYW5nIl19-->

GitOrigin-RevId: a557bf47141a9e581cf40a21d27ee64893fa1720
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | major | `v4` -> `v6` |
| [actions/setup-go](https://redirect.github.com/actions/setup-go) |
action | major | `v5` -> `v6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v6`](https://redirect.github.com/actions/checkout/compare/v5...v6)

[Compare
Source](https://redirect.github.com/actions/checkout/compare/v5...v6)

### [`v5`](https://redirect.github.com/actions/checkout/compare/v4...v5)

[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4...v5)

</details>

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v6`](https://redirect.github.com/actions/setup-go/compare/v5...v6)

[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v5...v6)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4pm on friday" in timezone
Europe/London, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/overmindtech/workspace).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

GitOrigin-RevId: 7927e262e3eb84a23356e44f66ab0f6f4dcdec45
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> Adds a configurable max time for blast radius analysis (UI, CLI, API)
that is enforced during processing and gracefully returns partial
results on timeout.
>
> - **Backend/Analysis**:
> - Add `BlastRadiusMaxTime time.Duration` to
`changeanalysis.ChangeAnalysisCalculationArgs` and plumb through job
args (`BlastRadiusJobArgs`) and queue path.
> - Enforce max time in `changeanalysis` by using `context.WithTimeout`;
on timeout, return collected snapshot/hypotheses instead of failing and
annotate spans/logs.
> - **Server/Admin UI**:
> - Add form field `blastRadiusMaxTime` (1–30 minutes), parse/validate,
and pass to `queueChangeBlastRadiusAnalysis` and worker args.
> - Update `llm.templ`/generated `llm_templ.go` to support the new
input.
> - **CLI**:
> - Add `--blast-radius-max-time` flag; include in
`sdp.BlastRadiusConfig.MaxBlastRadiusTime` when set.
> - **API/Proto**:
> - Extend `BlastRadiusConfig` with optional `maxBlastRadiusTime`
(`google.protobuf.Duration`); regenerate Go (`config.pb.go`) and TS
(`config_pb.ts`).
> - **Change Service**:
> - Accept and validate `maxBlastRadiusTime` from overrides (default
10m; clamp 1–30m) and include in analysis requests (V5/V6).
> - **Docs**:
> - Document `--blast-radius-max-time` usage, ranges, behavior, and CI
examples.
> - **Misc**:
> - Minor GCP doc cleanup; unrelated template line number churn due to
regeneration.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
e2b91ebf8db2217d3eef2e2f1e5a7707750d65af. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

GitOrigin-RevId: 2e94ab67945ed16e38e23dc5987645d1d03d33d9
…cemanager/compute/armcompute to v7 (#3177)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute](https://redirect.github.com/Azure/azure-sdk-for-go)
| `v1.0.0` -> `v7.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fresourcemanager%2fcompute%2farmcompute/v7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fAzure%2fazure-sdk-for-go%2fsdk%2fresourcemanager%2fcompute%2farmcompute/v1.0.0/v7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4pm on friday" in timezone
Europe/London, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/overmindtech/workspace).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ29sYW5nIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
GitOrigin-RevId: f75c426d1d06fb84f51790ab206da778aa527cb3
@dylanratcliffe dylanratcliffe merged commit 3c04640 into main Nov 28, 2025
@dylanratcliffe dylanratcliffe deleted the copybara/v1.10.5 branch November 28, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants