Releases: woodpecker-ci/woodpecker
2.5.0
2.5.0 - 2024-06-01
❤️ Thanks to all contributors! ❤️
@6543, @Andre601, @Elara6331, @OCram85, @anbraten, @aumetra, @da-Kai, @dominic-p, @dvjn, @eliasscosta, @fernandrone, @linghuying, @manuelluis, @nemunaire, @pat-s, @qwerty287, @sinlov, @stevapple, @xoxys, @zc-devs
🔒 Security
- bump golang.org/x/net to v0.24.0 [#3628]
✨ Features
- Add DeletePipeline API [#3506]
- CLI: remove step logs [#3458]
- Step logs removing API and Button [#3451]
📚 Documentation
- Create 2.5 docs [#3732]
- Fix spelling in README [#3741]
- chore: fix some comments [#3740]
- Add "Is It Up Yet?" Plugin [#3731]
- Remove discord as official community channel [#3717]
- Add Gitea Package plugin [#3707]
- Add documentation for setting Kubernetes labels and annotations [#3687]
- Remove broken link to gobook.io [#3694]
- docs: add
Gitea publisher-golang
plugin [#3691] - Add Ansible+Woodpecker blog post [#3685]
- Clarify info on failing workflows/Steps [#3679]
- Add discord plugin [#3662]
- chore(deps): update dependency trim to v1 [#3658]
- chore(deps): update dependency got to v14 [#3657]
- Fail on broken anchors [#3644]
- Fix step syntax in docs [#3635]
- chore(deps): update docs npm deps non-major [#3632]
- Add Twine plugin [#3619]
- Fix docs [#3615]
- Document how to enable parallel step exec for all steps [#3605]
- Update dependency @types/marked to v6 [#3544]
- Update docs npm deps non-major [#3485]
- Docs updates and fixes [#3535]
🐛 Bug Fixes
- Fix privileged steps in kubernetes [#3711]
- Check for error in repo middleware [#3688]
- Fix parent pipeline number env on restarts [#3683]
- Fix bitbucket dir fetching [#3668]
- Sanitize tag ref for gitea/forgejo [#3664]
- Fix secret loading [#3620]
- fix cli config loading and correct comment [#3618]
- Handle ImagePullBackOff pod status [#3580]
- Apply skip ci filter only on push events [#3612]
- agent: Continue to retry indefinitely [#3599]
- Fix cli version comparison and improve setup [#3518]
- Fix flag name [#3534]
📈 Enhancement
- Use IDs for tokens [#3695]
- Lint go code with cspell [#3706]
- Replace duplicated strings [#3710]
- Cleanup server env settings [#3670]
- Setting for empty commits on path condition [#3708]
- Lint file names and directories via cSpell too [#3703]
- Make retry count of config fetching form forge configure [#3699]
- Ability to set pod annotations and labels from step [#3609]
- Support github deploy task [#3512]
- Rework entrypoints [#3269]
- Add cli output handlers [#3660]
- Cleanup api docs and ts api-client options [#3663]
- Split client into multiple files and add more tests [#3647]
- Add filter options to GetPipelines API [#3645]
- Deprecate environment filter and improve errors [#3634]
- Add task details to queue info in woodpecker-go [#3636]
- Use forge from db [#1417]
- Remove review button from approval view [#3617]
- Rework addons (use rpc) [#3268]
- Allow to disable deployments [#3570]
- Add flag to only access public repositories on GitHub [#3566]
- Add
runtimeClassName
in Kubernetes backend options [#3474] - Remove unused cache properties [#3567]
- Allow separate gitea oauth URL [#3513]
- Add option to set the local repository path to the cli command exec. [#3524]
Misc
- chore(deps): update pre-commit non-major [#3736]
- chore(deps): update docker.io/alpine docker tag to v3.20 [#3735]
- fix(deps): update module github.com/google/go-github/v61 to v62 [#3730]
- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v4 [#3729]
- chore(deps): update docker.io/mstruebing/editorconfig-checker docker tag to v3 [#3728]
- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.1.2 [#3724]
- fix(deps): update golang-packages [#3713]
- chore(deps): update postgres docker tag to v16.3 [#3719]
- chore(deps): update docker.io/appleboy/drone-discord docker tag to v1.3.2 [#3718]
- Added steps to reproduce and expected behavior in bug_report.yaml [#3714]
- flake: add flake-utils import and use eachDefaultSystem [#3704]
- Add nix flake for dev shell [#3702]
- Skip golangci in pre-commit.ci [#3692]
- chore(deps): update woodpeckerci/plugin-github-release docker tag to v1.2.0 [#3690]
- Switch back to upstream xgo image [#3682]
- Allow running tests on arm64 runners [#2605]
- chore(deps): update node.js to v22 [#3659]
- chore(deps): lock file maintenance [#3656]
- Add make target for spellcheck [#3648]
- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.1.1 [#3641]
- chore(deps): update web npm deps non-major [#3640]
- chore(deps): update web npm deps non-major [#3631]
- Use our github-release plugin [#3624]
- chore(deps): lock file maintenance [#3622]
- Fix spellcheck and enable more dirs [#3603]
- Update docker.io/golang Docker tag to v1.22.2 [#3596]
- Update pre...
2.4.1
2.4.1 - 2024-03-20
❤️ Thanks to all contributors! ❤️
@manuelluis, @qwerty287, @xoxys
🔒 Security
- Only allow to deploy from push, tag and release [#3522]
🐛 Bug Fixes
Misc
- Temp pin golangci version in makefile [#3520]
2.4.0
2.4.0 - 2024-03-19
❤️ Thanks to all contributors! ❤️
@6543, @Ray-D-Song, @anbraten, @eliasscosta, @fernandrone, @kjuulh, @kytta, @langecode, @lukashass, @qwerty287, @rockdrilla, @sinlov, @smainz, @xoxys, @zc-devs, @zowhoey
🔒 Security
- Improve security context handling [#3482]
- fix(deps): update module github.com/moby/moby to v24.0.9+incompatible [#3323]
✨ Features
📚 Documentation
- Delete docs for v0.15.x [#3508]
- Add deployment plugin [#3495]
- Bump follow-redirects and fix broken anchors [#3488]
- fix: plugin doc page not found [#3480]
- Documentation improvements [#3376]
- fix(deps): update docs npm deps non-major [#3455]
- Add "Sonatype Nexus" plugin [#3446]
- Add blog post [#3439]
- Add "Gradle Wrapper Validation" plugin [#3435]
- Add blog post [#3410]
- Extend core ideas documentation [#3405]
- docs: fix contributions link [#3363]
- Update/fix some docs [#3359]
- chore(deps): update dependency marked to v12 [#3325]
🐛 Bug Fixes
- Fix skip setup for some general cli commands [#3498]
- Move generic agent flags to cmd/agent/core [#3484]
- Fix usage of WOODPECKER_DATABASE_DATASOURCE_FILE [#3404]
- Set pull-request id and labels on pr-closed event [#3442]
- Update org name on login [#3409]
- Do not alter secret key upper-/lowercase [#3375]
- fix: can't run multiple services on k8s [#3395]
- Fix agent polling [#3378]
- Remove empty strings from slice before parsing agent config [#3387]
- Set correct link for commit [#3368]
- Fix schema links [#3369]
- Fix correctly handle gitlab pr closed events [#3362]
- fix: update schema event_enum to remove error warning when.event [#3357]
- Fix version check on next [#3340]
- Ignore gitlab merge request events without code changes [#3338]
- Ignore gitlab push events without commits [#3339]
- Consider gitlab inherited permissions [#3308]
- fix: agent panic when node is terminated during step execution [#3331]
📈 Enhancement
- Enable golangci linter gomnd [#3171]
- Apply "grpcnotrace" go build tag [#3448]
- Simplify store interfaces [#3437]
- Deprecate alternative names on secrets [#3406]
- Store workflows/steps for blocked pipeline [#2757]
- Parse email from Gitea webhook [#3420]
- Replace http types on forge interface [#3374]
- Prevent agent deletion when it's still running tasks [#3377]
- Refactor internal services [#915]
- Lint for event filter and deprecate
exclude
[#3222] - Allow editing all environment variables in pipeline popups [#3314]
- Parse backend options in backend [#3227]
- Make agent usable for external backends [#3270]
- Add no branches text [#3312]
- Add loading spinner to repo list [#3310]
Misc
- Post on mastodon when releasing a new version [#3509]
- chore(deps): update dependency alpine_3_18/ca-certificates to v20240226 [#3501]
- fix(deps): update module github.com/google/go-github/v59 to v60 [#3493]
- fix(deps): update dependency @intlify/unplugin-vue-i18n to v3 [#3492]
- chore(deps): update dependency vue-tsc to v2 [#3491]
- chore(deps): update dependency eslint-config-airbnb-typescript to v18 [#3490]
- chore(deps): update web npm deps non-major [#3489]
- fix(deps): update golang (packages) [#3486]
- fix(deps): update module google.golang.org/protobuf to v1.33.0 [security] [#3487]
- chore(deps): update docker.io/techknowlogick/xgo docker tag to go-1.22.1 [#3476]
- chore(deps): update docker.io/golang docker tag to v1.22.1 [#3475]
- Update prettier version [#3471]
- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.1.0 [#3464]
- chore(deps): lock file maintenance [#3465]
- chore(deps): update postgres docker tag to v16.2 [#3461]
- chore(deps): update lycheeverse/lychee docker tag to v0.14.3 [#3429]
- fix(deps): update golang (packages) [#3430]
- More
when
filters [#3407] - Apply
documentation
/ui
label to corresponding renovate updates [#3400] - chore(deps): update dependency eslint-plugin-simple-import-sort to v12 [#3396]
- chore(deps): update typescript-eslint monorepo to v7 (major) [#3397]
- fix(deps): update module github.com/google/go-github/v58 to v59 [#3398]
- chore(deps): update docker.io/techknowlogick/xgo docker tag to go-1.22.0 [#3392]
- chore(deps): update docker.io/golang docker tag [#3391]
- fix(deps): update golang (packages) [#3393]
- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v3.1.0 [#3394]
- Add link checking [#3371]
- Apply
dependencies
label to all PRs [#3358] - chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v3.0.1 [#3324]
2.3.0
2.3.0 - 2024-01-31
❤️ Thanks to all contributors! ❤️
@anbraten, @HerHde, @qwerty287, @pat-s, @renovate[bot], @lukashass, @zc-devs, @Alonsohhl, @healdropper, @eliasscosta, @runephilosof-karnovgroup
✨ Features
- Add release event [#3226]
📚 Documentation
🐛 Bug Fixes
- Fix Gitpod: Gitea auth token creation [#3299]
- Fix agent updating [#3287]
- Sanitize pod's step label [#3275]
- Pipeline errors must be an array [#3276]
- fix bitbucket SSO using UUID from bitbucket api response as ForgeRemoteID [#3265]
- fix: bug pod service without label service [#3256]
- Fix disabling PRs [#3258]
- fix: bug annotations [#3255]
📈 Enhancement
- Update theme on system color mode change [#3296]
- Improve secrets availability checks [#3271]
- Load more pipeline log lines (500 => 5000) [#3212]
- Clean up models [#3228]
Misc
- chore(deps): update docker.io/techknowlogick/xgo docker tag to go-1.21.6 [#3294]
- fix(deps): update docs npm deps non-major [#3295]
- Remove deprecated
group
from config [#3289] - Add spellcheck config [#3018]
- fix(deps): update golang (packages) [#3284]
- chore(deps): lock file maintenance [#3274]
- chore(deps): update web npm deps non-major [#3273]
- Pin prettier version [#3260]
- Fix prettier [#3259]
- Update UI building in Makefile [#3250]
2.2.2
2.2.1
2.2.0
2.2.0 - 2024-01-21
❤️ Thanks to all contributors! ❤️
@qwerty287, @zc-devs, @renovate[bot], @mzampetakis, @healdropper, @6543, @micash545, @xoxys, @pat-s, @miry, @lukashass, @lafriks, @pre-commit-ci[bot], @anbraten, @andyhan, @KamilaBorowska
🔒 Security
- Update web dependencies [#3234]
✨ Features
- Support custom steps entrypoint [#2985]
📚 Documentation
- Add 2.2 docs [#3237]
- Fix/improve issue templates [#3232]
- Delete
FUNDING.yaml
[#3193] - Remove contributing/security to use globally defined [#3192]
- Add "Kaniko" Plugin [#3183]
- Document core development ideas [#3184]
- Add continous deployment cookbook [#3098]
- Make k8s backend configuration docs in the same format as others [#3081]
- Hide backend config options from TOC [#3126]
- Add X/Twitter account [#3127]
- Add ansible plugin [#3115]
- Format depends_on example [#3118]
- Use WOODPECKER_AGENT_SECRET instead of deprecated alternative [#3103]
- Add Reviewdog ESLint plugin [#3102]
- Mark local backend as stable [#3088]
- Update Owners 2024 [#3075]
- Add reviewdog golangci plugin [#3080]
- Add Codeberg Pages Deploy plugin to plugins list [#3054]
🐛 Bug Fixes
- Fixed Pods creation of WP services [#3236]
- Fix Bitbucket get pull requests that ignores pagination [#3235]
- Make PipelineConfig unique again [#3215]
- Fix feed sorting [#3155]
- Step status update dont set to running again once it got stoped [#3151]
- Use step uuid instead of name in GRPC status calls [#3143]
- Use UUID instead of step name where possible [#3136]
- Use step type to detect services in Kubernetes backend [#3141]
- Fix config base64 parsing to utf-8 [#3110]
- Pin Gitea version [#3104]
- Fix step
depends_on
as string in schema [#3099] - Fix slice unmarshaling [#3097]
- Allow PR secrets to be used on close [#3084]
- make event in pipeline schema also a constraint_list [#3082]
- Fix badge's repoUrl with rootpath [#3076]
- Load changed files for closed PR [#3067]
- Fix build output paths [#3065]
- Fix
when
anddepends_on
[#3063] - Fix DAG cycle detection [#3049]
- Fix duplicated icons [#3045]
📈 Enhancement
- Retrieve all user repo perms with a single API call [#3211]
- Secured kubernetes backend configuration [#3204]
- Use
assert
for tests [#3201] - Replace
goimports
withgci
[#3202] - Remove multipart logger [#3200]
- Added protocol in port configuration [#2993]
- Kubernetes AppArmor and seccomp [#3123]
cli exec
: let override existing environment values but print a warning [#3140]- Enable golangci linter forcetypeassert [#3168]
- Enable golangci linter contextcheck [#3170]
- Remove panic recovering [#3162]
- More docker backend test remove more undocumented [#3156]
- Lowercase all log strings [#3173]
- Cleanups + prefer .yaml [#3069]
- Use UUID as podName and cleanup arguments for Kubernetes backend [#3135]
- Enable golangci linter stylecheck [#3167]
- Clean up logging [#3161]
- Enable
gocritic
and don't ignore globally [#3159] - Remove steps for publishing release branches [#3125]
- Enable
nolintlint
[#3158] - Enable some linters [#3129]
- Use name in backend types instead of alias [#3142]
- Make service icon rotate [#3149]
- Add step name as label to docker containers [#3137]
- Use js-base64 on pipeline log page [#3146]
- Flexible image pull secret reference [#3016]
- Always show pipeline step list [#3114]
- Add loading spinner and no pull request text [#3113]
- Fix timeout settings contrast [#3112]
- Unfold workflow when opening via URL [#3106]
- Remove env argument of addons [#3100]
- Move
cmd/common
toshared
[#3092] - use semver for version comparsion [#3042]
- Extend create plugin docs [#3062]
- Remove old files [#3077]
- Indicate if step is service [#3078]
- Add imports checks to linter [#3056]
- Remove workflow version again [#3052]
- Add option to disable version check in admin web UI [#3040]
Misc
- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v3 [#3229]
- Docs: Fix expression syntax docs url [#3208]
- Add schema test for depends_on [#3205]
- chore(deps): lock file maintenance [#3190]
- Do not run prettier with pre-commit [#3196]
- fix(deps): update module github.com/google/go-github/v57 to v58 [#3187]
- chore(deps): update docker.io/golang docker tag to v1.21.6 [#3189]
- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx [#3186]
- fix(deps): update golang (packages) [#3185]
- declare different when statements once and reuse them [#3176]
- Add
make clean-all
[#3152] - Fix
version.json
updates [#3057] - [pre-commit.ci] pre-commit autoupdate [#3101]
- Update dependency @vitejs/plugin-vue to v5 [[#3074](https://github.com/woodpecker-ci/woodpecker/...
2.1.1
2.1.1 - 2023-12-27
❤️ Thanks to all contributors! ❤️
🐛 Bug Fixes
- trim v on version check [#3039]
- make backend step dag generation deterministic [#3037]
- Fix showing wrong badge url when root path is set [#3033]
- Fix docs label [#3028]
📚 Documentation
- Update go report card badge [#3029]
Misc
- Add some tests [#3030]
2.1.0
2.1.0 - 2023-12-26
❤️ Thanks to all contributors! ❤️
@anbraten, @lukashass, @qwerty287, @6543, @Lerentis, @renovate[bot], @zc-devs, @johanvdw, @lafriks, @runephilosof-karnovgroup, @allanger, @xoxys, @gapanyc, @mikhail-putilov, @kaylynb, @voidcontext, @robbie-cahill, @micash545, @dominic-p, @mzampetakis
✨ Features
- Add pull request closed event [#2684]
- Add depends_on support for steps [#2771]
- gitlab: support nested repos [#2981]
- Support go plugins for forges and agent backends [#2751]
📈 Enhancement
- Show default branch on top [#3019]
- Support more addon types [#2984]
- Hide PR tab if PRs are disabled [#3004]
- Switch to ULID [#2986]
- Ignore pipelines without config [#2949]
- Link labels to input and select [#2974]
- Register Agent with hostname [#2936]
- Update slogan & logo [#2962]
- Improve error handling when activating a repository [#2965]
- Add check for storage where repo/org name is empty [#2968]
- Update pipeline icons [#2783]
- Kubernetes refactor [#2794]
- Export changed files via builtin environment variables [#2935]
- Show secrets from org and global level [#2873]
- Only update pipelineStatus in one place [#2952]
- Rename
engine
tobackend
[#2950] - Add linting for
log.Fatal()
[#2946] - Remove separate root path config [#2943]
- init CI_COMMIT_TAG if commit ref is a tag [#2934]
- Update go module path for major version 2 [#2905]
- Unify date/time dependencies [#2891]
- Add linting for
any
[#2893] - Fix vite deprecations [#2885]
- Migrate to Xormigrate [#2711]
- Simple security context options (Kubernetes) [#2550]
- Changes PullRequest Index to ForgeRemoteID type [#2823]
🐛 Bug Fixes
- Hide queue visualization if nothing to show [#3003]
- fix and lint swagger file [#3007]
- Fix IPv6 host aliases for kubernetes [#2992]
- Fix cli lint throwing error on warnings [#2995]
- Fix static file caching [#2975]
- Gitea driver: ignore GetOrg error if we get a valid user. [#2967]
- feat(k8s): Add a port name to service definition [#2933]
- Fix error container overflow [#2957]
- ignore some errors on repairAllRepos [#2792]
- Allow to restart pipelines that has warnings [#2939]
- Fix skipped pipelines model [#2923]
- fix: Add
backend_options
to service linter entry [#2930] - Fix flags added multiple times [#2914]
- Fix schema validation with array syntax for clone and services [#2920]
- Fix prometheus docs [#2919]
- Fix podman agent container in v2 [#2897]
- Fix bitbucket org fetching [#2874]
- Only deploy docs on
main
[#2892] - Fix pipeline-related environment [#2876]
- Fix version check partially [#2871]
- Fix unregistering agents when using agent tokens [#2870]
📚 Documentation
- [Awesome Woodpecker] added yet another autoscaler [#3011]
- Add cookbook blog and improve docs [#3002]
- Replace multi-pipelines with workflows on docs frontpage [#2990]
- Update README badges [#2956]
- Update 20-kubernetes.md [#2927]
- Add release documentation to CONTRIBUTING [#2917]
- Add nix-attic plugin to the index [#2889]
- Add usage with Tunnelmole to docs [#2881]
- Improve code blocks in docs [#2879]
- Add a blog post [#2877]
- Add documentation on Kubernetes securityContext [#2822]
- Add default page to categories [#2869]
- Use same format for Github docs as used for the other forges [#2866]
Misc
- chore(deps): update dependency isomorphic-dompurify to v2 [#3001]
- fix(deps): update dependency @intlify/unplugin-vue-i18n to v2 [#2998]
- Fix go in gitpod [#2973]
- fix(deps): update module google.golang.org/grpc to v1.60.1 [#2969]
- chore(deps): update docker.io/alpine docker tag to v3.19 [#2970]
- Fix broken gated repos [#2959]
- fix(deps): update golang (packages) [#2958]
- Update docker.io/techknowlogick/xgo Docker tag to go-1.21.5 [#2926]
- Update docker.io/golang Docker tag to v1.21.5 [#2925]
- Lock file maintenance [#2910]
- Update web npm deps non-major [#2909]
- Update docs npm deps non-major [#2908]
- Update golang (packages) [#2904]
- Update module github.com/google/go-github/v56 to v57 [#2899]
- Update dependency marked to v11 [#2898]
- Update dependency vite-svg-loader to v5 [#2837]
- Update golang (packages) [#2894]
- Update web npm deps non-major [#2895]
- Update web npm deps non-major [#2884]
- Update docker.io/woodpeckerci/plugin-docker-buildx Docker tag to v2.2.1 [#2883]
2.0.0
2.0.0 - 2023-11-23
❤️ Thanks to all contributors! ❤️
@qwerty287, @anbraten, @6543, @renovate[bot], @pat-s, @zc-devs, @xoxys, @lafriks, @silverwind, @pre-commit-ci[bot], @riczescaran, @J-Ha, @Janik-Haag, @jbiblio, @runephilosof-karnovgroup, @bitethecode, @HamburgerJungeJr, @nitram509, @JohnWalkerx, @OskarsPakers, @Exar04, @dominic-p, @categulario, @mzampetakis, @Timshel, @Denperidge, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @hpidcock, @ChewingBever, @azdle, @praneeth-ovckd
💥 Breaking changes
- Rename
link
tourl
[#2812] - Revert to singular CLI args [#2820]
- Use int64 for IDs in woodpecker client lib [#2703]
- Woodpecker-go: Use Feed instead of Activity [#2690]
- Do not sanitzie secrets with 3 or less chars [#2680]
- fix(deps): update docker to v24 [#2675]
- Remove
WOODPECKER_DOCS
config [#2647] - Remove plugin-only option from secrets [#2213]
- Remove deprecated API paths [#2639]
- Remove SSH backend [#2635]
- Remove deprecated
build
command [#2602] - Deprecate "platform" filter in favour of "labels" [#2181]
- Remove useless "sync" option from RepoListOpts from the client lib [#2090]
- Drop deprecated built-in environment variables [#2048]
🔒 Security
- Never log tokens [#2466]
- Check permissions on repo lookup [#2357]
- Change token logging to trace level [#2247]
- Validate webhook before changing any data [#2221]
✨ Features
- Add version and update notes [#2722]
- Add repos list for admins [#2347]
- Add org list [#2338]
- Add option to configure tolerations in kubernetes backend [#2249]
- Support user secrets [#2126]
- Add opt save global log output to file [#2115]
- Support bitbucket Dir() and support multi-workflows [#2045]
- Add ping command to server to allow container healthchecks [#2030]
📚 Documentation
- Add 2.0.0 post [#2864]
- Add extend env plugin [#2847]
- mark v1.0.x as unmaintained [#2818]
- Update docs npm deps non-major [#2799]
- Add docs about Gitea on same host and update docker-compose example [#2752]
- Update docusaurus plugin [#2804]
- Mark kubernetes backend as fully supported [#2756]
- Update docusaurus to v3 [#2732]
- Fix the wrong link to the cron job document [#2740]
- Improve secrets documentation [#2707]
- Add woodpecker-lint tool [#2648]
- Add autoscaler docs [#2631]
- Rework setup docs [#2630]
- doc: improve prometheus docs [#2617]
- docs add nixos install instructions [#2616]
- Add prettier plugin [#2621]
- [doc] improve documentation WOODPECKER_SESSION_EXPIRES [#2603]
- Update documentation WRT to recent
$platform
changes [#2531] - Add plugin "GitHub release" [#2592]
- Cleanup docs [#2478]
- Add plugin "Release helper" [#2584]
- Add plugin "Gitea Create Pull Request" to plugin index [#2581]
- Adjust github scopes and clarify documentation. [#2578]
- Remove redundant definition of webhook form docs [#2561]
- Add notes about CRI-O specific config [#2546]
- Fix incorrect yaml syntax for
ref
in docs [#2518] - Local image documentation [#2521]
- Adds bitbucket tag support in docs [#2536]
- Fix docs duplicate WOODPECKER_HOST assignment [#2501]
- Update github auth install [#2499]
- Update GH app installation instructions [#2472]
- Add videos [#2465]
- docs: missing info for runs_on [#2457]
- Add hint about alternative pipeline skip syntax [#2443]
- Fix typo in GitLab docs [#2376]
- clarify setup with gitlab with RFC1918 nets and non standard TLDs [#2363]
- Clarify env var
CI
in docs [#2349] - docs: yaml cheatsheet for advanced syntax [#2329]
- Improve explanation for globs in when:path [#2252]
- Fix usage description for backend-http-proxy flag [#2250]
- Restructure k8s documentation [#2193]
- Update list of "projects using Woodpecker" [#2196]
- Update 92-awesome.md [#2195]
- Better blog title/desc [#2182]
- Fix version in FAQ [#2101]
- Add blog posts/tutorials [#2095]
- update version docs about versioning [#2086]
- Fix client example [#2085]
- Update docs deps to address cves [#2080]
- fix: global registry docs [#2070]
- Improve bitbucket docs [#2066]
- update docs about versioning [#2043]
- Set v1.0 documents as default and mark v0.15 as unmaintained [#2034]
📈 Enhancement
- Cleanup plugins index [#2856]
- Bump default clone image version to 2.4.0 [#2852]
- Signal to clients the hook and event routes where removed [#2826]
- Replace
interface{}
withany
[#2807] - Fix repo owner filter [#2808]
- Sort agents list by ID [#2795]
- Fix css loading order in head [#2785]
- Fix error color contrast in dark theme [#2778]
- Replace linter icons to match theme [#2765]
- Switch to go vanity urls [#2706]
- Add workflow version [#2476]
- UI enhancements/fixes [#2754]
- Fail on missing secrets [[#2749](https://github.com/woodpecker-ci/woodpecker/...