Skip to content

fix(deps): update module github.com/prometheus/client_golang to v1.23.0 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

hjoshi123
Copy link
Owner

This PR contains the following updates:

Package Change Age Confidence
github.com/prometheus/client_golang v1.22.0 -> v1.23.0 age confidence

Note: This PR was automatically created by Renovate Bot.

Before merging:

  • Ensure all tests pass

  • Review the changelog/release notes of updated dependencies

  • Check for any breaking changes

  • Verify cert-manager still builds correctly


Release Notes

prometheus/client_golang (github.com/prometheus/client_golang)

v1.23.0: - 2025-07-30

Compare Source

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #​1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #​1766
  • [FEATURE] Add exemplars for native histograms #​1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #​1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #​1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #​1729
All Changes * Update example test by @​SuperQ in https://github.com/prometheus/client_golang/pull/1770 * build(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tutorials/whatsup by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1776 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1771 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1778 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1779 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1782 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1781 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1783 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1784 * build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1786 * chore: Upgrade golangci-lint to v2 by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1789 * build(deps): bump the github-actions group across 1 directory with 3 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1790 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1791 * Add `WrapCollectorWith` and `WrapCollectorWithPrefix` by @​colega in https://github.com/prometheus/client_golang/pull/1766 * feat(github-actions): add Go file change detection to golangci-lint workflow by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1794 * chore(ci): Fix flaky tests by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1795 * build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /tutorials/whatsup by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1799 * test(registry): Add goleak-based goroutine leak detection by @​surinkim in https://github.com/prometheus/client_golang/pull/1797 * build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1806 * build(deps): bump the github-actions group with 2 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1804 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1809 * Add exemplars for native histograms by @​shivanthzen in https://github.com/prometheus/client_golang/pull/1686 * build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1807 * build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1805 * build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1808 * build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1800 * Update supported Go versions by @​SuperQ in https://github.com/prometheus/client_golang/pull/1812 * Cleaup Go modules by @​SuperQ in https://github.com/prometheus/client_golang/pull/1813 * fix: client prompt return on context cancellation by @​umegbewe in https://github.com/prometheus/client_golang/pull/1729 * Simplify buf binary install by @​SuperQ in https://github.com/prometheus/client_golang/pull/1814 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1815 * build(deps): bump the github-actions group with 5 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1817 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1821 * exp/api: Bubble up status code from writeResponse by @​saswatamcode in https://github.com/prometheus/client_golang/pull/1823 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1827 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1828 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1831 * Update runtime metrics for Go v1.23 and v1.24 by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1833 * Fix `errNotImplemented` reference by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1835 * build(deps): bump the github-actions group with 3 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1826 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1832 * Cut v1.23.0-rc.0 by @​vesari in https://github.com/prometheus/client_golang/pull/1837 * cut v1.23.0-rc.1 by @​vesari in https://github.com/prometheus/client_golang/pull/1842

New Contributors

Full Changelog: https://github.com/prometheus/client\_golang/compare/v1.22.0...v1.23.0


Configuration

📅 Schedule: 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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

