chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| actions/checkout | action | patch | v4.1.1 -> v4.1.3 |
||||
| codecov/codecov-action | action | minor | v4.1.0 -> v4.3.0 |
||||
| github.com/distribution/reference | require | minor | v0.5.0 -> v0.6.0 |
||||
| github.com/go-vela/sdk-go | require | patch | v0.23.3-0.20240411165353-c3fdc7210625 -> v0.23.3 |
||||
| github.com/go-vela/server | require | patch | v0.23.4-0.20240411145541-132447406cf7 -> v0.23.4 |
||||
| github.com/go-vela/types | require | digest | f24f795 -> fb4a95c |
||||
| github/codeql-action | action | minor | v3.24.7 -> v3.25.1 |
||||
| golang.org/x/sync | require | minor | v0.6.0 -> v0.7.0 |
||||
| k8s.io/api | require | minor | v0.29.2 -> v0.30.0 |
||||
| k8s.io/apimachinery | require | minor | v0.29.2 -> v0.30.0 |
||||
| k8s.io/client-go | require | minor | v0.29.2 -> v0.30.0 |
Release Notes
actions/checkout (actions/checkout)
v4.1.3
What's Changed
- Update
actions/checkoutversion inupdate-main-version.ymlby @jww3 in https://github.com/actions/checkout/pull/1650 - Check git version before attempting to disable
sparse-checkoutby @jww3 in https://github.com/actions/checkout/pull/1656 - Add SSH user parameter by @cory-miller in https://github.com/actions/checkout/pull/1685
Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3
v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkoutoption is not present @dscho in https://github.com/actions/checkout/pull/1598
codecov/codecov-action (codecov/codecov-action)
v4.3.0
What's Changed
- fix: automatically detect if using GitHub enterprise by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1356
- build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1355
- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by @dependabot in https://github.com/codecov/codecov-action/pull/1360
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.6.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1364
- build(deps-dev): bump @typescript-eslint/parser from 7.5.0 to 7.6.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1363
- feat: add network params by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1365
- build(deps): bump undici from 5.28.3 to 5.28.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1361
- chore(release): v4.3.0 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1366
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0
v4.2.0
What's Changed
- chore(deps): update deps by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1351
- feat: allow for authentication via OIDC token by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1330
- fix: use_oidc shoudl be required false by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1353
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0
v4.1.1
What's Changed
- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by @dependabot in https://github.com/codecov/codecov-action/pull/1315
- build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1319
- Removed mention of Mercurial by @drazisil-codecov in https://github.com/codecov/codecov-action/pull/1325
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by @dependabot in https://github.com/codecov/codecov-action/pull/1332
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1331
- fix: force version by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1329
- build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1334
- build(deps): bump undici from 5.28.2 to 5.28.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1338
- build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by @dependabot in https://github.com/codecov/codecov-action/pull/1341
- fix: typo in disable_safe_directory by @mkroening in https://github.com/codecov/codecov-action/pull/1343
- chore(release): 4.1.1 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1344
New Contributors
- @mkroening made their first contribution in https://github.com/codecov/codecov-action/pull/1343
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1
distribution/reference (github.com/distribution/reference)
v0.6.0
What's Changed
- remove deprecated SplitHostname by @thaJeztah in https://github.com/distribution/reference/pull/5
- refactor splitDockerDomain to include more documentation by @thaJeztah in https://github.com/distribution/reference/pull/7
- fix typo in readme by @xrstf in https://github.com/distribution/reference/pull/10
- Exclude domain from name length check by @ozairasim in https://github.com/distribution/reference/pull/9
New Contributors
- @xrstf made their first contribution in https://github.com/distribution/reference/pull/10
- @ozairasim made their first contribution in https://github.com/distribution/reference/pull/9
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
What's Changed
- patch(v0.23.3): upgrade types, server, codeql by @ecrupper in https://github.com/go-vela/sdk-go/pull/299
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
What's Changed
- patch(v0.23.4): apply approve build fix + upgrade types by @ecrupper in https://github.com/go-vela/server/pull/1091
Full Changelog: https://github.com/go-vela/server/compare/v0.23.3...v0.23.4
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.
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).
⚠ 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