Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
github.com/canonical/identity-platform-api require digest 4e11f02 -> d608825 age confidence
github.com/canonical/rebac-admin-ui-handlers require minor v0.1.2 -> v0.2.0 age confidence
github.com/coreos/go-oidc/v3 require minor v3.14.1 -> v3.16.0 age confidence
github.com/go-playground/validator/v10 require minor v10.22.1 -> v10.28.0 age confidence
github.com/grpc-ecosystem/grpc-gateway/v2 require minor v2.26.3 -> v2.27.3 age confidence
github.com/ory/hydra-client-go/v2 require minor v2.1.1 -> v2.2.1 age confidence
github.com/ory/kratos-client-go require minor v1.1.0 -> v1.3.8 age confidence
github.com/pressly/goose/v3 require minor v3.24.3 -> v3.26.0 age confidence
github.com/prometheus/client_golang require minor v1.17.0 -> v1.23.2 age confidence
github.com/spf13/cobra require minor v1.8.1 -> v1.10.1 age confidence
github.com/stretchr/testify require minor v1.10.0 -> v1.11.1 age confidence
github.com/tomnomnom/linkheader require digest 02ca582 -> e5fe3b5 age confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp require minor v0.49.0 -> v0.63.0 age confidence
go.opentelemetry.io/contrib/propagators/jaeger require minor v1.20.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel require minor v1.35.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace require minor v1.19.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc require minor v1.19.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp require minor v1.19.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace require minor v1.19.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/sdk require minor v1.34.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/trace require minor v1.35.0 -> v1.38.0 age confidence
go.uber.org/mock require minor v0.4.0 -> v0.6.0 age confidence
golang.org/x/oauth2 require minor v0.28.0 -> v0.32.0 age confidence
google.golang.org/genproto/googleapis/rpc require digest b45e905 -> 3a174f9 age confidence
google.golang.org/grpc require minor v1.71.3 -> v1.76.0 age confidence
k8s.io/api require minor v0.28.15 -> v0.34.1 age confidence
k8s.io/apimachinery require minor v0.28.15 -> v0.34.1 age confidence
k8s.io/client-go require minor v0.28.15 -> v0.34.1 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

canonical/rebac-admin-ui-handlers (github.com/canonical/rebac-admin-ui-handlers)

v0.2.0

Compare Source

Features
  • error-response-mapper: update MapError to use the context (1fe817e)
Bug Fixes
  • test: use latest version of upload-artifact (b55d122)
coreos/go-oidc (github.com/coreos/go-oidc/v3)

v3.16.0

Compare Source

What's Changed

  • refactor: Remove unused time injection from RemoteKeySet by @​ponimas in #​466
  • bump go to 1.24, remove 1.23 support, bump go-jose dependency, remove x/net dependency by @​wardviaene in #​467

New Contributors

Full Changelog: coreos/go-oidc@v3.15.0...v3.16.0

v3.15.0

Compare Source

What's Changed

Full Changelog: coreos/go-oidc@v3.14.1...v3.15.0

go-playground/validator (github.com/go-playground/validator/v10)

v10.28.0: Release 10.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.27.0...v10.28.0

v10.27.0: Release 10.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.26.0...v10.27.0

v10.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.25.0...v10.26.0

v10.25.0: Release 10.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.24.0...v10.25.0

v10.24.0: Release 10.24.0

Compare Source

What's Changed

The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling net package.

Full Changelog: go-playground/validator@v10.23.0...v10.24.0

v10.23.0: Release 10.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.22.1...v10.23.0

grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)

v2.27.3

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.2...v2.27.3

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.1...v2.27.2

v2.27.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.0...v2.27.1

v2.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.26.3...v2.26.4

ory/hydra-client-go (github.com/ory/hydra-client-go/v2)

v2.2.1

Compare Source

v2.2.0

Compare Source

ory/kratos-client-go (github.com/ory/kratos-client-go)

v1.3.8

Compare Source

v1.3.7

Compare Source

v1.3.6

Compare Source

v1.3.5

Compare Source

v1.3.4

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

pressly/goose (github.com/pressly/goose/v3)

v3.26.0