@hjoshi123
Copy link
Owner 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: undefined
Command failed: make generate
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
go: downloading github.com/prometheus/client_golang v1.23.0
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
W0812 19:50:32.670004   19410 library.go:140] "github.com/modern-go/reflect2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/reflect2_amd64.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mips64x.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mipsx.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_ppc64x.s
W0812 19:50:32.670228   19410 library.go:140] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
W0812 19:50:32.670314   19410 library.go:140] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
W0812 19:50:32.672121   19410 library.go:140] "golang.org/x/crypto/chacha20poly1305" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/chacha20poly1305/chacha20poly1305_amd64.s
W0812 19:50:32.672147   19410 library.go:140] "golang.org/x/crypto/internal/poly1305" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/internal/poly1305/sum_amd64.s
W0812 19:50:32.672156   19410 library.go:140] "golang.org/x/sys/cpu" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/cpu/cpu_gc_x86.s
W0812 19:50:32.672637   19410 library.go:140] "golang.org/x/crypto/blake2b" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/blake2b/blake2bAVX2_amd64.s
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/blake2b/blake2b_amd64.s
W0812 19:50:32.672659   19410 library.go:140] "github.com/golang/snappy" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/golang/[email protected]/decode_amd64.s
/home/ubuntu/go/pkg/mod/github.com/golang/[email protected]/encode_amd64.s
W0812 19:50:32.672668   19410 library.go:140] "github.com/pierrec/lz4" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/pierrec/[email protected]+incompatible/decode_amd64.s
W0812 19:50:32.672759   19410 library.go:140] "golang.org/x/crypto/salsa20/salsa" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/salsa20/salsa/salsa20_amd64.s
W0812 19:50:33.669769   19410 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:33.669800   19410 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:33.669811   19410 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:33.669819   19410 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:33.669829   19410 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:33.669844   19410 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:33.669858   19410 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
/etc/bash.bashrc: line 7: PS1: unbound variable
W0812 19:50:34.939263   19434 library.go:140] "github.com/modern-go/reflect2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/reflect2_amd64.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mips64x.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mipsx.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_ppc64x.s
W0812 19:50:34.939495   19434 library.go:140] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
W0812 19:50:34.939593   19434 library.go:140] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
W0812 19:50:35.206070   19434 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:35.206169   19434 library.go:393] module github.com/cert-manager/cert-manager/acmesolver-binary has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
/etc/bash.bashrc: line 7: PS1: unbound variable
W0812 19:50:36.227750   19458 library.go:140] "github.com/modern-go/reflect2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/reflect2_amd64.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mips64x.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mipsx.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_ppc64x.s
W0812 19:50:36.227899   19458 library.go:140] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
W0812 19:50:36.227982   19458 library.go:140] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
W0812 19:50:36.618405   19458 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:36.618465   19458 library.go:393] module github.com/cert-manager/cert-manager/cainjector-binary has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
/etc/bash.bashrc: line 7: PS1: unbound variable
W0812 19:50:37.797505   19484 library.go:140] "github.com/modern-go/reflect2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/reflect2_amd64.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mips64x.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mipsx.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_ppc64x.s
W0812 19:50:37.797669   19484 library.go:140] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
W0812 19:50:37.797733   19484 library.go:140] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
W0812 19:50:37.799342   19484 library.go:140] "golang.org/x/crypto/chacha20poly1305" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/chacha20poly1305/chacha20poly1305_amd64.s
W0812 19:50:37.799358   19484 library.go:140] "golang.org/x/crypto/internal/poly1305" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/internal/poly1305/sum_amd64.s
W0812 19:50:37.799362   19484 library.go:140] "golang.org/x/sys/cpu" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/cpu/cpu_gc_x86.s
W0812 19:50:37.799774   19484 library.go:140] "golang.org/x/crypto/blake2b" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/blake2b/blake2bAVX2_amd64.s
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/blake2b/blake2b_amd64.s
W0812 19:50:37.799785   19484 library.go:140] "github.com/golang/snappy" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/golang/[email protected]/decode_amd64.s
/home/ubuntu/go/pkg/mod/github.com/golang/[email protected]/encode_amd64.s
W0812 19:50:37.799790   19484 library.go:140] "github.com/pierrec/lz4" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/pierrec/[email protected]+incompatible/decode_amd64.s
W0812 19:50:37.799847   19484 library.go:140] "golang.org/x/crypto/salsa20/salsa" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/salsa20/salsa/salsa20_amd64.s
W0812 19:50:38.677677   19484 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:38.677714   19484 library.go:393] module github.com/cert-manager/cert-manager/controller-binary has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:38.677732   19484 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:38.677750   19484 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:38.677774   19484 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:38.677790   19484 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:38.677809   19484 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:38.677825   19484 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
/etc/bash.bashrc: line 7: PS1: unbound variable
W0812 19:50:39.760085   19508 library.go:140] "github.com/modern-go/reflect2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/reflect2_amd64.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mips64x.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mipsx.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_ppc64x.s
W0812 19:50:39.760214   19508 library.go:140] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
W0812 19:50:39.760804   19508 library.go:140] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
W0812 19:50:40.197801   19508 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:40.198016   19508 library.go:393] module github.com/cert-manager/cert-manager/startupapicheck-binary has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
/etc/bash.bashrc: line 7: PS1: unbound variable
W0812 19:50:41.184057   19530 library.go:140] "github.com/modern-go/reflect2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/reflect2_amd64.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mips64x.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mipsx.s
/home/ubuntu/go/pkg/mod/github.com/modern-go/[email protected]/relfect2_ppc64x.s
W0812 19:50:41.184218   19530 library.go:140] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
W0812 19:50:41.184304   19530 library.go:140] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/home/ubuntu/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
W0812 19:50:41.771903   19530 library.go:393] module github.com/cert-manager/cert-manager/webhook-binary has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
W0812 19:50:41.772093   19530 library.go:393] module github.com/cert-manager/cert-manager has empty version, defaults to HEAD. The license URL may be incorrect. Please verify!
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
/etc/bash.bashrc: line 7: PS1: unbound variable
+++ Generating code...
+++ Generating ACME openapi...
+++ Generating client openapi...
+++ Generating deepcopy methods...
+++ Generating applyconfigurations...
./hack/k8s-codegen.sh: line 165: /home/ubuntu/go/bin/models-schema: No such file or directory
F0812 19:50:57.838258   21048 targets.go:69] Failed build type models from typeModels /dev/fd/63: failed to unmarshal typeModels JSON: unexpected end of JSON input
make[1]: *** [make/ci.mk:33: generate-codegen] Error 255
make: *** [make/_shared/generate-verify/02_mod.mk:20: generate] Error 2

@hjoshi123
Copy link
Owner Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@hjoshi123 hjoshi123 force-pushed the bug/renovate-config branch 2 times, most recently from 8b94d93 to f52d2ca Compare August 13, 2025 02:06
@hjoshi123 hjoshi123 closed this Aug 13, 2025
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.

1 participant