Skip to content

Update dependency woodpecker-ci/woodpecker/woodpecker-cli to v3#1285

Open
renovate[bot] wants to merge 1 commit into
v2from
renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x
Open

Update dependency woodpecker-ci/woodpecker/woodpecker-cli to v3#1285
renovate[bot] wants to merge 1 commit into
v2from
renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 19, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
woodpecker-ci/woodpecker/woodpecker-cli major v2.6.0v3.14.1

Release Notes

woodpecker-ci/woodpecker (woodpecker-ci/woodpecker/woodpecker-cli)

v3.14.1: 3.14.1

Compare Source

3.14.1 - 2026-05-12
❤️ Special thanks the security researchers and those who fixed them ❤️
  • Thanks to Shivam Kumar (@​shivamkumarcyber) and
    Ranganatha Rao Sridhar (Praetorian) independently finding and reporting the bug
  • And @​6543 fixing the bugs and orchestrating the communication
🔒 Security
  • Server: make sure agent_id can not be spoofed by agent [#​6567]

v3.14.0: 3.14.0

Compare Source

3.14.0 - 2026-05-01
❤️ Thanks to all contributors! ❤️

@​6543, @​Aex12, @​AhmadNajiKam, @​CrimsonFez, @​LUKIEYF, @​LoricAndre, @​M31ancholy, @​MartinSchmidt, @​Pnkcaht, @​Sim-hu, @​TumbleOwlee, @​api2062, @​bclermont, @​brainbaking, @​cliffmccarthy, @​confusedsushi, @​dccdis, @​hhamalai, @​hnb2, @​lephuongbg, @​mehrdadbn9, @​mofr93, @​myers, @​myselfghost, @​njaaazi, @​packrat386, @​paulovitorbal, @​qwerty287, @​rfinnie, @​rhafer, @​samoli, @​savv, @​stardothosting, @​utafrali, @​wucm667

🔒 Security
  • docs: bump follow-redirects [#​6441]
  • chore(deps): update dependency axios to v1.15.0 [security] [#​6417]
  • fix(deps): update go.opentelemetry.io/otel to v1.43.0 [#​6416]
  • WebUI: remove "lodash" dep [#​6369]
  • Sanitize agent introduced pipeline/workflow/step state changes and log streaming [#​6308]
  • Send 404 if logs are not allowed to access [#​6349]
  • Prevent registering as arbitrary agents with system token [#​6283]
  • Update fast-xml-parser [#​6258]
  • Update dompurify and svgo [#​6198]
  • Update edwards25519 [#​6143]
✨ Features
  • Support one-shot agent execution mode [#​6150]
  • Add external secret extension implementation [#​6252]
  • Allow disabling isolated home directory for local agents [#​6251]
  • Add Container Registry credential extension [#​5993]
  • Support exclusive config extensions [#​5978]
📈 Enhancement
  • Kubernetes: precreate workingDir as nonroot when required [#​6322]
  • Kubernetes: Support allowPrivilegeEscalation and capabilities backend_options [#​6307]
  • Refactor: remove Auth() from Forge interface [#​6505]
  • Move wait for log uploads logic out of logger and tracer into pipeline runtime [#​6471]
  • Make agent reconnect retry timeout configurable [#​6470]
  • Handle re-created forge repos gracefully [#​6370]
  • Cleanup server store step interface [#​6476]
  • Docker/K8s: add config for stop timeout [#​6445]
  • Docker backend should retry to delete volume on "in use" error [#​6381]
  • Move skip pipeline by commit message into pipeline/frontend package [#​6437]
  • Init server/scheduler package and use it as proxy for queue & pubsub [#​6418]
  • Unify server API parameters to snake_case [#​6404]
  • Add netrc option for config/registry extension [#​6333]
  • Docker backend: replace docker SDK with moby SDK [#​6357]
  • Deprecate commit avatar envs [#​6356]
  • Refactor server/pubsub into interface [#​6318]
  • Separate cron field [#​6346]
  • Refactor pipeline runtime code [#​6166]
  • Show Woodpecker version on pipeline details [#​6316]
  • Unify import aliases [#​6328]
  • Improve linter warning when step has no when block [#​6314]
  • Improve error message when no workflows for manual were found [#​6313]
  • Server return conflict status when stale repo causes duplicate insert [#​6276]
  • Show global/org registries in org/repo registries tab [#​6291]
  • Report skipped step state as soon as it's determined [#​6295]
  • Only add compatibility environment variables for drone-ci to plugins [#​6271]
  • Refactor: pass backend explicitly when creating pipeline engine runtime [#​6268]
  • Compare admins case-insensitively [#​6261]
  • Allow to cancel on failure [#​6158]
  • Refactor so storage detects if Insert fails because of unique constraint [#​6259]
  • Add server config for maximum log lines shown in web UI [#​6250]
  • Add "Load more" pagination to pipeline list [#​6200]
  • Use upstream slices.Concat and remove utils.MergeSlices [#​6185]
  • Add enhanced function for error message handling in http request for configuration fetching [#​5712]
  • Remove fixed badge width in UI [#​6157]
  • Improve Debian packages [#​6085]
  • Refactor pipeline engine [#​6073]
  • Show cancellation reason in pipeline details [#​6072]
  • Document required forge methods [#​6049]
  • Dynamic log following [#​6036]
  • Per-Workflow and Per-Workflow-Step badge generation [#​5977]
  • Render MD in pipeline titles [#​5999]
  • Simplify and Fix server task queue [#​6017]
  • Update Architecture: move pipeline/rpc => rpc & server/{grpc => rpc} [#​6012]
  • Implement retry logic in HTTP Send method [#​5857]
  • CLI: Allow single output template [#​5882]
  • Improve service syntax related docs and tests nits [#​5991]
  • Remove deactivated secrets type from container definition [#​5983]
🐛 Bug Fixes
  • fix(web): escape HTML in commit messages to prevent XSS [#​6523]
  • fix(cli,server): fix trusted flags copy-paste bug and server nil pointer panic [#​6501]
  • Add refname to bitbucket commit status [#​6482]
  • Fix send on closed channel panic in SSE stream handlers [#​6456]
  • Add WOODPECKER_FORCE_IGNORE_SERVICE_FAILURE config to preserve non-breaking behavior by default [#​6448]
  • Fix race in pipeline runtime [#​6451]
  • Fix race in server LogEntry logger [#​6449]
  • Kubernetes: detached steps are no services [#​6435]
  • Support dots in image names [#​6431]
  • Fix erroneous linter error for plugin privileges [#​6424]
  • Add connection timeout and graceful shutdown to agent RPC client [#​6414]
  • Fix Windows container exit code handling and error checks [#​6411]
  • Bitbucket: Remove usage of deprecated /user/permissions/repositories [#​6401]
  • Bitbucket: Fix parsing /user/workspaces response [#​6396]
  • Fix CLI exec with workflow matrix feature, where variables are not substituted. [#​6162]
  • Fix enable repo with same name and owner on second forge [#​6375]
  • Fix workflow being skipped and marked as failed when agent starts before server [#​6361]
  • Only redirect after login [#​6348]
  • Set workflow services stuck in running state to finished [#​6337]
  • Fix bitbucket api deprecations [#​6324]
  • Fix workflow serialize to omit skip_clone if false [#​6319]
  • Fix build deb rpm packages [#​6309]
  • Enable crons if created via CLI [#​6228]
  • Fix message on gitlab tag event [#​6196]
  • Bitbucket DC: resolve annotated tag SHA to commit SHA before posting build status [#​6203]
  • Prevent leaking goroutines on canceled steps [#​6186]
  • Fix when.status filter evaluation and add workflow-level support [#​6183]
  • Fix status merging with skipped pipelines [#​6176]
  • Update pipeline config schema [#​6156]
  • Fix OAuth token refresh race condition with singleflight [#​6153]
  • Use priority-based merging to determine pipeline and workflow status [#​6119]
  • Only set tag env on tags [#​6142]
  • Fix bitbucket email [#​6102]
  • Report status for detached steps and services [#​6039]
  • Don't propagate workflow error from agent back to agent [#​6056]
  • Fix pipeline cancellation status handling and step state synchronization [#​6011]
  • Add retry logic for CreatePipeline with backoff [#​6067]
  • Fix OAuth token refresh in webhook handling for Bitbucket and GitHub [#​6059]
  • Refresh token before forge calls [#​6035]
  • Local backend: cleanup generated script for cmd.exe shell [#​6029]
  • Local backend: setup clone step respects context [#​6030]
  • Fix: Agent now gracefully handles running containers when killed [#​6018]
  • Local backend: handle canceled steps case [#​6008]
🧪 Tests
  • e2e test wait for grpc server teardown and stop agents [#​6479]
  • Add more test cases for rpc label filter [#​6483]
  • Fix flaky TestJWTManager [#​6478]
  • Add e2e pipeline restart test [#​6469]
  • Init minimal e2e tests [#​6391]
  • Enhance datastore DB test setup [#​6450]
  • Dummy backend support cancel [#​6390]
  • Extend workflow integration tests [#​6272]
  • Add registry service tests [#​6330]
  • Add workflow integration test [#​6270]
  • Increase timeout for migration tests [#​6206]
  • Ignore fixtures for coverage [#​6197]
  • Use tabs for indentation in embedded JSON [#​6103]
  • Add tests for CLI output formatting and pipeline metadata environment variables [#​6076]
  • Ignore mocks for coverage [#​6074]
📚 Documentation
  • docs: better description for when.status filter [#​6517]
  • docs: Add woodpecker-shellcheck lint to awesome list [#​6521]
  • Lock file maintenance [#​6508]
  • Update docs npm deps non-major [#​6496]
  • Add Laravel Forge plugin [#​6491]
  • Add 'entrypoint' property to service in schema [#​6487]
  • Lock file maintenance [#​6472]
  • Update dependency axios to v1.15.1 [#​6468]
  • Update dependency marked to v18.0.2 [#​6465]
  • Update docs npm deps non-major [#​6463]
  • Update dependency marked to v18 [#​6425]
  • Update docs npm deps non-major [#​6422]
  • chore(deps): update dependency fuse.js to v7.3.0 [#​6382]
  • chore(deps): update docs npm deps non-major [#​6376]
  • chore(deps): update dependency typescript to v6 [#​6336]
  • chore(deps): update docs npm deps non-major [#​6335]
  • Add CI check for docs on feature PRs [#​6315]
  • chore(deps): update dependency isomorphic-dompurify to v3.6.0 [#​6288]
  • chore(deps): update dependency yaml to v2.8.3 [#​6287]
  • Add agentscan to plugin docs [#​6285]
  • Add opengrep plugin [#​6282]
  • chore(deps): update docs npm deps non-major [#​6281]
  • Sort glossary items alphabetically [#​6255]
  • chore(deps): update docs npm deps non-major [#​6240]
  • plugin: ascii junit report: renamed gh username [#​6232]
  • chore(deps): update dependency svgo to v4 [#​6214]
  • chore(deps): update docs npm deps non-major [#​6210]
  • Update serialize-javascript [#​6182]
  • chore(deps): update docs npm deps non-major [#​6173]
  • chore(deps): update dependency isomorphic-dompurify to v3 [#​6147]
  • chore(deps): update docs npm deps non-major [#​6137]
  • Add deprecation policy [#​6068]
  • fix(deps): update dependency @​easyops-cn/docusaurus-search-local to ^0.55.0 [#​6125]
  • Improve selinux docs [#​6066]
  • Document how to ignore failure on services [#​6106]
  • chore(deps): update docs npm deps non-major [#​6109]
  • fix(deps): update dependency @​easyops-cn/docusaurus-search-local to ^0.54.0 [#​6091]
  • chore(deps): update dependency axios to v1.13.5 [#​6090]
  • chore(deps): update docs npm deps non-major [#​6088]
  • chore(deps): update dependency isomorphic-dompurify to v2.36.0 [#​6086]
  • fix(deps): update docs npm deps non-major [#​6052]
  • Update Module Interaction Diagram [#​6019]
  • Add Buildah plugin link [#​6050]
  • chore(deps): update docs npm deps non-major [#​6045]
  • Add Homebrew package [#​6037]
  • chore(deps): update dependency axios to v1.13.3 [#​6010]
  • chore(deps): update docs npm deps non-major [#​6000]
  • Fix docusaurus md link deprecation [#​5979]
  • chore(deps): update docs npm deps non-major [#​5982]
📦️ Dependency
  • Update golang-packages [#​6524]
  • Update module github.com/google/go-github/v84 to v85 [#​6500]
  • Update module github.com/getkin/kin-openapi to v0.136.0 [#​6503]
  • Update woodpeckerci/plugin-git Docker tag to v2.9.0 [#​6499]
  • Update docker.io/mysql Docker tag to v9.7.0 [#​6498]
  • Update docker.io/lycheeverse/lychee Docker tag to v0.24.1 [#​6497]
  • Update golang-packages to v0.36.0 [#​6485]
  • Update golang-packages [#​6477]
  • Update pre-commit hook rbubley/mirrors-prettier to v3.8.3 [#​6462]
  • Update module k8s.io/client-go to v0.35.4 [#​6460]
  • Update golang-packages [#​6459]
  • Update docker.io/woodpeckerci/plugin-trivy Docker tag to v1.4.5 [#​6447]
  • Update docker.io/woodpeckerci/plugin-ready-release-go Docker tag to v4.1.1 [#​6440]
  • Update module gitlab.com/gitlab-org/api/client-go/v2 to v2.18.0 [#​6439]
  • Update docker.io/woodpeckerci/plugin-codecov Docker tag to v2.3.1 [#​6438]
  • Lock file maintenance [#​6430]
  • Update dependency dotenv to v17.4.2 [#​6428]
  • Update dependency simple-icons to v16.16.0 [#​6427]
  • Update web npm deps non-major [#​6423]
  • Update pre-commit hook rbubley/mirrors-prettier to v3.8.2 [#​6421]
  • Update dependency golang to v1.26.2 [#​6420]
  • fix(deps): update module github.com/docker/cli to v29.4.0+incompatible [#​6403]
  • fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.41 [#​6397]
  • chore(deps): lock file maintenance [#​6392]
  • chore(deps): update dependency dotenv to v17.4.1 [#​6389]
  • chore(deps): update dependency marked to v17.0.6 [#​6387]
  • chore(deps): update dependency simple-icons to v16.15.0 [#​6385]
  • fix(deps): update golang-packages [#​6384]
  • chore(deps): update dependency fuse.js to v7.3.0 [#​6383]
  • chore(deps): update dependency @​antfu/eslint-config to v8 [#​6378]
  • chore(deps): update web npm deps non-major [#​6377]
  • fix(deps): update module github.com/lib/pq to v1.12.2 [#​6371]
  • fix(deps): update module google.golang.org/grpc to v1.80.0 [#​6363]
  • fix(deps): update golang-packages [#​6343]
  • chore(deps): lock file maintenance [#​6344]
  • chore(deps): update dependency simple-icons to v16.14.0 [#​6341]
  • chore(deps): update web npm deps non-major [#​6334]
  • chore(deps): update docker.io/woodpeckerci/plugin-ready-release-go docker tag to v4.1.0 [#​6331]
  • fix(deps): update module code.gitea.io/sdk/gitea to v0.24.1 [#​6321]
  • chore(deps): lock file maintenance [#​6306]
  • fix(deps): update module github.com/charmbracelet/huh to v2 [#​6243]
  • chore(deps): update dependency golangci/golangci-lint to v2.11.4 [#​6301]
  • chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.4 [#​6302]
  • chore(deps): update web npm deps non-major [#​6279]
  • fix(deps): update module github.com/zalando/go-keyring to v0.2.7 [#​6280]
  • fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.37 [#​6253]
  • chore(deps): update dependency jsdom to v29 [#​6246]
  • chore(deps): update woodpeckerci/plugin-release docker tag to v0.3.0 [#​6241]
  • chore(deps): update dependency vite to v8 [#​6242]
  • chore(deps): update pre-commit non-major [#​6212]
  • chore(deps): update dependency vue-i18n to v11.3.0 [#​6217]
  • chore(deps): update dependency golang to v1.26.1 [#​6207]
  • fix(deps): update module github.com/docker/cli to v29.3.0+incompatible [#​6201]
  • fix(deps): update module github.com/yaronf/httpsign to v0.4.2 [#​6188]
  • chore(deps): update dependency eslint-plugin-vue-scoped-css to v3 [#​6178]
  • chore(deps): update dependency @​intlify/eslint-plugin-vue-i18n to v4.3.0 [#​6177]
  • fix(deps): update module github.com/google/go-github/v83 to v84 [#​6172]
  • chore(deps): update postgres docker tag to v18.3 [#​6169]
  • fix(deps): update golang-packages [#​6160]
  • chore(deps): update dependency vue-tsc to v3.2.5 [#​6141]
  • chore(deps): update docker.io/golang docker tag to v1.26 [#​6121]
  • chore(deps): update docker.io/lycheeverse/lychee docker tag to v0.23.0 [#​6122]
  • chore(deps): update dependency @​types/node to v24.10.12 [#​6087]
  • chore(deps): update eslint monorepo to v10 (major) [#​6083]
  • chore(deps): update dependency @​antfu/eslint-config to v7.3.0 [#​6084]
  • chore(deps): update dependency @​vueuse/core to v14.2.0 [#​6048]
  • fix(deps): update dependency vue-router to v5 [#​6046]
  • chore(deps): update woodpeckerci/plugin-git docker tag to v2.8.1 [#​6006]
  • chore(deps): update docker.io/mysql docker tag to v9.6.0 [#​6002]
  • fix(deps): update module github.com/urfave/cli/v3 to v3.6.2 [#​5989]
Misc

v3.13.0: 3.13.0

Compare Source

3.13.0 - 2026-01-14
❤️ Thanks to all contributors! ❤️

@​6543, @​Javex, @​KhalidAlansary, @​MartinSchmidt, @​abhiyerra, @​anbraten, @​bentasker, @​gjuoun, @​gsaslis, @​henkka, @​jolheiser, @​mogsie, @​qwerty287, @​sloonz, @​sugar700, @​tuxmainy, @​xoxys

🔒 Security
  • Update quic-go/qpack & quic-go/quic-go [#​5885]
  • fix: updateRepoPermissions to cleanup old permissions [#​5790]
✨ Features
📈 Enhancement
  • Allow to add a note to secrets [#​5898]
  • Log addon errors [#​5923]
  • Custom vars for crons [#​5897]
  • Allow to disable a cron [#​5896]
  • Add background to status icons [#​5880]
  • Fix dead page and cleanup router [#​5519]
  • feat(kubernetes): add support for pod affinity and anti-affinity configurations [#​5854]
  • Public key endpoint [#​5860]
  • Allow untrusted repo to still drop network for steps [#​5820]
  • Add support for headless Kubernetes services [#​5764]
  • server/forge: rename var to be more descriptive and test value [#​5806]
  • add events query parameter to badge url [#​5728]
  • Extract default step-builder options into server [#​5785]
  • feat: include CI_COMMIT_TAG env in deployment events [#​5773]
🐛 Bug Fixes
  • Use repo-user for api call of cron [#​5967]
  • Close opened file on LogFind [#​5961]
  • Delete/Deactivate repo ignores missing repo at forge [#​5953]
  • Correctly update repo permissions [#​5928]
  • Revert repos pagination for GH and BB [#​5924]
  • fix: send correct argument to rpc call for name/url [#​5922]
  • fix: secrets-file flag [#​5909]
  • Do not run crons for disabled repos [#​5884]
  • Show warning if there is no workflow to run [#​5883]
  • fix(datastore): fix pagination bug in workflowsDelete skipping records [#​5881]
  • Remove rounded corners in fullscreen log view [#​5879]
  • Fix some ListItems and Queue view background in dark mode [#​5878]
  • Make disabled checkboxes match overall style [#​5869]
  • Fix CLI trusted updating [#​5861]
  • Send configuration as part of the request for external configuration [#​5831]
  • fix(bitbucketdatacenter): fix CI_COMMIT_PULL_REQUEST [#​5769]
  • On set/get of repo make sure forge_id is set and on fetch respected [#​5717]
  • Improve repair endpoints [#​5767]
📚 Documentation
  • chore(deps): lock file maintenance [#​5963]
  • chore(deps): update dependency @​types/node to v24.10.7 [#​5954]
  • chore(deps): update dependency @​types/react to v19.2.8 [#​5941]
  • chore(deps): update dependency @​types/node to v24.10.6 [#​5935]
  • chore(deps): update dependency @​types/node to v24.10.5 [#​5933]
  • fix(docs): update woodpecker-cli secret command [#​5927]
  • Update Docs and nix-flake to reflect current dev environment [#​5926]
  • Update Helm chart installation command [#​5872]
  • docs: add BunnyCDN Cache Purge Plugin [#​5906]
  • chore(deps): update dependency isomorphic-dompurify to v2.35.0 [#​5904]
  • chore(deps): update dependency @​types/node to v24.10.4 [#​5862]
  • chore(deps): update docs npm deps non-major [#​5855]
  • chore(deps): update docs npm deps non-major [#​5829]
  • Update link for Codeberg Pages Deploy plugin [#​5811]
  • chore(deps): update dependency yaml to v2.8.2 [#​5803]
  • chore(deps): update dependency prettier to v3.7.3 [#​5799]
  • chore(deps): update docs npm deps non-major [#​5791]
  • chore(deps): update dependency isomorphic-dompurify to v2.33.0 [#​5778]
  • chore(deps): update docs npm deps non-major [#​5774]
📦️ Dependency
  • fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1.14.0 [#​5969]
  • fix(deps): update golang-packages [#​5966]
  • fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1.12.0 [#​5962]
  • chore(deps): update dependency simple-icons to v16.5.0 [#​5957]
  • fix(deps): update golang-packages [#​5956]
  • chore(deps): update dependency @​types/node to v24.10.7 [#​5955]
  • fix(deps): update module github.com/google/go-github/v80 to v81 [#​5946]
  • chore(deps): update woodpeckerci/plugin-git docker tag to v2.8.0 [#​5945]
  • chore(deps): update golangci/golangci-lint docker tag to v2.8.0 [#​5944]
  • chore(deps): update docker.io/woodpeckerci/plugin-codecov docker tag to v2.2.0 [#​5943]
  • chore(deps): update web npm deps non-major [#​5942]
  • chore(deps): update docker.io/woodpeckerci/plugin-surge-preview docker tag to v1.4.2 [#​5938]
  • chore(deps): update docker.io/woodpeckerci/plugin-ready-release-go docker tag to v3.4.1 [#​5937]
  • chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v6.0.4 [#​5936]
  • chore(deps): update docker.io/woodpeckerci/plugin-editorconfig-checker docker tag to v0.3.3 [#​5934]
  • fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1.11.0 [#​5919]
  • chore(deps): lock file maintenance [#​5916]
  • chore(deps): update dependency simple-icons to v16.4.0 [#​5915]
  • fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.33 [#​5910]
  • chore(deps): lock file maintenance [#​5913]
  • chore(deps): lock file maintenance [#​5907]
  • chore(deps): update dependency simple-icons to v16.3.0 [#​5905]
  • chore(deps): update web npm deps non-major [#​5903]
  • fix(deps): update module google.golang.org/grpc to v1.78.0 [#​5901]
  • chore(deps): lock file maintenance [#​5895]
  • fix(deps): update module github.com/tink-crypto/tink-go/v2 to v2.6.0 [#​5894]
  • chore(deps): update dependency @​antfu/eslint-config to v6.7.2 [#​5893]
  • chore(deps): update dependency vue-i18n to v11.2.7 [#​5892]
  • chore(deps): update dependency vue-tsc to v3.2.0 [#​5891]
  • Migrate to maintained tink-go [#​5886]
  • chore(deps): update web npm deps non-major [#​5887]
  • fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1.10.0 [#​5888]
  • fix(deps): update golang-packages [#​5877]
  • fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1.9.0 [#​5873]
  • fix(deps): update golang-packages [#​5870]
  • chore(deps): lock file maintenance [#​5868]
  • fix(deps): update module github.com/gdgvda/cron to v0.6.0 [#​5867]
  • chore(deps): update dependency @​intlify/unplugin-vue-i18n to v11.0.3 [#​5866]
  • chore(deps): update dependency @​antfu/eslint-config to v6.7.1 [#​5865]
  • chore(deps): update web npm deps non-major [#​5864]
  • chore(deps): update dependency @​types/node to v24.10.4 [#​5863]
  • chore(deps): update web npm deps non-major [#​5859]
  • chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.47.0 [#​5858]
  • fix(deps): update golang-packages [#​5856]
  • fix(deps): update golang-packages [#​5851]
  • fix(deps): update golang-packages [#​5849]
  • chore(deps): lock file maintenance [#​5847]
  • chore(deps): update web npm deps non-major [#​5837]
  • chore(deps): update dependency golangci/golangci-lint to v2.7.2 [#​5845]
  • chore(deps): update pre-commit hook golangci/golangci-lint to v2.7.2 [#​5846]
  • fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1.7.0 [#​5840]
  • fix(deps): update module github.com/google/go-github/v79 to v80 [#​5838]
  • chore(deps): update pre-commit non-major [#​5836]
  • chore(deps): update docker.io/lycheeverse/lychee docker tag to v0.22.0 [#​5833]
  • chore(deps): update dependency golangci/golangci-lint to v2.7.1 [#​5832]
  • chore(deps): update docker.io/alpine docker tag to v3.23 [#​5830]
  • chore(deps): update docker.io/woodpeckerci/plugin-trivy docker tag to v1.4.4 [#​5828]
  • chore(deps): update dependency golang to v1.25.5 [#​5827]
  • fix(deps): update golang-packages [#​5816]
  • fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1.3.1 [#​5812]
  • fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1.3.0 [#​5807]
  • chore(deps): lock file maintenance [#​5808]
  • chore(deps): update pre-commit hook rbubley/mirrors-prettier to v3.7.3 [#​5804]
  • fix(deps): update dependency simple-icons to v16 [#​5802]
  • fix(deps): update module github.com/docker/cli to v29.1.1+incompatible [#​5801]
  • chore(deps): update dependency prettier to v3.7.3 [#​5800]
  • chore(deps): update pre-commit hook rbubley/mirrors-prettier to v3.7.2 [#​5795]
  • fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1 [#​5794]
  • chore(deps): update web npm deps non-major [#​5792]
  • chore(deps): update pre-commit hook rbubley/mirrors-prettier to v3.7.1 [#​5793]
  • fix(deps): update module github.com/docker/cli to v29.1.0+incompatible [#​5789]
  • fix(deps): update golang-packages [#​5787]
  • chore(deps): lock file maintenance [#​5784]
  • chore(deps): update dependency simple-icons to v15.22.0 [#​5782]
  • chore(deps): update dependency vue-tsc to v3.1.5 [#​5781]
  • chore(deps): update dependency @​types/lodash to v4.17.21 [#​5780]
  • chore(deps): update dependency vue-i18n to v11.2.1 [#​5779]
  • chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.46.0 [#​5776]
  • chore(deps): update web npm deps non-major [#​5775]
  • fix(deps): update golang-packages [#​5770]
  • fix(deps): update golang-packages [#​5765]
Misc
  • Revert "Send configuration as part of the request for external configuration" [#​5835]
  • Allow packagers to set WebUI root to custom path [#​5809]
  • fix(queue): force agent cancellation on lease expiration [#​5823]
  • Extract interval into composition [#​5818]
  • Fix outdated Makefile target [#​5817]
  • Makefile: add target to generate man pages [[#​5810](https:

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from 7097dbc to 7e0a28e Compare January 20, 2025 17:42
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from 7e0a28e to 57cba43 Compare February 13, 2025 15:28
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch 2 times, most recently from 2e68441 to f3d4734 Compare March 4, 2025 19:01
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from f3d4734 to a422a4e Compare March 17, 2025 20:36
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch 2 times, most recently from a07000f to 7e369f1 Compare April 4, 2025 12:00
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from 7e369f1 to 2454f5b Compare April 15, 2025 23:26
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from 2454f5b to 57880f5 Compare May 7, 2025 14:02
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from 57880f5 to 5a879e6 Compare June 6, 2025 23:37
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from 5a879e6 to 1adca98 Compare July 5, 2025 08:29
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from 1adca98 to e293f79 Compare August 20, 2025 22:54
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from e293f79 to 3448540 Compare September 28, 2025 21:59
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from 3448540 to cc6d5f0 Compare October 19, 2025 17:31
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from cc6d5f0 to 5feab4c Compare November 18, 2025 23:01
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from 5feab4c to f0d3b69 Compare January 14, 2026 14:01
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from f0d3b69 to eee076f Compare May 1, 2026 14:17
@renovate renovate Bot force-pushed the renovate/woodpecker-ci-woodpecker-woodpecker-cli-3.x branch from eee076f to 5612944 Compare May 12, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants