cli
cli copied to clipboard
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/go-git/go-git/v5 | require | minor | v5.11.0 -> v5.12.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.com/go-vela/worker | require | patch | v0.23.3-0.20240411184512-e8783c7459ef -> v0.23.3 |
||||
github/codeql-action | action | minor | v3.24.7 -> v3.25.1 |
||||
skx/github-action-publish-binaries | action | pinDigest | -> 9f2ea56 |
Release Notes
actions/checkout (actions/checkout)
v4.1.3
What's Changed
- Update
actions/checkout
version inupdate-main-version.yml
by @jww3 in https://github.com/actions/checkout/pull/1650 - Check git version before attempting to disable
sparse-checkout
by @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-checkout
option 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
go-git/go-git (github.com/go-git/go-git/v5)
v5.12.0
What's Changed
- git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by @moranCohen26 in https://github.com/go-git/go-git/pull/994
- git: Signer: fix usage of crypto.Signer interface by @wlynch in https://github.com/go-git/go-git/pull/1029
- git: Remote, fetch, adds the prune option. by @juliens in https://github.com/go-git/go-git/pull/366
- git: Add crypto.Signer option to CommitOptions. by @wlynch in https://github.com/go-git/go-git/pull/996
- git: Worktree checkout tag hash id (#959) by @aymanbagabas in https://github.com/go-git/go-git/pull/966
- git: Worktree, Don't panic on empty or root path when checking if it is valid by @tim775 in https://github.com/go-git/go-git/pull/1042
- git: Add commit validation for Reset by @pjbgf in https://github.com/go-git/go-git/pull/1048
- git: worktree_commit, Fix amend commit to apply changes. Fixes #1024 by @onee-only in https://github.com/go-git/go-git/pull/1045
- git: Implement Merge function with initial
FastForwardMerge
support by @pjbgf in https://github.com/go-git/go-git/pull/1044 - plumbing: object, Make first commit visible on logs filtered with filename. Fixes #191 by @onee-only in https://github.com/go-git/go-git/pull/1036
- plumbing: no panic in printStats function. Fixes #177 by @nodivbyzero in https://github.com/go-git/go-git/pull/971
- plumbing: object, Optimize logging with file. by @onee-only in https://github.com/go-git/go-git/pull/1046
- plumbing: object, check legitimacy in (*Tree).Encode by @niukuo in https://github.com/go-git/go-git/pull/967
- plumbing: format/gitattributes, close file in ReadAttributesFile by @prskr in https://github.com/go-git/go-git/pull/1018
- plumbing: check setAuth error. Fixes #185 by @nodivbyzero in https://github.com/go-git/go-git/pull/969
- plumbing: object, fix variable defaultUtf8CommitMessageEncoding name spell error by @Jerry-yz in https://github.com/go-git/go-git/pull/987
- utils: merkletrie, calculate filesystem node's hash lazily. by @candid82 in https://github.com/go-git/go-git/pull/825
- utils: update comment in node.go's Hash() by @codablock in https://github.com/go-git/go-git/pull/992
- _example: fix 404 link and added ssh-agent clone link by @grinish21 in https://github.com/go-git/go-git/pull/1022
- _example: checkout-branch example by @dlambda in https://github.com/go-git/go-git/pull/446
- _example: example for git clone using ssh-agent by @pjbgf in https://github.com/go-git/go-git/pull/998
New Contributors
- @candid82 made their first contribution in https://github.com/go-git/go-git/pull/825
- @codablock made their first contribution in https://github.com/go-git/go-git/pull/992
- @Jerry-yz made their first contribution in https://github.com/go-git/go-git/pull/987
- @wlynch made their first contribution in https://github.com/go-git/go-git/pull/996
- @moranCohen26 made their first contribution in https://github.com/go-git/go-git/pull/994
- @grinish21 made their first contribution in https://github.com/go-git/go-git/pull/1022
- @prskr made their first contribution in https://github.com/go-git/go-git/pull/1018
- @dlambda made their first contribution in https://github.com/go-git/go-git/pull/446
- @juliens made their first contribution in https://github.com/go-git/go-git/pull/366
- @onee-only made their first contribution in https://github.com/go-git/go-git/pull/1036
- @tim775 made their first contribution in https://github.com/go-git/go-git/pull/1042
- @niukuo made their first contribution in https://github.com/go-git/go-git/pull/967
- @avoidalone made their first contribution in https://github.com/go-git/go-git/pull/1047
Full Changelog: https://github.com/go-git/go-git/compare/v5.11.0...v5.12.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
go-vela/worker (github.com/go-vela/worker)
v0.23.3
What's Changed
- patch(v0.23.3): upgrade deps for patch by @ecrupper in https://github.com/go-vela/worker/pull/570
Full Changelog: https://github.com/go-vela/worker/compare/v0.23.2...v0.23.3
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 75.78%. Comparing base (
37962c1
) to head (44dfe15
).
⚠ 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/sirupsen/logrus v1.9.3
go: downloading github.com/urfave/cli/v2 v2.27.2
go: downloading github.com/go-vela/server v0.23.4
go: downloading github.com/spf13/afero v1.11.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/go-vela/sdk-go v0.23.3
go: downloading github.com/go-vela/types v0.23.4-0.20240508182005-88010b52190c
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/cli/browser v1.3.0
go: downloading github.com/manifoldco/promptui v0.9.0
go: downloading github.com/buildkite/yaml v0.0.0-20230306222819-0e4e032d4835
go: downloading github.com/go-vela/worker v0.23.3
go: downloading github.com/gin-gonic/gin v1.10.0
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/go-git/go-git/v5 v5.12.0
go: downloading github.com/whilp/git-urls v1.0.0
go: downloading golang.org/x/sys v0.20.0
go: downloading github.com/golang-jwt/jwt/v5 v5.2.1
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/davecgh/go-spew v1.1.1
go: downloading golang.org/x/text v0.15.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/fatih/color v1.10.0
go: downloading github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/drone/envsubst v1.0.3
go: downloading github.com/docker/docker v26.0.0+incompatible
go: downloading k8s.io/api v0.29.3
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/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/go-git/go-billy/v5 v5.5.0
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/ProtonMail/go-crypto v1.0.0
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/mattn/go-runewidth v0.0.13
go: downloading github.com/mattn/go-colorable v0.1.8
go: downloading github.com/docker/go-units v0.5.0
go: downloading k8s.io/apimachinery v0.29.3
go: downloading k8s.io/client-go v0.29.3
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading golang.org/x/sync v0.6.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 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 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/containerd/containerd v1.7.11
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading golang.org/x/crypto v0.23.0
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/rivo/uniseg v0.2.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/distribution/reference v0.5.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/opencontainers/image-spec v1.1.0
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 github.com/google/gofuzz v1.2.0
go: downloading go.opentelemetry.io/otel v1.19.0
go: downloading k8s.io/klog/v2 v2.110.1
go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/imdario/mergo v0.3.15
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/term v0.20.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
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 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 gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/cloudflare/circl v1.3.7
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.2.2
go: downloading github.com/xanzy/ssh-agent v0.3.3
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/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-logr/logr v1.3.0
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
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-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 golang.org/x/tools v0.16.1
go: downloading k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
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/go-logr/stdr v1.2.2
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/emicklei/go-restful/v3 v3.11.0
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/cloudwego/iasm v0.2.0
go: downloading golang.org/x/mod v0.14.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/josharian/intern v1.0.0
go: github.com/go-vela/cli/action/build imports
github.com/go-vela/server/api/types: cannot find module providing package github.com/go-vela/server/api/types
ℹ 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):
- 3 additional dependencies were updated
Details:
Package | Change |
---|---|
github.com/ProtonMail/go-crypto |
v0.0.0-20230828082145-3c4c8a2d2371 -> v1.0.0 |
github.com/sergi/go-diff |
v1.1.0 -> v1.3.2-0.20230802210424-5b0b94c5c0d3 |
github.com/skeema/knownhosts |
v1.2.1 -> v1.2.2 |