worker icon indicating copy to clipboard operation
worker copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 2 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v4.1.1 -> v4.1.3 age adoption passing confidence
codecov/codecov-action action minor v4.1.0 -> v4.3.0 age adoption passing confidence
github.com/distribution/reference require minor v0.5.0 -> v0.6.0 age adoption passing confidence
github.com/go-vela/sdk-go require patch v0.23.3-0.20240411165353-c3fdc7210625 -> v0.23.3 age adoption passing confidence
github.com/go-vela/server require patch v0.23.4-0.20240411145541-132447406cf7 -> v0.23.4 age adoption passing confidence
github.com/go-vela/types require digest f24f795 -> fb4a95c
github/codeql-action action minor v3.24.7 -> v3.25.1 age adoption passing confidence
golang.org/x/sync require minor v0.6.0 -> v0.7.0 age adoption passing confidence
k8s.io/api require minor v0.29.2 -> v0.30.0 age adoption passing confidence
k8s.io/apimachinery require minor v0.29.2 -> v0.30.0 age adoption passing confidence
k8s.io/client-go require minor v0.29.2 -> v0.30.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.1.3

Compare Source

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3

v4.1.2

Compare Source

codecov/codecov-action (codecov/codecov-action)

v4.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1

distribution/reference (github.com/distribution/reference)

v0.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/distribution/reference/compare/v0.5.0...v0.6.0

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

v0.23.3

Compare Source

What's Changed

Full Changelog: https://github.com/go-vela/sdk-go/compare/v0.23.2...v0.23.3

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

v0.23.4

Compare Source

What's Changed

Full Changelog: https://github.com/go-vela/server/compare/v0.23.3...v0.23.4

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

v3.25.1

Compare Source

v3.25.0

Compare Source

v3.24.10

Compare Source

v3.24.9

Compare Source

v3.24.8

Compare Source

kubernetes/api (k8s.io/api)

v0.30.0

Compare Source

v0.29.4

Compare Source

v0.29.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.30.0

Compare Source

v0.29.4

Compare Source

v0.29.3

Compare Source

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

v0.30.0

Compare Source

v0.29.4

Compare Source

v0.29.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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Mar 12 '24 19:03 renovate[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.92%. Comparing base (ece7aa1) to head (2e1fd95).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #565   +/-   ##
=======================================
  Coverage   57.92%   57.92%           
=======================================
  Files         120      120           
  Lines        5013     5013           
=======================================
  Hits         2904     2904           
  Misses       1906     1906           
  Partials      203      203           

codecov[bot] avatar Mar 15 '24 21:03 codecov[bot]

⚠ 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 -d -t ./...
go: downloading github.com/gin-gonic/gin v1.10.0
go: downloading github.com/go-vela/server v0.23.4
go: downloading github.com/go-vela/types v0.23.4-0.20240508182005-88010b52190c
go: downloading github.com/golang-jwt/jwt/v5 v5.2.1
go: downloading github.com/prometheus/client_golang v1.19.0
go: downloading github.com/go-vela/sdk-go v0.23.3
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/urfave/cli/v2 v2.27.2
go: downloading github.com/google/go-cmp v0.6.0
go: downloading golang.org/x/sync v0.7.0
go: downloading k8s.io/api v0.30.0
go: downloading k8s.io/apimachinery v0.30.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/docker/docker v26.0.0+incompatible
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading gotest.tools/v3 v3.5.1
go: downloading k8s.io/client-go v0.30.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/gin-contrib/sse v0.1.0
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading golang.org/x/net v0.25.0
go: downloading github.com/prometheus/client_model v0.5.0
go: downloading github.com/prometheus/common v0.48.0
go: downloading github.com/buildkite/yaml v0.0.0-20230306222819-0e4e032d4835
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/drone/envsubst v1.0.3
go: downloading golang.org/x/sys v0.20.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4
go: downloading github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.5
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
go: downloading go.opentelemetry.io/otel/trace v1.19.0
go: downloading go.opentelemetry.io/otel v1.19.0
go: downloading github.com/containerd/containerd v1.7.11
go: downloading github.com/containerd/log v0.1.0
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
go: downloading github.com/imdario/mergo v0.3.13
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/term v0.20.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
go: downloading github.com/go-playground/validator/v10 v10.20.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.2
go: downloading github.com/ugorji/go/codec v1.2.12
go: downloading google.golang.org/protobuf v1.34.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/bytedance/sonic v1.11.6
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/google/go-github/v59 v59.0.0
go: downloading github.com/goware/urlx v0.3.2
go: downloading golang.org/x/oauth2 v0.18.0
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading go.starlark.net v0.0.0-20240314022150-ee8ed142361c
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading golang.org/x/text v0.15.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading github.com/felixge/httpsnoop v1.0.3
go: downloading go.opentelemetry.io/otel/metric v1.19.0
go: downloading github.com/go-logr/logr v1.4.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading github.com/alicebob/miniredis/v2 v2.32.1
go: downloading github.com/redis/go-redis/v9 v9.5.1
go: downloading golang.org/x/crypto v0.23.0
go: downloading github.com/gabriel-vasile/mimetype v1.4.3
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/leodido/go-urn v1.4.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/PuerkitoBio/purell v1.1.1
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/mitchellh/copystructure v1.0.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/spf13/cast v1.3.1
go: downloading golang.org/x/tools v0.18.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a
go: downloading github.com/yuin/gopher-lua v1.1.1
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading github.com/go-playground/locales v0.14.1
go: downloading github.com/cloudwego/base64x v0.1.4
go: downloading golang.org/x/arch v0.8.0
go: downloading github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/mitchellh/reflectwalk v1.0.1
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/bytedance/sonic/loader v0.1.1
go: downloading github.com/klauspost/cpuid/v2 v2.2.7
go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
go: downloading github.com/josharian/intern v1.0.0
go: downloading golang.org/x/mod v0.15.0
go: downloading github.com/cloudwego/iasm v0.2.0
go: github.com/go-vela/worker/api imports
	github.com/go-vela/server/api/types: cannot find module providing package github.com/go-vela/server/api/types
go: github.com/go-vela/worker/cmd/vela-worker imports
	github.com/go-vela/server/queue/models: cannot find module providing package github.com/go-vela/server/queue/models
go: github.com/go-vela/worker/executor tested by
	github.com/go-vela/worker/executor.test imports
	github.com/go-vela/server/api/types/actions: cannot find module providing package github.com/go-vela/server/api/types/actions

renovate[bot] avatar Mar 21 '24 19:03 renovate[bot]