Skip to content

fix(deps): update go dependencies major (major) - #496

Draft
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-go-dependencies-major
Draft

fix(deps): update go dependencies major (major)#496
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-go-dependencies-major

Conversation

@renovate

@renovate renovate Bot commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/imdario/mergo v0.3.16v1.0.2 age confidence
github.com/vshn/k8up v1.99.99v2.16.0 age confidence
gopkg.in/yaml.v2 v2.4.0v3.0.1 age confidence

Release Notes

imdario/mergo (github.com/imdario/mergo)

v1.0.2

Compare Source

What's Changed

  • Drops gopkg.in/yaml.v3, only used for loading fixtures. Thanks @​trim21 for bringing to my attention (#​262) that this library is no longer maintained.

Full Changelog: darccio/mergo@v1.0.1...v1.0.2

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: darccio/mergo@v1.0.0...v1.0.1

v1.0.0: 1.0.0 released with new module URL: dario.cat/mergo

Compare Source

This PR is a release containing 0.3.15 features but changing the module URL to dario.cat/mergo.

What's Changed

Full Changelog: darccio/mergo@v0.3.16...v1.0.0

vshn/k8up (github.com/vshn/k8up)

v2.16.0

Compare Source

14 changes since v2.15.0

🚀 Features

  • Add unit tests for restic config validation and API types (#​1166)
  • Add BACKUP_GLOBAL_SKIP_SNAPSHOT_SYNC flag (#​1196)
  • monitoring: add k8up_schedule_last_job_succeeded gauge (#​1216)
  • Preserve volumeMounts from PodConfig (#​1223)
  • On schedule creation, create labeled metrics with value 0 (#​1203)

🐛 Fixes

  • Fix trailing slash in S3 endpoint causing empty bucket name (#​1160)
  • Fix nil pointer panic in S3Spec.RestoreEnvVars with nil receiver (#​1156)
  • Fix relaxed scheduling for mounted RWO volumes (#​1198)
  • Restrict job history cleanup to siblings of the same owner (#​1213)
  • Fix potentially duplicate volumes and mounts (#​1234)

🔗 Dependency Updates

  • Update mergo to v1 (dario.cat/mergo) (#​1173)
  • Update module github.com/restic/restic to v0.19.0 (#​1217)
  • Update module github.com/urfave/cli/v2 to v2.27.7 (#​1194)
  • Update module dario.cat/mergo to v1.0.2 (#​1209)

v2.15.0

Compare Source

3 changes since v2.14.0

This version of K8up changes the system requirements. Please consult the docs for more information.

🚀 Features

  • Add e2e test to validate YAML examples from documentation (#​1158)
  • Update CLI greeting and copyright notice (#​1176)

🐛 Fixes

  • Use websockets instead of SPDY for streaming (#​1183)

📄 Documentation

  • Add e2e test to validate YAML examples from documentation (#​1158)

v2.14.0

Compare Source

5 changes since v2.13.1

🚀 Features

  • Update restic to 0.18.1 (#​1126)
  • enhancement: Add restore filter based on timestamp of snapshots (#​1122)
  • enhancement: add support for restic's --delete parameter (#​1123)
  • enhancement: add support for restic's --path parameter to operator and cli (#​1121)
  • Improve sleep for reliable repository creation (#​1105)
  • Add flag to disable Snapshots CR sync (#​1112)

🐛 Fixes

  • Fix cluster label in backup metrics (#​1097)
  • bug: Unable to AND-join tags (#​1120)

🔗 Dependency Updates

  • chore(deps): update dependency go to v1.26.1 (#​993)

v2.13.1

Compare Source

1 changes since v2.13.0

🐛 Fixes

  • Remove bitnami image for cleanup jobs (#​1086)

v2.13.0

Compare Source

7 changes since v2.12.0

🚀 Features

  • App tmp and cache ephemeral dirs for restic (#​1056)
  • Sign images using cosign (#​1079)
  • Support backup image pull secret in configuration (#​1078)

🐛 Fixes

  • Fix for restic progress fps (#​1054)
  • Fix: Linter args and configuration (#​1060)
  • fix duplicate snapshots when using multiple labelSelector schedules (#​1066)

📄 Documentation

  • Add Information about backing up now (#​1076)

v2.12.0

Compare Source

4 changes since v2.11.3

🚀 Features

  • implement filtering PVCs/preBackupPods using labelSelectors (#​1045)
  • k8up-restic: pass exclude/file-from flags to restic from PVC annotations (#​1044)
  • feat: add clusterName label for identify each kubernetes cluster where K8UP is deployed (#​1030)

📄 Documentation

  • Clarify which yq to use for end-to-end tests (#​1039)

Contributors

Many thanks to the contributors:

v2.11.3

Compare Source

1 changes since v2.11.2

🐛 Fixes

  • Make sure the backup cleanup is always triggered (#​1033)

v2.11.2

Compare Source

1 changes since v2.11.1

🐛 Fixes

  • Fail if the backup command if the annotation exits != 0 (#​1027)

v2.11.1

Compare Source

4 changes since v2.11.0

📄 Documentation

  • fix(docs): Update Link to Prometheus example (#​989)

🔗 Dependency Updates

  • Update module golang.org/x/net to v0.23.0 [SECURITY] (#​958)
  • Update dependency bats to v1.11.0 (#​932)
  • fix(deps): update module go.uber.org/zap to v1.27.0 (#​939)

v2.11.0

Compare Source

5 changes since v2.10.0

🚀 Features

  • Unmounted RWO PVCs without NodeAffinity on the PV should be backed up as well (#​980)

🐛 Fixes

  • Ignore terminated Pods in mapping of PVCs to Pods (#​979)
  • Properly set logger before creating a typed client (#​988)

📄 Documentation

  • Update the tutorial to the latest k8up version (#​971)
  • Adjust the PR template to include signing off the commits (#​974)

v2.10.0

Compare Source

1 changes since v2.9.0

🚀 Features

  • Add full podSpec to all job types (#​968)

v2.9.0

Compare Source

3 changes since v2.8.0

🚀 Features

  • Add option to ignore PVCs without annotation (#​948)
  • [enhancement] Adding new feature for supporting self-signed certificate (#​949)

🐛 Fixes

  • bug: Add operator as mandatory argument (#​962)

v2.8.0

Compare Source

7 changes since v2.7.2

🚀 Features

  • Add option to use a custom path inside an Azure Blob Storage Container (#​916)

🐛 Fixes

  • Ignore commented-out targets in make help (#​903)
  • Fix/kind pod backup with command (#​915)
  • BUG: Set rest server credentials in repository URL (#​927)
  • Make e2e tests more reliable (#​944)

🔗 Dependency Updates

  • Update dependencies and e2e tests (#​930)
  • Update all renovate dependencies (#​937)

v2.7.2

Compare Source

1 changes since v2.7.1

🐛 Fixes

  • Don't drop the backend configuration for archives (#​868)

v2.7.1

Compare Source

3 changes since v2.7.0

NOTE: There's currently a known issue with the 2.7.x releases that can break the backups on update. Please remove all rolebindings named pod-executor-namespaced in namespaces where a backup is active after updating. We'll release an automated fix for this soon.

🚀 Features

  • Add darwin and windows to GOOS build targets (#​849)

🐛 Fixes

  • fix: exclude non-running pods from podlist (#​814)
  • Improve RBAC for the operator (#​852) (thanks for Nanzi Yang to make us aware of possible improvements)

v2.7.0

Compare Source

Attention: The helm chart doesn't update the CRDs, please apply the new CRDs after upgrading K8up.

6 changes since v2.6.0

🚀 Features

  • Save available snapshots into CRs (#​813)
  • adding new annotation to specify in which container inside pod backup should run (#​820)
  • Cli snapshot restore (#​831)

🐛 Fixes

  • Ensure there is a job for PreBackupPods if they exist. (#​824)
  • Add requeue to all job types (#​832)

📄 Documentation

  • Presentation slides update (#​821)
  • adding new annotation to specify in which container inside pod backup should run (#​820)

v2.6.0

Compare Source

27 changes since v2.5.3

NOTE: This release brings initial RWO support. K8up will by default backup all PVCs it finds in the given namespace. If you don't want to back up RWO PVCs, please annotate them with k8up.io/backup: false.

Please re-apply the CRDs while updating to this release, as they have been adjusted. If you rely on the EffectiveSchedules in any external app, please take note that it was removed and the information move to the status field of schedules.

🚀 Features

  • feat: add support for RWO PVCs backups (#​801)

🛠️ Minor Changes

  • Drop old Kubernetes suppport (#​767)
  • Replace old env var in e2e test (#​772)
  • Simplify JobObject interface (#​782)
  • Setup golangci-lint (replace CodeClimate) (#​785)
  • Free Backup controller from internal Observer (#​781)
  • Free Schedule, Restore and Archive controllers from internal observer (#​784)
  • Free Check and Prune from internal Observer, rework exclusive job queueing (#​789)
  • Rework internal job queueing (#​791)
  • Cleanup codebase after refactorings (#​797)
  • rollback changes to samples (#​802)
  • fix owner reconciliation (#​807)

🔎 Breaking Changes

  • Move randomized schedules to Status and remove EffectiveSchedules CRD (#​774)

📄 Documentation

  • Document options for restoring as non-root user (#​776)
  • Remove K8upJobStuck alert runbook (#​794)
  • Update docs with RWO backup feature (#​815)

🔗 Dependency Updates

  • Update module github.com/urfave/cli/v2 to v2.23.2 (#​759)
  • Update docker.io/library/alpine Docker tag to v3.17 (#​765)
  • Update module sigs.k8s.io/controller-runtime to v0.13.1 (#​762)
  • Update module github.com/prometheus/client_golang to v1.14.0 (#​761)
  • Update module github.com/minio/minio-go/v7 to v7.0.44 (#​757)
  • Update module go.uber.org/zap to v1.24.0 (#​769)
  • Update goreleaser/goreleaser-action action to v4 (#​780)
  • Update module github.com/stretchr/testify to v1.8.1 (#​760)
  • Update module github.com/urfave/cli/v2 to v2.23.7 (#​793)
  • Update dependency bats to v1.9.0 (#​753)
  • Update module github.com/minio/minio-go/v7 to v7.0.49 (#​768)

v2.5.3

Compare Source

This is maintenance release for the documentation. There are no changes in the K8up code.

🐛 Fixes

  • Fixed to the documentation build system

v2.5.2

Compare Source

8 changes since v2.5.1

🐛 Fixes

  • Restic: Improve error handling when stats dir doesn't exist (#​755)
  • Decrease the queue counter unconditionally (#​752)

🔗 Dependency Updates

  • Update paambaati/codeclimate-action action to v3.1.0 (#​750)
  • Update kubernetes packages to v0.25.3 (#​749)
  • Update module github.com/urfave/cli/v2 to v2.20.2 (#​744)
  • Update module github.com/minio/minio-go/v7 to v7.0.41 (#​740)
  • Update paambaati/codeclimate-action action to v3.1.1 (#​756)
  • Update paambaati/codeclimate-action action to v3.2.0 (#​758)

v2.5.1

Compare Source

4 changes since v2.5.0

🐛 Fixes

  • Workaround operator not marking completed jobs in CRs (#​738)

🔗 Dependency Updates

  • Update kubernetes packages to v0.25.2 (#​739)
  • Update module sigs.k8s.io/controller-tools to v0.10.0 (#​742)
  • Update module github.com/urfave/cli/v2 to v2.16.3 (#​732)

v2.5.0

Compare Source

15 changes since v2.4.0

🚀 Features

  • Expose job activeDeadlineSeconds parameter (#​731)

🛠️ Minor Changes

  • Optimize Tooling for local dev environment (#​729)

🔗 Dependency Updates

  • Update module github.com/urfave/cli/v2 to v2.11.1 (#​710)
  • Update k8s.io/utils digest to ee6ede2 (#​713)
  • Update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to f035121 (#​714)
  • Update module github.com/prometheus/client_golang to v1.13.0 (#​717)
  • Update module go to 1.19 (#​715)
  • Update module github.com/urfave/cli/v2 to v2.11.2 (#​720)
  • Update module go.uber.org/zap to v1.22.0 (#​719)
  • Update module go.uber.org/zap to v1.23.0 (#​722)
  • Update k8s.io/utils digest to e9cbc92 (#​724)
  • Update module github.com/restic/restic to v0.14.0 (#​723)
  • Update module sigs.k8s.io/controller-runtime to v0.13.0 (#​728)
  • Update module github.com/minio/minio-go/v7 to v7.0.36 (#​711)
  • Update module github.com/urfave/cli/v2 to v2.14.1 (#​726)

v2.4.0

Compare Source

12 changes since v2.3.3

🛠️ Minor Changes

  • Integrate K8up Helm chart (#​705)
  • Migrate to Helm rollouts in local development (#​707)

🐛 Fixes

  • Add '--host' parameter to 'restic forget' call in Prune jobs (#​698)

📄 Documentation

  • Fix restore spec in how-to (#​704)
  • Replace python script with yq in tutorial (#​708)

🔗 Dependency Updates

  • Update azure/setup-kubectl action to v3 (#​697)
  • Update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to 365ae09 (#​700)
  • Update module github.com/urfave/cli/v2 to v2.11.0 (#​703)
  • Update module sigs.k8s.io/controller-runtime to v0.12.3 (#​701)
  • Update module github.com/minio/minio-go/v7 to v7.0.31 (#​679)
  • Update module sigs.k8s.io/controller-tools to v0.9.2 (#​699)
  • Update module github.com/stretchr/testify to v1.8.0 (#​693)

v2.3.3

Compare Source

3 changes since v2.3.2

🐛 Fixes

  • Add more "acceptable errors" on repo initialization (#​696)

🔗 Dependency Updates

  • Update module sigs.k8s.io/controller-runtime to v0.12.2 (#​659)
  • Update module github.com/urfave/cli/v2 to v2.10.3 (#​672)

v2.3.2

Compare Source

6 changes since v2.3.1

🐛 Fixes

  • Fix nil pointer panic in Archive spec (#​695)

📄 Documentation

  • Replace Helm installation instructions with link (#​692)
  • Fix PreBackupPod backupCommand in the documentation (#​685)

🔗 Dependency Updates

  • Update kubernetes packages to v0.24.1 (#​678)
  • Update module github.com/restic/restic to v0.13.1 (#​628)
  • Update module github.com/stretchr/testify to v1.7.2 (#​684)

v2.3.1

Compare Source

2 changes since v2.3.0

🛠️ Minor Changes

  • Separate tools in Go modules (#​681)

🔗 Dependency Updates

v2.3.0

Compare Source

4 changes since v2.2.1

🔎 Breaking Changes

  • Append /v2 in Go module path (#​680)

📄 Documentation

  • Add additional port for webUI in tutorial (#​666)

🔗 Dependency Updates

  • Update module sigs.k8s.io/controller-tools to v0.9.0 (#​674)
  • Update module github.com/imdario/mergo to v0.3.13 (#​677)

v2.2.1

Compare Source

5 changes since v2.2.0

🐛 Fixes

  • Fix panic when merging PodSecuritySontext from Schedule (#​676)

🔗 Dependency Updates

  • Update module github.com/urfave/cli/v2 to v2.7.1 (#​667)
  • Update module sigs.k8s.io/kind to v0.14.0 (#​668)
  • Update goreleaser/goreleaser-action action to v3 (#​670)
  • Update dependency docker.io/library/alpine to v3.16 (#​675)

v2.2.0

Compare Source

16 changes since v2.1.3

🚀 Features

  • Add 'envFrom' generic configuration for backend spec (#​657)

🛠️ Minor Changes

  • Add kind-minio target to makefile (#​640)

📄 Documentation

  • Ensure https is shown in code block in tutorial (#​661)

🔗 Dependency Updates

  • Update module github.com/minio/minio-go/v7 to v7.0.24 (#​641)
  • Update kubernetes packages to v0.23.6 (#​645)
  • Update docker/login-action action to v2 (#​652)
  • Update docker/setup-buildx-action action to v2 (#​653)
  • Update module github.com/minio/minio-go/v7 to v7.0.26 (#​656)
  • Update kubernetes packages to v0.24.0 (#​650)
  • Update docker/setup-qemu-action action to v2 (#​654)
  • Update mikepenz/release-changelog-builder-action action to v3 (#​642)
  • Update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to 51159d3 (#​634)
  • Update module github.com/urfave/cli/v2 to v2.6.0 (#​647)
  • Update module sigs.k8s.io/kind to v0.13.0 (#​658)
  • Update dependency bats to v1.7.0 (#​662)
  • Update module github.com/prometheus/client_golang to v1.12.2 (#​660)

v2.1.3

Compare Source

5 changes since v2.1.2

🐛 Fixes

  • Fix tags not being applied to restic snapshots (#​635)

🔗 Dependency Updates

  • Update module sigs.k8s.io/controller-runtime to v0.11.2 (#​631)
  • Update k8s.io/utils digest to 3a6ce19 (#​632)
  • Update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to b921952 (#​633)
  • Update mikepenz/action-junit-report action to v3 (#​630)

v2.1.2

Compare Source

14 changes since v2.1.1

🐛 Fixes

  • Fix k8up_schedules_gauge decreased when schedules created (#​627)

📄 Documentation

  • Add note that restore to PVC doesn't work if backup from stdin (#​620)

🔗 Dependency Updates

  • Update antora-preview image to v3.0.1 (#​624)
  • Update module github.com/elastic/crd-ref-docs to v0.0.8 (#​618)
  • Update kubernetes packages to v0.23.5 (#​623)
  • Update module github.com/stretchr/testify to v1.7.1 (#​622)
  • Update module github.com/go-logr/logr to v1.2.3 (#​625)
  • Update module sigs.k8s.io/kustomize/kustomize/v4 to v4.5.4 (#​605)
  • Update module github.com/urfave/cli/v2 to v2.4.0 (#​621)
  • Update actions/cache action to v3 (#​629)
  • Update module github.com/minio/minio-go/v7 to v7.0.23 (#​587)
  • Update module sigs.k8s.io/kind to v0.12.0 (#​617)
  • Update module sigs.k8s.io/controller-tools to v0.8.0 (#​591)
  • Update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to c46b410 (#​603)

v2.1.1

Compare Source

21 changes since v2.1.0

📄 Documentation

  • K8up Project Governance (#​575)
  • Add application aware mongodb backup example (#​607)
  • Fix typo in documentation (#​594)

🔗 Dependency Updates

  • Update k8s.io/utils commit hash to 6203023 (#​572)
  • Update module sigs.k8s.io/controller-runtime to v0.11.0 (#​586)
  • Update module github.com/minio/minio-go/v7 to v7.0.18 (#​579)
  • Update sigs.k8s.io/controller-runtime/tools/setup-envtest commit hash to 46179a0 (#​589)
  • Update k8s.io/utils commit hash to 7d6a63d (#​588)
  • Update module go.uber.org/zap to v1.20.0 (#​590)
  • Update module github.com/prometheus/client_golang to v1.12.0 (#​598)
  • Update module github.com/prometheus/client_golang to v1.12.1 (#​600)
  • Update sigs.k8s.io/controller-runtime/tools/setup-envtest commit hash to 7ba3e55 (#​602)
  • Update k8s.io/utils commit hash to 9b34465 (#​601)
  • Update module sigs.k8s.io/kustomize/kustomize/v4 to v4.5.0 (#​604)
  • Update module go.uber.org/zap to v1.21.0 (#​606)
  • Update module sigs.k8s.io/controller-runtime to v0.11.1 (#​608)
  • Update actions/setup-go action to v3 (#​614)
  • Update module github.com/go-logr/zapr to v1.2.3 (#​611)
  • Update kubernetes packages to v0.23.4 (#​599)
  • Update dependency bats to v1.6.0 (#​613)
  • Update actions/checkout action to v3 (#​616)

v2.1.0

Compare Source

9 changes since v2.0.1

We're happy to announce that K8up has been accepted into CNCF as a sandbox project.
As part of the onboarding we changed the licensing from BSD-3-Clause to Apache 2.0 in ea07730 (#​564) for all K8up projects.

🛠️ Minor Changes

  • Add CII Badge to README (#​560)
  • Change license from BSD-3-Clause to Apache 2.0 (#​564)

🐛 Fixes

  • Add K8up label K8uplabel to the Job (#​570)

📄 Documentation

🔗 Dependency Updates

  • Update docker.io/library/alpine Docker tag to v3.15 (#​559)
  • Update module sigs.k8s.io/kustomize/kustomize/v4 to v4.4.1 (#​553)
  • Update module sigs.k8s.io/controller-runtime to v0.10.3 (#​552)
  • Update module github.com/minio/minio-go/v7 to v7.0.16 (#​569)

Docker images

  • docker pull ghcr.io/k8up-io/k8up:v2.1.0
  • docker pull quay.io/k8up-io/k8up:v2.1.0
  • docker pull ghcr.io/k8up-io/k8up:v2
  • docker pull quay.io/k8up-io/k8up:v2

v2.0.1

Compare Source

6 changes since v2.0.0

🛠️ Minor Changes

  • refactor: move from io/ioutil to io and os package (#​542)

🐛 Fixes

  • Rename prometheus metrics namespace from 'baas' to 'k8up' (#​551)

🔗 Dependency Updates

  • Update module sigs.k8s.io/kustomize/kustomize/v4 to v4.4.0 (#​548)
  • Update module github.com/minio/minio-go/v7 to v7.0.15 (#​540)
  • Update dependency bats to v1.5.0 (#​543)
  • Update module k8s.io/client-go to v0.22.3 (#​546)

Docker images

  • docker pull ghcr.io/k8up-io/k8up:v2.0.1
  • docker pull quay.io/k8up-io/k8up:v2.0.1
  • docker pull ghcr.io/k8up-io/k8up:v2
  • docker pull quay.io/k8up-io/k8up:v2

v2.0.0

Compare Source

25 changes since v1.2.0

This is a major new release. Please visit the documentation at https://k8up.io/k8up/2.0/explanations/what-has-changed-in-v2.html

🚀 Features

  • Add podSecurityContext to Schedule and schedulable actions (#​499)
  • ARM64 K8up (#​510)

🛠️ Minor Changes

  • Fix Makefile for docker-push target (#​486)
  • Improve Code Quality and Maintainability (#​489)
  • Unified Logging (#​494)
  • Unified Command Line Interface (#​495)
  • Replace vshn/wrestic with unified vshn/k8up Docker image (#​497)
  • Changes 'k8up.syn.tools/' to 'k8up.io/' for k8s annotations (#​511)
  • Replace vshn with k8up-io (#​506)
  • Automate the release of documentation for Antora (#​517)
  • Reduce Renovate noise for packages with commit hashes (#​536)

🔎 Breaking Changes

  • Replace vshn/wrestic with unified vshn/k8up Docker image (#​497)
  • Changes 'k8up.syn.tools/' to 'k8up.io/' for k8s annotations (#​511)
  • Rename CRDs backup.appuio.ch -> k8up.io (#​509)
  • Replace vshn with k8up-io (#​506)
  • Update Kubernetes to v1.22 (Remove support for OpenShift 3.11) (#​537)

🐛 Fixes

  • Send post webhook even if backup dir does not exist (#​531)
  • Fix STATS_URL and PROM_URL not being applied to backup pod (#​538)

📄 Documentation

  • Improve Architecture Documentation (#​498)
  • How to Upgrade to v2 (#​500)
  • De-partialize documentation navigation (#​514)
  • Fixes link to k8up helm chart in docs (#​525)
  • Explain K8up Backup Methods (#​526)

🔗 Dependency Updates

  • Upgrade Go to v1.17 (#​492)
  • Update module go.uber.org/zap to v1.19.1 (#​475)
  • Update module github.com/minio/minio-go/v7 to v7.0.14 (#​501)
  • Update k8s.io/utils commit hash to d34e5cb (#​428)
  • Update paambaati/codeclimate-action action to v3 (#​532)

Docker images

  • docker pull ghcr.io/k8up-io/k8up:v2.0.0
  • docker pull quay.io/k8up-io/k8up:v2.0.0
  • docker pull ghcr.io/k8up-io/k8up:v2
  • docker pull quay.io/k8up-io/k8up:v2
go-yaml/yaml (gopkg.in/yaml.v2)

v3.0.1

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Apr 23, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/imdario/mergo@v1.0.1 (replaced by github.com/imdario/mergo@v1.0.2): parsing go.mod:
	module declares its path as: dario.cat/mergo
	        but was required as: github.com/imdario/mergo

@renovate
renovate Bot force-pushed the renovate/major-go-dependencies-major branch 2 times, most recently from 47ceb08 to 6775107 Compare April 28, 2026 00:48
@renovate
renovate Bot force-pushed the renovate/major-go-dependencies-major branch 2 times, most recently from 93b4a87 to bbc5d04 Compare May 6, 2026 06:54
@renovate
renovate Bot force-pushed the renovate/major-go-dependencies-major branch 3 times, most recently from a04ac04 to cf40658 Compare July 23, 2026 09:37
@renovate
renovate Bot force-pushed the renovate/major-go-dependencies-major branch from cf40658 to 6321e3f Compare July 23, 2026 21:28
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.

0 participants