Skip to content
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

chore(deps): update all non-major dependencies #588

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-go action patch v5.0.1 -> v5.0.2 age adoption passing confidence
alpine final patch 3.20.1 -> 3.20.3 age adoption passing confidence
github.com/Masterminds/semver/v3 require minor v3.2.1 -> v3.3.0 age adoption passing confidence
github.com/go-vela/server require minor v0.24.3-0.20240920134429-f31811890bd4 -> v0.25.0-rc1 age adoption passing confidence
github.com/go-vela/types require minor v0.24.1-0.20240826141537-76a66e72d5dc -> v0.25.0-rc1 age adoption passing confidence
github.com/prometheus/client_golang require minor v1.19.1 -> v1.20.4 age adoption passing confidence
github.com/urfave/cli/v2 require patch v2.27.2 -> v2.27.4 age adoption passing confidence
github/codeql-action action minor v3.25.10 -> v3.26.8 age adoption passing confidence
golang.org/x/sync require minor v0.7.0 -> v0.8.0 age adoption passing confidence
k8s.io/api require minor v0.30.2 -> v0.31.1 age adoption passing confidence
k8s.io/apimachinery require minor v0.30.3 -> v0.31.1 age adoption passing confidence
k8s.io/client-go require minor v0.30.2 -> v0.31.1 age adoption passing confidence

Release Notes

actions/setup-go (actions/setup-go)

v5.0.2

Compare Source

Masterminds/semver (github.com/Masterminds/semver/v3)

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.2.1...v3.3.0

go-vela/server (github.com/go-vela/server)

v0.25.0-rc1

Compare Source

What's Changed

Full Changelog: go-vela/server@v0.24.2...v0.25.0-rc1

go-vela/types (github.com/go-vela/types)

v0.25.0-rc1

Compare Source

What's Changed

Full Changelog: go-vela/types@v0.24.0...v0.25.0-rc1

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

v1.20.4

Compare Source

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #​1623

v1.20.3

Compare Source

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #​1608

v1.20.2

