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/setup-go | action | patch | v5.0.1 -> v5.0.2 |
||||
alpine | final | patch | 3.20.1 -> 3.20.3 |
||||
github.com/Masterminds/semver/v3 | require | minor | v3.2.1 -> v3.3.0 |
||||
github.com/go-vela/server | require | digest | d0fa4f7 -> c5896c4 |
||||
github.com/go-vela/worker | require | patch | v0.24.0-rc2 -> v0.24.0 |
||||
github.com/urfave/cli/v2 | require | patch | v2.27.2 -> v2.27.4 |
||||
github/codeql-action | action | minor | v3.25.10 -> v3.26.7 |
||||
go (source) | toolchain | minor | 1.22.4 -> 1.23.1 |
Release Notes
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.3.0
What's Changed
- Fix: bad package in README by @sdelicata in https://github.com/Masterminds/semver/pull/226
- Updating the GitHub Actions and versions of Go used by @mattfarina in https://github.com/Masterminds/semver/pull/229
- Fix spelling in README by @robinschneider in https://github.com/Masterminds/semver/pull/222
- Adding go build cache to fuzz output by @mattfarina in https://github.com/Masterminds/semver/pull/232
- Add caching to fuzz testing by @mattfarina in https://github.com/Masterminds/semver/pull/234
- updating github actions by @mattfarina in https://github.com/Masterminds/semver/pull/235
- feat: nil version equality by @KnutZuidema in https://github.com/Masterminds/semver/pull/213
- add >= and <= by @grosser in https://github.com/Masterminds/semver/pull/238
- doc: hyphen range constraint without whitespace by @johnnychen94 in https://github.com/Masterminds/semver/pull/216
- Removing reference to vert by @mattfarina in https://github.com/Masterminds/semver/pull/245
- simplify StrictNewVersion by @grosser in https://github.com/Masterminds/semver/pull/241
- Updating the testing version of Go used by @mattfarina in https://github.com/Masterminds/semver/pull/246
- bumping min version in go.mod based on what's tested by @mattfarina in https://github.com/Masterminds/semver/pull/248
- Updating changelog for 3.3.0 by @mattfarina in https://github.com/Masterminds/semver/pull/249
New Contributors
- @sdelicata made their first contribution in https://github.com/Masterminds/semver/pull/226
- @robinschneider made their first contribution in https://github.com/Masterminds/semver/pull/222
- @KnutZuidema made their first contribution in https://github.com/Masterminds/semver/pull/213
- @grosser made their first contribution in https://github.com/Masterminds/semver/pull/238
- @johnnychen94 made their first contribution in https://github.com/Masterminds/semver/pull/216
Full Changelog: https://github.com/Masterminds/semver/compare/v3.2.1...v3.3.0
go-vela/worker (github.com/go-vela/worker)
v0.24.0
What's Changed
- refactor: nested api/worker by @plyr4 in https://github.com/go-vela/worker/pull/567
- refactor: use nested repository type in worker code by @ecrupper in https://github.com/go-vela/worker/pull/571
- chore(deps): bump docker to v26 by @wass3r in https://github.com/go-vela/worker/pull/569
- chore: import order by @wass3rw3rk in https://github.com/go-vela/worker/pull/572
- refactor(build): update library build to API build and remove repo from executor by @ecrupper in https://github.com/go-vela/worker/pull/576
- fix(ci): use intermediate env var for PR title by @ecrupper in https://github.com/go-vela/worker/pull/577
- fix(ci): remove deprecated linter rules by @ecrupper in https://github.com/go-vela/worker/pull/578
- enhance(logging): add info log prior to each download/use of an image during init step by @wsan3 in https://github.com/go-vela/worker/pull/579
- chore: upgrade server and fix tests by @ecrupper in https://github.com/go-vela/worker/pull/580
- feat: oidc provider by @plyr4 in https://github.com/go-vela/worker/pull/581
- chore(deps): bump github.com/docker/docker from 26.0.0+incompatible to 26.0.2+incompatible by @dependabot in https://github.com/go-vela/worker/pull/573
- chore(release): upgrade types, server, and sdk-go to v0.24.0-rc1 by @wsan3 in https://github.com/go-vela/worker/pull/582
- chore(deps): update all non-major dependencies by @renovate in https://github.com/go-vela/worker/pull/565
- fix: only add routes to registry worker if desired by @ecrupper in https://github.com/go-vela/worker/pull/583
- chore(release): upgrade types, server, sdk to v0.24.0-rc2 by @ecrupper in https://github.com/go-vela/worker/pull/586
- fix(lint): use proper formats field by @wass3r in https://github.com/go-vela/worker/pull/585
- chore(deps): update all non-major dependencies by @renovate in https://github.com/go-vela/worker/pull/584
- chore(deps): update all non-major dependencies by @renovate in https://github.com/go-vela/worker/pull/587
- chore(release): update dependencies to vela v0.24 by @KellyMerrick in https://github.com/go-vela/worker/pull/589
New Contributors
- @wsan3 made their first contribution in https://github.com/go-vela/worker/pull/579
- @dependabot made their first contribution in https://github.com/go-vela/worker/pull/573
Full Changelog: https://github.com/go-vela/worker/compare/v0.23.2...v0.24.0
urfave/cli (github.com/urfave/cli/v2)
v2.27.4
What's Changed
- Fix:(issue_1962) Fix tests failing on 32 bit architectures by @dearchap in https://github.com/urfave/cli/pull/1963
Full Changelog: https://github.com/urfave/cli/compare/v2.27.3...v2.27.4
v2.27.3
What's Changed
- v2 Docs: Mention value from env as default value by @sj14 in https://github.com/urfave/cli/pull/1910
- Bump github.com/xrash/smetrics dependency by @elezar in https://github.com/urfave/cli/pull/1911
- fix: disable bash completion if double dash is included in arguments (v2) by @suzuki-shunsuke in https://github.com/urfave/cli/pull/1938
- Fix improper whitespace formatting in usageTemplate, AppHelpTemplate … by @caeret in https://github.com/urfave/cli/pull/1947
New Contributors
- @sj14 made their first contribution in https://github.com/urfave/cli/pull/1910
- @elezar made their first contribution in https://github.com/urfave/cli/pull/1911
- @caeret made their first contribution in https://github.com/urfave/cli/pull/1947
Full Changelog: https://github.com/urfave/cli/compare/v2.27.2...v2.27.3
github/codeql-action (github/codeql-action)
v3.26.7
v3.26.6
v3.26.5
v3.26.4
v3.26.3
v3.26.2
v3.26.1
v3.26.0
v3.25.15
v3.25.14
v3.25.13
v3.25.12
v3.25.11
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.