Compare Source

  • Add *slog.Logger support to goose provider via option WithSlog (#​989)
  • Add convenience WithTableName provider option (#​985)
  • Minor bug fixes and dependency upgrades
  • Add general purpose Locker interface to support DB locking with a table-based Postgres
    implementation via lock.NewPostgresTableLocker (#​993 for more details)
    • Unlike SessionLocker, this uses the *sql.DB connection pool
    • Add WithLocker option to goose provider

v3.25.0

Compare Source

  • Upgrade go deps (#​976)
  • Remove references/tests for vertica and add deprecation warnings (#​978)
  • Add Aurora DSQL as a new database dialect to goose Provider (#​971)
  • Add DDL isolation support for Aurora DSQL compatibility (#​970)
  • Update Apply to respect no versioning option (#​950)
  • Expose dialect Querier (#​939)
prometheus/client_golang (github.com/prometheus/client_golang)

v1.23.2: - 2025-09-05

Compare Source

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

All Changes

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1: - 2025-09-04

Compare Source

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

All Changes

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

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/p

Configuration

📅 Schedule: Branch creation - Only on Monday, Wednesday, and Saturday ( * * * * 1,3,6 ) in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from a team as a code owner July 19, 2025 08:07
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 913e7ba to 949e26c Compare July 19, 2025 08:22
@canonical-iam canonical-iam enabled auto-merge July 19, 2025 08:22
@renovate
Copy link
Contributor Author

renovate bot commented Jul 19, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 21 additional dependencies were updated

Details:

Package Change
github.com/emicklei/go-restful/v3 v3.9.0 -> v3.12.2
github.com/gabriel-vasile/mimetype v1.4.3 -> v1.4.10
github.com/go-jose/go-jose/v4 v4.0.5 -> v4.1.3
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/gnostic-models v0.6.8 -> v0.7.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 -> v0.6.2
github.com/prometheus/common v0.44.0 -> v0.66.1
github.com/spf13/pflag v1.0.5 -> v1.0.9
go.opentelemetry.io/otel/metric v1.35.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.0.0 -> v1.7.1
golang.org/x/crypto v0.38.0 -> v0.42.0
golang.org/x/sys v0.33.0 -> v0.36.0
golang.org/x/term v0.32.0 -> v0.35.0
golang.org/x/time v0.5.0 -> v0.9.0
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250929231259-57b25ae835d4
k8s.io/klog/v2 v2.100.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 -> v0.0.0-20250710124328-f3f2b991d03b
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 -> v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241014173422-cfa47c3a1cc8
sigs.k8s.io/yaml v1.3.0 -> v1.6.0

@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 949e26c to 8d84d35 Compare July 19, 2025 15:48
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 8d84d35 to 65a0fa2 Compare July 19, 2025 16:04
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 65a0fa2 to 3d43391 Compare July 19, 2025 16:20
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 3d43391 to 866453e Compare July 21, 2025 08:10
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 866453e to 7a28fd2 Compare July 21, 2025 15:19
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 7a28fd2 to a85b69a Compare July 21, 2025 15:36
canonical-iam
canonical-iam previously approved these changes Jul 21, 2025
canonical-iam
canonical-iam previously approved these changes Jul 22, 2025
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from edb6561 to e7b70c6 Compare July 23, 2025 01:09
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from e7b70c6 to f7519d9 Compare July 23, 2025 19:03
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from f7519d9 to 4f6184a Compare July 23, 2025 19:19
canonical-iam
canonical-iam previously approved these changes Jul 23, 2025
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from adf926f to cd94942 Compare October 11, 2025 14:09
canonical-iam
canonical-iam previously approved these changes Oct 11, 2025
canonical-iam
canonical-iam previously approved these changes Oct 11, 2025
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from cf5d054 to c9462f0 Compare October 15, 2025 00:21
canonical-iam
canonical-iam previously approved these changes Oct 15, 2025
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 96399d9 to 878a827 Compare October 18, 2025 03:02
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 878a827 to c007503 Compare October 18, 2025 03:17
canonical-iam
canonical-iam previously approved these changes Oct 18, 2025
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 2afbe00 to 7ec6b0a Compare October 20, 2025 19:22
canonical-iam
canonical-iam previously approved these changes Oct 20, 2025
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 023f1b4 to 9908dd5 Compare October 25, 2025 03:52
@renovate renovate bot force-pushed the renovate/auto-go-deps branch from 9908dd5 to d886404 Compare October 25, 2025 04:13
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.

1 participant