Compare Source

  • [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #​1596

v1.20.1

Compare Source

  • [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with PedanticRegistry on Linux machines. #​1587

v1.20.0

Compare Source

Thanks everyone for contributions!

⚠️ In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default collectors.NewGoCollector() collector. Given its popular usage, expect your binary to expose two additional metric.

Changes

  • [CHANGE] ⚠️ go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #​1577
  • [FEATURE] ⚠️ go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #​1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #​1568 #​1578
  • [FEATURE] testutil: Add CollectAndFormat method. #​1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #​1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #​1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #​1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #​1537
  • [FEATURE] process-collectors: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #​1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #​1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #​1455
  • [BUGFIX] promhttp: Make sure server
    instrumentation wrapping supports new and future extra responseWriter methods. #​1480
  • [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #​1424
All commits

New Contributors

Full Changelog: prometheus/client_golang@v1.19.1...v1.20.0

urfave/cli (github.com/urfave/cli/v2)

v2.27.4

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.3...v2.27.4

v2.27.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.2...v2.27.3

github/codeql-action (github/codeql-action)

v3.26.8

Compare Source

v3.26.7

Compare Source

v3.26.6

Compare Source

v3.26.5

Compare Source

v3.26.4

Compare Source

v3.26.3

Compare Source

v3.26.2

Compare Source

v3.26.1

Compare Source

v3.26.0

Compare Source

v3.25.15

Compare Source

v3.25.14

Compare Source

v3.25.13

Compare Source

v3.25.12

Compare Source

v3.25.11

Compare Source

kubernetes/api (k8s.io/api)

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source


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 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 June 24, 2024 22:08
@renovate renovate bot added the dependencies Indicates a change to dependencies label Jun 24, 2024
Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.46%. Comparing base (a26112c) to head (a96cc2b).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #588   +/-   ##
=======================================
  Coverage   57.46%   57.46%           
=======================================
  Files         121      121           
  Lines        5205     5205           
=======================================
  Hits         2991     2991           
  Misses       1988     1988           
  Partials      226      226           

@renovate renovate bot changed the title fix(deps): update module github.com/go-vela/server to v0.24.1 fix(deps): update module github.com/go-vela/server to v0.24.1 - autoclosed Jun 24, 2024
@renovate renovate bot closed this Jun 24, 2024
@renovate renovate bot deleted the renovate/all-minor-patch-digest-pin branch June 24, 2024 22:13
@renovate renovate bot restored the renovate/all-minor-patch-digest-pin branch June 28, 2024 16:37
@renovate renovate bot changed the title fix(deps): update module github.com/go-vela/server to v0.24.1 - autoclosed fix(deps): update module github.com/go-vela/server to v0.24.1 Jun 28, 2024
@renovate renovate bot reopened this Jun 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 1f7fe75 to c3ffe06 Compare June 28, 2024 16:37
@renovate renovate bot changed the title fix(deps): update module github.com/go-vela/server to v0.24.1 chore(deps): update github/codeql-action action to v3.25.11 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from c3ffe06 to a9fecd7 Compare July 4, 2024 23:20
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.25.11 chore(deps): update all non-major dependencies Jul 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 58d458e to 63b2230 Compare July 12, 2024 09:21
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 3503bc1 to cb6b6fd Compare July 19, 2024 18:16
Copy link
Contributor Author

renovate bot commented Jul 19, 2024

ℹ 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):

  • 35 additional dependencies were updated

Details:

Package Change
github.com/Masterminds/sprig/v3 v3.2.3 -> v3.3.0
github.com/bytedance/sonic v1.11.9 -> v1.12.2
github.com/bytedance/sonic/loader v0.1.1 -> v0.2.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/gabriel-vasile/mimetype v1.4.4 -> v1.4.5
github.com/go-openapi/swag v0.22.3 -> v0.22.4
github.com/go-playground/validator/v10 v10.22.0 -> v10.22.1
github.com/huandu/xstrings v1.3.3 -> v1.5.0
github.com/lestrrat-go/httprc v1.0.5 -> v1.0.6
github.com/lestrrat-go/jwx/v2 v2.1.0 -> v2.1.1
github.com/mitchellh/copystructure v1.0.0 -> v1.2.0
github.com/mitchellh/reflectwalk v1.0.1 -> v1.0.2
github.com/pelletier/go-toml/v2 v2.2.2 -> v2.2.3
github.com/prometheus/client_model v0.5.0 -> v0.6.1
github.com/prometheus/common v0.48.0 -> v0.55.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
github.com/redis/go-redis/v9 v9.6.0 -> v9.6.1
github.com/shopspring/decimal v1.2.0 -> v1.4.0
github.com/spf13/cast v1.3.1 -> v1.7.0
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 -> v0.0.0-20240521201337-686a1a2994c1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 -> v0.55.0
go.opentelemetry.io/otel v1.28.0 -> v1.30.0
go.opentelemetry.io/otel/metric v1.28.0 -> v1.30.0
go.opentelemetry.io/otel/trace v1.28.0 -> v1.30.0
go.starlark.net v0.0.0-20240314022150-ee8ed142361c -> v0.0.0-20240725214946-42030a7cedce
golang.org/x/arch v0.8.0 -> v0.10.0
golang.org/x/crypto v0.25.0 -> v0.27.0
golang.org/x/net v0.27.0 -> v0.29.0
golang.org/x/oauth2 v0.21.0 -> v0.23.0
golang.org/x/sys v0.22.0 -> v0.25.0
golang.org/x/term v0.22.0 -> v0.24.0
golang.org/x/text v0.16.0 -> v0.18.0
golang.org/x/time v0.5.0 -> v0.6.0
k8s.io/klog/v2 v2.120.1 -> v2.130.1
k8s.io/utils v0.0.0-20230726121419-3b25d923346b -> v0.0.0-20240711033017-18e509b52bc8

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from 1e2a2da to 8b2680d Compare July 26, 2024 15:25
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 2aac5fc to e21b1bc Compare August 6, 2024 20:48
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 7dee4cb to 49a1913 Compare August 14, 2024 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from aaadb8b to d65d15b Compare August 26, 2024 14:32
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 4d14892 to 7a11cc1 Compare August 29, 2024 13:02
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 6 times, most recently from 626a5d6 to 86dc733 Compare September 12, 2024 13:24
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 8 times, most recently from e2949fa to d2e0455 Compare September 20, 2024 15:16
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from d2e0455 to a96cc2b Compare September 20, 2024 15:17
@plyr4 plyr4 merged commit 0593c8f into main Sep 20, 2024
12 of 14 checks passed
@plyr4 plyr4 deleted the renovate/all-minor-patch-digest-pin branch September 20, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Indicates a change to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants