1
0
Fork 0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-29 11:50:37 +00:00
Commit graph

52 commits

Author SHA1 Message Date
6543
929f1a16c4
Add changelog for v2.7.2 () 2024-11-04 22:32:06 +01:00
6543
0fc113364a
🎉 Release 2.7.1 () ()
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-09-07 10:52:38 +02:00
qwerty287
08b44b95c3
Remove reverted PR from changelog ()
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
2024-08-05 01:34:13 +02:00
qwerty287
94f8eba542
Frontport 2.6.1 changelog () 2024-07-21 19:49:51 +02:00
woodpecker-bot
805c3156f8
🎉 Release 2.7.0 ()
## [2.7.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.7.0) - 2024-07-18

### 🔒 Security

- Add blocklist of environment variables who could alter execution of plugins [[](https://github.com/woodpecker-ci/woodpecker/pull/3934)]
- Make sure plugins only mount the workspace base in a predefinde location [[](https://github.com/woodpecker-ci/woodpecker/pull/3933)]
- Disallow to set arbitrary environments for plugins [[](https://github.com/woodpecker-ci/woodpecker/pull/3909)]
- Use proper oauth state [[](https://github.com/woodpecker-ci/woodpecker/pull/3847)]
- Enhance token checking [[](https://github.com/woodpecker-ci/woodpecker/pull/3842)]
- Bump github.com/hashicorp/go-retryablehttp v0.7.5 -> v0.7.7 [[](https://github.com/woodpecker-ci/woodpecker/pull/3834)]

###  Features

- Gracefully shutdown server [[](https://github.com/woodpecker-ci/woodpecker/pull/3896)]
- Gracefully shutdown agent [[](https://github.com/woodpecker-ci/woodpecker/pull/3895)]
- Convert urls in logs to links  [[](https://github.com/woodpecker-ci/woodpecker/pull/3904)]
- Allow login using multiple forges [[](https://github.com/woodpecker-ci/woodpecker/pull/3822)]
- Global and organization registries [[](https://github.com/woodpecker-ci/woodpecker/pull/1672)]
- Cli get repo from git remote [[](https://github.com/woodpecker-ci/woodpecker/pull/3830)]
- Add api for forges [[](https://github.com/woodpecker-ci/woodpecker/pull/3733)]

### 📈 Enhancement

- Cli fix pipeline logs [[](https://github.com/woodpecker-ci/woodpecker/pull/3913)]
- Migrate to github.com/urfave/cli/v3 [[](https://github.com/woodpecker-ci/woodpecker/pull/2951)]
- Allow to change the working directory also for plugins and services [[](https://github.com/woodpecker-ci/woodpecker/pull/3914)]
- Remove `unplugin-icons` [[](https://github.com/woodpecker-ci/woodpecker/pull/3809)]
- Release windows binaries as zip file [[](https://github.com/woodpecker-ci/woodpecker/pull/3906)]
- Convert to openapi 3.0 [[](https://github.com/woodpecker-ci/woodpecker/pull/3897)]
- Enhance pipeline list [[](https://github.com/woodpecker-ci/woodpecker/pull/3898)]
- Add user registries UI [[](https://github.com/woodpecker-ci/woodpecker/pull/3888)]
- Sort users by login [[](https://github.com/woodpecker-ci/woodpecker/pull/3891)]
- Exclude dummy backend in production [[](https://github.com/woodpecker-ci/woodpecker/pull/3877)]
- Fix deploy task env [[](https://github.com/woodpecker-ci/woodpecker/pull/3878)]
- Get default branch and show message in pipeline list [[](https://github.com/woodpecker-ci/woodpecker/pull/3867)]
- Add timestamp for last work done by agent [[](https://github.com/woodpecker-ci/woodpecker/pull/3844)]
- Adjust logger types [[](https://github.com/woodpecker-ci/woodpecker/pull/3859)]
- Cleanup state reporting [[](https://github.com/woodpecker-ci/woodpecker/pull/3850)]
- Unify DB tables/columns [[](https://github.com/woodpecker-ci/woodpecker/pull/3806)]
- Let webhook pass on pipeline parsing error [[](https://github.com/woodpecker-ci/woodpecker/pull/3829)]
- Exclude mocks from release build [[](https://github.com/woodpecker-ci/woodpecker/pull/3831)]
- K8s secrets reference from step [[](https://github.com/woodpecker-ci/woodpecker/pull/3655)]

### 🐛 Bug Fixes

- Handle empty repositories in gitea when listing PRs [[](https://github.com/woodpecker-ci/woodpecker/pull/3925)]
- Update alpine package dep for docker images [[](https://github.com/woodpecker-ci/woodpecker/pull/3917)]
- Don't report error if agent was terminated gracefully [[](https://github.com/woodpecker-ci/woodpecker/pull/3894)]
- Let agents continuously report their health [[](https://github.com/woodpecker-ci/woodpecker/pull/3893)]
- Ignore warnings for cli exec [[](https://github.com/woodpecker-ci/woodpecker/pull/3868)]
- Correct favicon states [[](https://github.com/woodpecker-ci/woodpecker/pull/3832)]
- Cleanup of the login flow and tests [[](https://github.com/woodpecker-ci/woodpecker/pull/3810)]
- Fix newlines in logs [[](https://github.com/woodpecker-ci/woodpecker/pull/3808)]
- Fix authentication error handling [[](https://github.com/woodpecker-ci/woodpecker/pull/3807)]

### 📚 Documentation

- Streamline docs for new users [[](https://github.com/woodpecker-ci/woodpecker/pull/3803)]
- Add mastodon verification [[](https://github.com/woodpecker-ci/woodpecker/pull/3843)]
- chore(deps): update docs npm deps non-major [[](https://github.com/woodpecker-ci/woodpecker/pull/3837)]
- fix(deps): update docs npm deps non-major [[](https://github.com/woodpecker-ci/woodpecker/pull/3824)]
- Add openSUSE package [[](https://github.com/woodpecker-ci/woodpecker/pull/3800)]
- chore(deps): update docs npm deps non-major [[](https://github.com/woodpecker-ci/woodpecker/pull/3798)]
- Add "Docker Tags" Plugin [[](https://github.com/woodpecker-ci/woodpecker/pull/3796)]
- chore(deps): update dependency marked to v13 [[](https://github.com/woodpecker-ci/woodpecker/pull/3792)]
- chore: fix some comments [[](https://github.com/woodpecker-ci/woodpecker/pull/3788)]

### Misc

- chore(deps): update web npm deps non-major [[](https://github.com/woodpecker-ci/woodpecker/pull/3930)]
- chore(deps): update dependency vitest to v2 [[](https://github.com/woodpecker-ci/woodpecker/pull/3905)]
- fix(deps): update module github.com/google/go-github/v62 to v63 [[](https://github.com/woodpecker-ci/woodpecker/pull/3910)]
- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v4.1.0 [[](https://github.com/woodpecker-ci/woodpecker/pull/3908)]
- Update plugin-git and add renovate trigger [[](https://github.com/woodpecker-ci/woodpecker/pull/3901)]
- chore(deps): update docker.io/mstruebing/editorconfig-checker docker tag to v3.0.3 [[](https://github.com/woodpecker-ci/woodpecker/pull/3903)]
- fix(deps): update golang-packages [[](https://github.com/woodpecker-ci/woodpecker/pull/3875)]
- chore(deps): lock file maintenance [[](https://github.com/woodpecker-ci/woodpecker/pull/3876)]
- [pre-commit.ci] pre-commit autoupdate [[](https://github.com/woodpecker-ci/woodpecker/pull/3862)]
- Add dummy backend [[](https://github.com/woodpecker-ci/woodpecker/pull/3820)]
- chore(deps): update dependency replace-in-file to v8 [[](https://github.com/woodpecker-ci/woodpecker/pull/3852)]
- Update forgejo sdk [[](https://github.com/woodpecker-ci/woodpecker/pull/3840)]
- chore(deps): lock file maintenance [[](https://github.com/woodpecker-ci/woodpecker/pull/3838)]
- Allow to set dist dir using env var [[](https://github.com/woodpecker-ci/woodpecker/pull/3814)]
- chore(deps): lock file maintenance [[](https://github.com/woodpecker-ci/woodpecker/pull/3805)]
- chore(deps): update docker.io/lycheeverse/lychee docker tag to v0.15.1 [[](https://github.com/woodpecker-ci/woodpecker/pull/3797)]
2024-07-18 23:24:31 +02:00
woodpecker-bot
54b7dd18b2
🎉 Release 2.6.0 () 2024-06-13 19:43:22 +02:00
woodpecker-bot
c30a5752b4
🎉 Release 2.5.0 () 2024-06-01 08:40:39 +02:00
6543
7b3b09d628
Lint file names and directories via cSpell too () 2024-05-14 02:45:03 +02:00
woodpecker-bot
5a2a4bd53c
🎉 Release 2.4.1 ()
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go)
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `2.4.1` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.

## Options

- [ ] Mark this version as a release candidate

##
[2.4.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.4.1)
- 2024-03-20

### 🔒 Security

- Only allow to deploy from push, tag and release
[[](https://github.com/woodpecker-ci/woodpecker/pull/3522)]

### 🐛 Bug Fixes

- Exclude setup from cli command exec.
[[](https://github.com/woodpecker-ci/woodpecker/pull/3523)]
- Fix uppercased env
[[](https://github.com/woodpecker-ci/woodpecker/pull/3516)]
- Fix env schema
[[](https://github.com/woodpecker-ci/woodpecker/pull/3514)]

### Misc

- Temp pin golangci version in makefile
[[](https://github.com/woodpecker-ci/woodpecker/pull/3520)]

---------

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: 6543 <m.huber@kithara.com>
2024-03-20 21:51:24 +01:00
6543
14621fdb50
Fix links in CHANGELOG.md ()
The release plugin should be fixed to ...
2024-03-20 14:53:33 +02:00
woodpecker-bot
21d6ea2ba6
🎉 Release 2.4.0 ()
## [2.4.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.4.0) - 2024-03-19

### 🔒 Security

- Improve security context handling
[[](https://github.com/woodpecker-ci/woodpecker/pull/3482)]
- fix(deps): update module github.com/moby/moby to v24.0.9+incompatible
[[](https://github.com/woodpecker-ci/woodpecker/pull/3323)]

###  Features

- Cli setup command
[[](https://github.com/woodpecker-ci/woodpecker/pull/3384)]
- Add bitbucket datacenter (server) support
[[](https://github.com/woodpecker-ci/woodpecker/pull/2503)]
- Cli updater
[[](https://github.com/woodpecker-ci/woodpecker/pull/3382)]

### 📚 Documentation

- Delete docs for v0.15.x
[[](https://github.com/woodpecker-ci/woodpecker/pull/3508)]
- Add deployment plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/3495)]
- Bump follow-redirects and fix broken anchors
[[](https://github.com/woodpecker-ci/woodpecker/pull/3488)]
- fix: plugin doc page not found
[[](https://github.com/woodpecker-ci/woodpecker/pull/3480)]
- Documentation improvements
[[](https://github.com/woodpecker-ci/woodpecker/pull/3376)]
- fix(deps): update docs npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/3455)]
- Add "Sonatype Nexus" plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/3446)]
- Add blog post
[[](https://github.com/woodpecker-ci/woodpecker/pull/3439)]
- Add "Gradle Wrapper Validation" plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/3435)]
- Add blog post
[[](https://github.com/woodpecker-ci/woodpecker/pull/3410)]
- Extend core ideas documentation
[[](https://github.com/woodpecker-ci/woodpecker/pull/3405)]
- docs: fix contributions link
[[](https://github.com/woodpecker-ci/woodpecker/pull/3363)]
- Update/fix some docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/3359)]
- chore(deps): update dependency marked to v12
[[](https://github.com/woodpecker-ci/woodpecker/pull/3325)]

### 🐛 Bug Fixes

- Fix skip setup for some general cli commands
[[](https://github.com/woodpecker-ci/woodpecker/pull/3498)]
- Move generic agent flags to cmd/agent/core
[[](https://github.com/woodpecker-ci/woodpecker/pull/3484)]
- Fix usage of WOODPECKER_DATABASE_DATASOURCE_FILE
[[](https://github.com/woodpecker-ci/woodpecker/pull/3404)]
- Set pull-request id and labels on pr-closed event
[[](https://github.com/woodpecker-ci/woodpecker/pull/3442)]
- Update org name on login
[[](https://github.com/woodpecker-ci/woodpecker/pull/3409)]
- Do not alter secret key upper-/lowercase
[[](https://github.com/woodpecker-ci/woodpecker/pull/3375)]
- fix: can't run multiple services on k8s
[[](https://github.com/woodpecker-ci/woodpecker/pull/3395)]
- Fix agent polling
[[](https://github.com/woodpecker-ci/woodpecker/pull/3378)]
- Remove empty strings from slice before parsing agent config
[[](https://github.com/woodpecker-ci/woodpecker/pull/3387)]
- Set correct link for commit
[[](https://github.com/woodpecker-ci/woodpecker/pull/3368)]
- Fix schema links
[[](https://github.com/woodpecker-ci/woodpecker/pull/3369)]
- Fix correctly handle gitlab pr closed events
[[](https://github.com/woodpecker-ci/woodpecker/pull/3362)]
- fix: update schema event_enum to remove error warning when.event
[[](https://github.com/woodpecker-ci/woodpecker/pull/3357)]
- Fix version check on next
[[](https://github.com/woodpecker-ci/woodpecker/pull/3340)]
- Ignore gitlab merge request events without code changes
[[](https://github.com/woodpecker-ci/woodpecker/pull/3338)]
- Ignore gitlab push events without commits
[[](https://github.com/woodpecker-ci/woodpecker/pull/3339)]
- Consider gitlab inherited permissions
[[](https://github.com/woodpecker-ci/woodpecker/pull/3308)]
- fix: agent panic when node is terminated during step execution
[[](https://github.com/woodpecker-ci/woodpecker/pull/3331)]

### 📈 Enhancement

- Enable golangci linter gomnd
[[](https://github.com/woodpecker-ci/woodpecker/pull/3171)]
- Apply "grpcnotrace" go build tag
[[](https://github.com/woodpecker-ci/woodpecker/pull/3448)]
- Simplify store interfaces
[[](https://github.com/woodpecker-ci/woodpecker/pull/3437)]
- Deprecate alternative names on secrets
[[](https://github.com/woodpecker-ci/woodpecker/pull/3406)]
- Store workflows/steps for blocked pipeline
[[](https://github.com/woodpecker-ci/woodpecker/pull/2757)]
- Parse email from Gitea webhook
[[](https://github.com/woodpecker-ci/woodpecker/pull/3420)]
- Replace http types on forge interface
[[](https://github.com/woodpecker-ci/woodpecker/pull/3374)]
- Prevent agent deletion when it's still running tasks
[[](https://github.com/woodpecker-ci/woodpecker/pull/3377)]
- Refactor internal services
[[](https://github.com/woodpecker-ci/woodpecker/pull/915)]
- Lint for event filter and deprecate `exclude`
[[](https://github.com/woodpecker-ci/woodpecker/pull/3222)]
- Allow editing all environment variables in pipeline popups
[[](https://github.com/woodpecker-ci/woodpecker/pull/3314)]
- Parse backend options in backend
[[](https://github.com/woodpecker-ci/woodpecker/pull/3227)]
- Make agent usable for external backends
[[](https://github.com/woodpecker-ci/woodpecker/pull/3270)]
- Add no branches text
[[](https://github.com/woodpecker-ci/woodpecker/pull/3312)]
- Add loading spinner to repo list
[[](https://github.com/woodpecker-ci/woodpecker/pull/3310)]

### Misc

- Post on mastodon when releasing a new version
[[](https://github.com/woodpecker-ci/woodpecker/pull/3509)]
- chore(deps): update dependency alpine_3_18/ca-certificates to
v20240226
[[](https://github.com/woodpecker-ci/woodpecker/pull/3501)]
- fix(deps): update module github.com/google/go-github/v59 to v60
[[](https://github.com/woodpecker-ci/woodpecker/pull/3493)]
- fix(deps): update dependency @intlify/unplugin-vue-i18n to v3
[[](https://github.com/woodpecker-ci/woodpecker/pull/3492)]
- chore(deps): update dependency vue-tsc to v2
[[](https://github.com/woodpecker-ci/woodpecker/pull/3491)]
- chore(deps): update dependency eslint-config-airbnb-typescript to v18
[[](https://github.com/woodpecker-ci/woodpecker/pull/3490)]
- chore(deps): update web npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/3489)]
- fix(deps): update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/3486)]
- fix(deps): update module google.golang.org/protobuf to v1.33.0
[security]
[[](https://github.com/woodpecker-ci/woodpecker/pull/3487)]
- chore(deps): update docker.io/techknowlogick/xgo docker tag to
go-1.22.1
[[](https://github.com/woodpecker-ci/woodpecker/pull/3476)]
- chore(deps): update docker.io/golang docker tag to v1.22.1
[[](https://github.com/woodpecker-ci/woodpecker/pull/3475)]
- Update prettier version
[[](https://github.com/woodpecker-ci/woodpecker/pull/3471)]
- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to
v1.1.0 [[](https://github.com/woodpecker-ci/woodpecker/pull/3464)]
- chore(deps): lock file maintenance
[[](https://github.com/woodpecker-ci/woodpecker/pull/3465)]
- chore(deps): update postgres docker tag to v16.2
[[](https://github.com/woodpecker-ci/woodpecker/pull/3461)]
- chore(deps): update lycheeverse/lychee docker tag to v0.14.3
[[](https://github.com/woodpecker-ci/woodpecker/pull/3429)]
- fix(deps): update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/3430)]
- More `when` filters
[[](https://github.com/woodpecker-ci/woodpecker/pull/3407)]
- Apply `documentation`/`ui` label to corresponding renovate updates
[[](https://github.com/woodpecker-ci/woodpecker/pull/3400)]
- chore(deps): update dependency eslint-plugin-simple-import-sort to v12
[[](https://github.com/woodpecker-ci/woodpecker/pull/3396)]
- chore(deps): update typescript-eslint monorepo to v7 (major)
[[](https://github.com/woodpecker-ci/woodpecker/pull/3397)]
- fix(deps): update module github.com/google/go-github/v58 to v59
[[](https://github.com/woodpecker-ci/woodpecker/pull/3398)]
- chore(deps): update docker.io/techknowlogick/xgo docker tag to
go-1.22.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/3392)]
- chore(deps): update docker.io/golang docker tag
[[](https://github.com/woodpecker-ci/woodpecker/pull/3391)]
- fix(deps): update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/3393)]
- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker
tag to v3.1.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/3394)]
- Add link checking
[[](https://github.com/woodpecker-ci/woodpecker/pull/3371)]
- Apply `dependencies` label to all PRs
[[](https://github.com/woodpecker-ci/woodpecker/pull/3358)]
- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker
tag to v3.0.1
[[](https://github.com/woodpecker-ci/woodpecker/pull/3324)]

---------

Co-authored-by: 6543 <m.huber@kithara.com>
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2024-03-19 12:41:14 +01:00
woodpecker-bot
ee56a6ad01
🎉 Release 2.3.0 ()
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go)
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `2.3.0` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.

## Options

- [ ] Mark this version as a release candidate

##
[2.3.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.3.0)
- 2024-01-31

###  Features

- Add release event
[[](https://github.com/woodpecker-ci/woodpecker/pull/3226)]

### 📚 Documentation

- Add release types
[[](https://github.com/woodpecker-ci/woodpecker/pull/3303)]
- Add opencollective footer
[[](https://github.com/woodpecker-ci/woodpecker/pull/3281)]
- Use array syntax in docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/3242)]

### 🐛 Bug Fixes

- Fix Gitpod: Gitea auth token creation
[[](https://github.com/woodpecker-ci/woodpecker/pull/3299)]
- Fix agent updating
[[](https://github.com/woodpecker-ci/woodpecker/pull/3287)]
- Sanitize pod's step label
[[](https://github.com/woodpecker-ci/woodpecker/pull/3275)]
- Pipeline errors must be an array
[[](https://github.com/woodpecker-ci/woodpecker/pull/3276)]
- fix bitbucket SSO using UUID from bitbucket api response as
ForgeRemoteID
[[](https://github.com/woodpecker-ci/woodpecker/pull/3265)]
- fix: bug pod service without label service
[[](https://github.com/woodpecker-ci/woodpecker/pull/3256)]
- Fix disabling PRs
[[](https://github.com/woodpecker-ci/woodpecker/pull/3258)]
- fix: bug annotations
[[](https://github.com/woodpecker-ci/woodpecker/pull/3255)]

### 📈 Enhancement

- Update theme on system color mode change
[[](https://github.com/woodpecker-ci/woodpecker/pull/3296)]
- Improve secrets availability checks
[[](https://github.com/woodpecker-ci/woodpecker/pull/3271)]
- Load more pipeline log lines (500 => 5000)
[[](https://github.com/woodpecker-ci/woodpecker/pull/3212)]
- Clean up models
[[](https://github.com/woodpecker-ci/woodpecker/pull/3228)]

### Misc

- chore(deps): update docker.io/techknowlogick/xgo docker tag to
go-1.21.6
[[](https://github.com/woodpecker-ci/woodpecker/pull/3294)]
- fix(deps): update docs npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/3295)]
- Remove deprecated `group` from config
[[](https://github.com/woodpecker-ci/woodpecker/pull/3289)]
- Add spellcheck config
[[](https://github.com/woodpecker-ci/woodpecker/pull/3018)]
- fix(deps): update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/3284)]
- chore(deps): lock file maintenance
[[](https://github.com/woodpecker-ci/woodpecker/pull/3274)]
- chore(deps): update web npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/3273)]
- Pin prettier version
[[](https://github.com/woodpecker-ci/woodpecker/pull/3260)]
- Fix prettier
[[](https://github.com/woodpecker-ci/woodpecker/pull/3259)]
- Update UI building in Makefile
[[](https://github.com/woodpecker-ci/woodpecker/pull/3250)]
2024-01-31 17:41:26 +01:00
woodpecker-bot
a19c488a99
🎉 Release 2.2.2 ()
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go)
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `2.2.2` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.

## Options

- [ ] Mark this version as a release candidate

##
[2.2.2](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.2.2)
- 2024-01-21

### Misc

- build: fix nfpm path for server binary
[[](https://github.com/woodpecker-ci/woodpecker/pull/3246)]
2024-01-21 23:11:12 +01:00
woodpecker-bot
c64a815157
🎉 Release 2.2.1 ()
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go)
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `2.2.1` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.

## Options

- [ ] Mark this version as a release candidate

##
[2.2.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.2.1)
- 2024-01-21

### 🐛 Bug Fixes

- Add gitea/forgejo driver check, to handle ErrUnknownVersion error
[[](https://github.com/woodpecker-ci/woodpecker/pull/3243)]

### Misc

- Build tarball for distribution packages
[[](https://github.com/woodpecker-ci/woodpecker/pull/3244)]
2024-01-21 22:31:30 +01:00
woodpecker-bot
b24970f358
🎉 Release 2.2.0 ()
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go)
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `2.2.0` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.

## Options

- [ ] Mark this version as a release candidate

##
[2.2.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.2.0)
- 2024-01-21

### 🔒 Security

- Update web dependencies
[[](https://github.com/woodpecker-ci/woodpecker/pull/3234)]

###  Features

- Support custom steps entrypoint
[[](https://github.com/woodpecker-ci/woodpecker/pull/2985)]

### 📚 Documentation

- Add 2.2 docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/3237)]
- Fix/improve issue templates
[[](https://github.com/woodpecker-ci/woodpecker/pull/3232)]
- Delete `FUNDING.yaml`
[[](https://github.com/woodpecker-ci/woodpecker/pull/3193)]
- Remove contributing/security to use globally defined
[[](https://github.com/woodpecker-ci/woodpecker/pull/3192)]
- Add "Kaniko" Plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/3183)]
- Document core development ideas
[[](https://github.com/woodpecker-ci/woodpecker/pull/3184)]
- Add continous deployment cookbook
[[](https://github.com/woodpecker-ci/woodpecker/pull/3098)]
- Make k8s backend configuration docs in the same format as others
[[](https://github.com/woodpecker-ci/woodpecker/pull/3081)]
- Hide backend config options from TOC
[[](https://github.com/woodpecker-ci/woodpecker/pull/3126)]
- Add X/Twitter account
[[](https://github.com/woodpecker-ci/woodpecker/pull/3127)]
- Add ansible plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/3115)]
- Format depends_on example
[[](https://github.com/woodpecker-ci/woodpecker/pull/3118)]
- Use WOODPECKER_AGENT_SECRET instead of deprecated alternative
[[](https://github.com/woodpecker-ci/woodpecker/pull/3103)]
- Add Reviewdog ESLint plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/3102)]
- Mark local backend as stable
[[](https://github.com/woodpecker-ci/woodpecker/pull/3088)]
- Update Owners 2024
[[](https://github.com/woodpecker-ci/woodpecker/pull/3075)]
- Add reviewdog golangci plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/3080)]
- Add Codeberg Pages Deploy plugin to plugins list
[[](https://github.com/woodpecker-ci/woodpecker/pull/3054)]

### 🐛 Bug Fixes

- Fixed Pods creation of WP services
[[](https://github.com/woodpecker-ci/woodpecker/pull/3236)]
- Fix Bitbucket get pull requests that ignores pagination
[[](https://github.com/woodpecker-ci/woodpecker/pull/3235)]
- Make PipelineConfig unique again
[[](https://github.com/woodpecker-ci/woodpecker/pull/3215)]
- Fix feed sorting
[[](https://github.com/woodpecker-ci/woodpecker/pull/3155)]
- Step status update dont set to running again once it got stoped
[[](https://github.com/woodpecker-ci/woodpecker/pull/3151)]
- Use step uuid instead of name in GRPC status calls
[[](https://github.com/woodpecker-ci/woodpecker/pull/3143)]
- Use UUID instead of step name where possible
[[](https://github.com/woodpecker-ci/woodpecker/pull/3136)]
- Use step type to detect services in Kubernetes backend
[[](https://github.com/woodpecker-ci/woodpecker/pull/3141)]
- Fix config base64 parsing to utf-8
[[](https://github.com/woodpecker-ci/woodpecker/pull/3110)]
- Pin Gitea version
[[](https://github.com/woodpecker-ci/woodpecker/pull/3104)]
- Fix step `depends_on` as string in schema
[[](https://github.com/woodpecker-ci/woodpecker/pull/3099)]
- Fix slice unmarshaling
[[](https://github.com/woodpecker-ci/woodpecker/pull/3097)]
- Allow PR secrets to be used on close
[[](https://github.com/woodpecker-ci/woodpecker/pull/3084)]
- make event in pipeline schema also a constraint_list
[[](https://github.com/woodpecker-ci/woodpecker/pull/3082)]
- Fix badge's repoUrl with rootpath
[[](https://github.com/woodpecker-ci/woodpecker/pull/3076)]
- Load changed files for closed PR
[[](https://github.com/woodpecker-ci/woodpecker/pull/3067)]
- Fix build output paths
[[](https://github.com/woodpecker-ci/woodpecker/pull/3065)]
- Fix `when` and `depends_on`
[[](https://github.com/woodpecker-ci/woodpecker/pull/3063)]
- Fix DAG cycle detection
[[](https://github.com/woodpecker-ci/woodpecker/pull/3049)]
- Fix duplicated icons
[[](https://github.com/woodpecker-ci/woodpecker/pull/3045)]

### 📈 Enhancement

- Retrieve all user repo perms with a single API call
[[](https://github.com/woodpecker-ci/woodpecker/pull/3211)]
- Secured kubernetes backend configuration
[[](https://github.com/woodpecker-ci/woodpecker/pull/3204)]
- Use `assert` for tests
[[](https://github.com/woodpecker-ci/woodpecker/pull/3201)]
- Replace `goimports` with `gci`
[[](https://github.com/woodpecker-ci/woodpecker/pull/3202)]
- Remove multipart logger
[[](https://github.com/woodpecker-ci/woodpecker/pull/3200)]
- Added protocol in port configuration
[[](https://github.com/woodpecker-ci/woodpecker/pull/2993)]
- Kubernetes AppArmor and seccomp
[[](https://github.com/woodpecker-ci/woodpecker/pull/3123)]
- `cli exec`: let override existing environment values but print a
warning [[](https://github.com/woodpecker-ci/woodpecker/pull/3140)]
- Enable golangci linter forcetypeassert
[[](https://github.com/woodpecker-ci/woodpecker/pull/3168)]
- Enable golangci linter contextcheck
[[](https://github.com/woodpecker-ci/woodpecker/pull/3170)]
- Remove panic recovering
[[](https://github.com/woodpecker-ci/woodpecker/pull/3162)]
- More docker backend test remove more undocumented
[[](https://github.com/woodpecker-ci/woodpecker/pull/3156)]
- Lowercase all log strings
[[](https://github.com/woodpecker-ci/woodpecker/pull/3173)]
- Cleanups + prefer .yaml
[[](https://github.com/woodpecker-ci/woodpecker/pull/3069)]
- Use UUID as podName and cleanup arguments for Kubernetes backend
[[](https://github.com/woodpecker-ci/woodpecker/pull/3135)]
- Enable golangci linter stylecheck
[[](https://github.com/woodpecker-ci/woodpecker/pull/3167)]
- Clean up logging
[[](https://github.com/woodpecker-ci/woodpecker/pull/3161)]
- Enable `gocritic` and don't ignore globally
[[](https://github.com/woodpecker-ci/woodpecker/pull/3159)]
- Remove steps for publishing release branches
[[](https://github.com/woodpecker-ci/woodpecker/pull/3125)]
- Enable `nolintlint`
[[](https://github.com/woodpecker-ci/woodpecker/pull/3158)]
- Enable some linters
[[](https://github.com/woodpecker-ci/woodpecker/pull/3129)]
- Use name in backend types instead of alias
[[](https://github.com/woodpecker-ci/woodpecker/pull/3142)]
- Make service icon rotate
[[](https://github.com/woodpecker-ci/woodpecker/pull/3149)]
- Add step name as label to docker containers
[[](https://github.com/woodpecker-ci/woodpecker/pull/3137)]
- Use js-base64 on pipeline log page
[[](https://github.com/woodpecker-ci/woodpecker/pull/3146)]
- Flexible image pull secret reference
[[](https://github.com/woodpecker-ci/woodpecker/pull/3016)]
- Always show pipeline step list
[[](https://github.com/woodpecker-ci/woodpecker/pull/3114)]
- Add loading spinner and no pull request text
[[](https://github.com/woodpecker-ci/woodpecker/pull/3113)]
- Fix timeout settings contrast
[[](https://github.com/woodpecker-ci/woodpecker/pull/3112)]
- Unfold workflow when opening via URL
[[](https://github.com/woodpecker-ci/woodpecker/pull/3106)]
- Remove env argument of addons
[[](https://github.com/woodpecker-ci/woodpecker/pull/3100)]
- Move `cmd/common` to `shared`
[[](https://github.com/woodpecker-ci/woodpecker/pull/3092)]
- use semver for version comparsion
[[](https://github.com/woodpecker-ci/woodpecker/pull/3042)]
- Extend create plugin docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/3062)]
- Remove old files
[[](https://github.com/woodpecker-ci/woodpecker/pull/3077)]
- Indicate if step is service
[[](https://github.com/woodpecker-ci/woodpecker/pull/3078)]
- Add imports checks to linter
[[](https://github.com/woodpecker-ci/woodpecker/pull/3056)]
- Remove workflow version again
[[](https://github.com/woodpecker-ci/woodpecker/pull/3052)]
- Add option to disable version check in admin web UI
[[](https://github.com/woodpecker-ci/woodpecker/pull/3040)]

### Misc

- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker
tag to v3
[[](https://github.com/woodpecker-ci/woodpecker/pull/3229)]
- Docs: Fix expression syntax docs url
[[](https://github.com/woodpecker-ci/woodpecker/pull/3208)]
- Add schema test for depends_on
[[](https://github.com/woodpecker-ci/woodpecker/pull/3205)]
- chore(deps): lock file maintenance
[[](https://github.com/woodpecker-ci/woodpecker/pull/3190)]
- Do not run prettier with pre-commit
[[](https://github.com/woodpecker-ci/woodpecker/pull/3196)]
- fix(deps): update module github.com/google/go-github/v57 to v58
[[](https://github.com/woodpecker-ci/woodpecker/pull/3187)]
- chore(deps): update docker.io/golang docker tag to v1.21.6
[[](https://github.com/woodpecker-ci/woodpecker/pull/3189)]
- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx
[[](https://github.com/woodpecker-ci/woodpecker/pull/3186)]
- fix(deps): update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/3185)]
- declare different when statements once and reuse them
[[](https://github.com/woodpecker-ci/woodpecker/pull/3176)]
- Add `make clean-all`
[[](https://github.com/woodpecker-ci/woodpecker/pull/3152)]
- Fix `version.json` updates
[[](https://github.com/woodpecker-ci/woodpecker/pull/3057)]
- [pre-commit.ci] pre-commit autoupdate
[[](https://github.com/woodpecker-ci/woodpecker/pull/3101)]
- Update dependency @vitejs/plugin-vue to v5
[[](https://github.com/woodpecker-ci/woodpecker/pull/3074)]
- Use CI vars for plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/3061)]
- Use `yamllint`
[[](https://github.com/woodpecker-ci/woodpecker/pull/3066)]
- Use dag in ci config
[[](https://github.com/woodpecker-ci/woodpecker/pull/3010)]
2024-01-21 20:28:07 +01:00
woodpecker-bot
1844d30f91
🎉 Release 2.1.1 ()
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go)
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `2.1.1` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.

## Options

- [ ] Mark this version as a release candidate

##
[2.1.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.1.1)
- 2023-12-27

### 🐛 Bug Fixes

- trim v on version check
[[](https://github.com/woodpecker-ci/woodpecker/pull/3039)]
- make backend step dag generation deterministic
[[](https://github.com/woodpecker-ci/woodpecker/pull/3037)]
- Fix showing wrong badge url when root path is set
[[](https://github.com/woodpecker-ci/woodpecker/pull/3033)]
- Fix docs label
[[](https://github.com/woodpecker-ci/woodpecker/pull/3028)]

### 📚 Documentation

- Update go report card badge
[[](https://github.com/woodpecker-ci/woodpecker/pull/3029)]

### Misc

- Add some tests
[[](https://github.com/woodpecker-ci/woodpecker/pull/3030)]
2023-12-27 15:19:49 +01:00
woodpecker-bot
49764f6eba
🎉 Release 2.1.0 ()
## [2.1.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.1.0)
- 2023-12-26

###  Features

- Add pull request closed event
[[](https://github.com/woodpecker-ci/woodpecker/pull/2684)]
- Add depends_on support for steps
[[](https://github.com/woodpecker-ci/woodpecker/pull/2771)]
- gitlab: support nested repos
[[](https://github.com/woodpecker-ci/woodpecker/pull/2981)]
- Support go plugins for forges and agent backends
[[](https://github.com/woodpecker-ci/woodpecker/pull/2751)]

### 📈 Enhancement

- Show default branch on top
[[](https://github.com/woodpecker-ci/woodpecker/pull/3019)]
- Support more addon types
[[](https://github.com/woodpecker-ci/woodpecker/pull/2984)]
- Hide PR tab if PRs are disabled
[[](https://github.com/woodpecker-ci/woodpecker/pull/3004)]
- Switch to ULID
[[](https://github.com/woodpecker-ci/woodpecker/pull/2986)]
- Ignore pipelines without config
[[](https://github.com/woodpecker-ci/woodpecker/pull/2949)]
- Link labels to input and select
[[](https://github.com/woodpecker-ci/woodpecker/pull/2974)]
- Register Agent with hostname
[[](https://github.com/woodpecker-ci/woodpecker/pull/2936)]
- Update slogan & logo
[[](https://github.com/woodpecker-ci/woodpecker/pull/2962)]
- Improve error handling when activating a repository
[[](https://github.com/woodpecker-ci/woodpecker/pull/2965)]
- Add check for storage where repo/org name is empty
[[](https://github.com/woodpecker-ci/woodpecker/pull/2968)]
- Update pipeline icons
[[](https://github.com/woodpecker-ci/woodpecker/pull/2783)]
- Kubernetes refactor
[[](https://github.com/woodpecker-ci/woodpecker/pull/2794)]
- Export changed files via builtin environment variables
[[](https://github.com/woodpecker-ci/woodpecker/pull/2935)]
- Show secrets from org and global level
[[](https://github.com/woodpecker-ci/woodpecker/pull/2873)]
- Only update pipelineStatus in one place
[[](https://github.com/woodpecker-ci/woodpecker/pull/2952)]
- Rename `engine` to `backend`
[[](https://github.com/woodpecker-ci/woodpecker/pull/2950)]
- Add linting for `log.Fatal()`
[[](https://github.com/woodpecker-ci/woodpecker/pull/2946)]
- Remove separate root path config
[[](https://github.com/woodpecker-ci/woodpecker/pull/2943)]
- init CI_COMMIT_TAG if commit ref is a tag
[[](https://github.com/woodpecker-ci/woodpecker/pull/2934)]
- Update go module path for major version 2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2905)]
- Unify date/time dependencies
[[](https://github.com/woodpecker-ci/woodpecker/pull/2891)]
- Add linting for `any`
[[](https://github.com/woodpecker-ci/woodpecker/pull/2893)]
- Fix vite deprecations
[[](https://github.com/woodpecker-ci/woodpecker/pull/2885)]
- Migrate to Xormigrate
[[](https://github.com/woodpecker-ci/woodpecker/pull/2711)]
- Simple security context options (Kubernetes)
[[](https://github.com/woodpecker-ci/woodpecker/pull/2550)]
- Changes PullRequest Index to ForgeRemoteID type
[[](https://github.com/woodpecker-ci/woodpecker/pull/2823)]

### 🐛 Bug Fixes

- Hide queue visualization if nothing to show
[[](https://github.com/woodpecker-ci/woodpecker/pull/3003)]
- fix and lint swagger file
[[](https://github.com/woodpecker-ci/woodpecker/pull/3007)]
- Fix IPv6 host aliases for kubernetes
[[](https://github.com/woodpecker-ci/woodpecker/pull/2992)]
- Fix cli lint throwing error on warnings
[[](https://github.com/woodpecker-ci/woodpecker/pull/2995)]
- Fix static file caching
[[](https://github.com/woodpecker-ci/woodpecker/pull/2975)]
- Gitea driver: ignore GetOrg error if we get a valid user.
[[](https://github.com/woodpecker-ci/woodpecker/pull/2967)]
- feat(k8s): Add a port name to service definition
[[](https://github.com/woodpecker-ci/woodpecker/pull/2933)]
- Fix error container overflow
[[](https://github.com/woodpecker-ci/woodpecker/pull/2957)]
- ignore some errors on repairAllRepos
[[](https://github.com/woodpecker-ci/woodpecker/pull/2792)]
- Allow to restart pipelines that has warnings
[[](https://github.com/woodpecker-ci/woodpecker/pull/2939)]
- Fix skipped pipelines model
[[](https://github.com/woodpecker-ci/woodpecker/pull/2923)]
- fix: Add `backend_options` to service linter entry
[[](https://github.com/woodpecker-ci/woodpecker/pull/2930)]
- Fix flags added multiple times
[[](https://github.com/woodpecker-ci/woodpecker/pull/2914)]
- Fix schema validation with array syntax for clone and services
[[](https://github.com/woodpecker-ci/woodpecker/pull/2920)]
- Fix prometheus docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2919)]
- Fix podman agent container in v2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2897)]
- Fix bitbucket org fetching
[[](https://github.com/woodpecker-ci/woodpecker/pull/2874)]
- Only deploy docs on `main`
[[](https://github.com/woodpecker-ci/woodpecker/pull/2892)]
- Fix pipeline-related environment
[[](https://github.com/woodpecker-ci/woodpecker/pull/2876)]
- Fix version check partially
[[](https://github.com/woodpecker-ci/woodpecker/pull/2871)]
- Fix unregistering agents when using agent tokens
[[](https://github.com/woodpecker-ci/woodpecker/pull/2870)]

### 📚 Documentation

- [Awesome Woodpecker] added yet another autoscaler
[[](https://github.com/woodpecker-ci/woodpecker/pull/3011)]
- Add cookbook blog and improve docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/3002)]
- Replace multi-pipelines with workflows on docs frontpage
[[](https://github.com/woodpecker-ci/woodpecker/pull/2990)]
- Update README badges
[[](https://github.com/woodpecker-ci/woodpecker/pull/2956)]
- Update 20-kubernetes.md
[[](https://github.com/woodpecker-ci/woodpecker/pull/2927)]
- Add release documentation to CONTRIBUTING
[[](https://github.com/woodpecker-ci/woodpecker/pull/2917)]
- Add nix-attic plugin to the index
[[](https://github.com/woodpecker-ci/woodpecker/pull/2889)]
- Add usage with Tunnelmole to docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2881)]
- Improve code blocks in docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2879)]
- Add a blog post
[[](https://github.com/woodpecker-ci/woodpecker/pull/2877)]
- Add documentation on Kubernetes securityContext
[[](https://github.com/woodpecker-ci/woodpecker/pull/2822)]
- Add default page to categories
[[](https://github.com/woodpecker-ci/woodpecker/pull/2869)]
- Use same format for Github docs as used for the other forges
[[](https://github.com/woodpecker-ci/woodpecker/pull/2866)]

### Misc

- chore(deps): update dependency isomorphic-dompurify to v2
[[](https://github.com/woodpecker-ci/woodpecker/pull/3001)]
- fix(deps): update dependency @intlify/unplugin-vue-i18n to v2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2998)]
- Fix go in gitpod
[[](https://github.com/woodpecker-ci/woodpecker/pull/2973)]
- fix(deps): update module google.golang.org/grpc to v1.60.1
[[](https://github.com/woodpecker-ci/woodpecker/pull/2969)]
- chore(deps): update docker.io/alpine docker tag to v3.19
[[](https://github.com/woodpecker-ci/woodpecker/pull/2970)]
- Fix broken gated repos
[[](https://github.com/woodpecker-ci/woodpecker/pull/2959)]
- fix(deps): update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/2958)]
- Update docker.io/techknowlogick/xgo Docker tag to go-1.21.5
[[](https://github.com/woodpecker-ci/woodpecker/pull/2926)]
- Update docker.io/golang Docker tag to v1.21.5
[[](https://github.com/woodpecker-ci/woodpecker/pull/2925)]
- Lock file maintenance
[[](https://github.com/woodpecker-ci/woodpecker/pull/2910)]
- Update web npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2909)]
- Update docs npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2908)]
- Update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/2904)]
- Update module github.com/google/go-github/v56 to v57
[[](https://github.com/woodpecker-ci/woodpecker/pull/2899)]
- Update dependency marked to v11
[[](https://github.com/woodpecker-ci/woodpecker/pull/2898)]
- Update dependency vite-svg-loader to v5
[[](https://github.com/woodpecker-ci/woodpecker/pull/2837)]
- Update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/2894)]
- Update web npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2895)]
- Update web npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2884)]
- Update docker.io/woodpeckerci/plugin-docker-buildx Docker tag to
v2.2.1 [[](https://github.com/woodpecker-ci/woodpecker/pull/2883)]
2023-12-26 19:55:39 +01:00
woodpecker-bot
0fc428aa8e
🎉 Release 2.0.0 ()
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go)
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `2.0.0` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.

## Options

- [ ] Mark this version as a release candidate

##
[2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0)
- 2023-11-23

### 💥 Breaking changes

- Rename `link` to `url`
[[](https://github.com/woodpecker-ci/woodpecker/pull/2812)]
- Revert to singular CLI args
[[](https://github.com/woodpecker-ci/woodpecker/pull/2820)]
- Use int64 for IDs in woodpecker client lib
[[](https://github.com/woodpecker-ci/woodpecker/pull/2703)]
- Woodpecker-go: Use Feed instead of Activity
[[](https://github.com/woodpecker-ci/woodpecker/pull/2690)]
- Do not sanitzie secrets with 3 or less chars
[[](https://github.com/woodpecker-ci/woodpecker/pull/2680)]
- fix(deps): update docker to v24
[[](https://github.com/woodpecker-ci/woodpecker/pull/2675)]
- Remove `WOODPECKER_DOCS` config
[[](https://github.com/woodpecker-ci/woodpecker/pull/2647)]
- Remove plugin-only option from secrets
[[](https://github.com/woodpecker-ci/woodpecker/pull/2213)]
- Remove deprecated API paths
[[](https://github.com/woodpecker-ci/woodpecker/pull/2639)]
- Remove SSH backend
[[](https://github.com/woodpecker-ci/woodpecker/pull/2635)]
- Remove deprecated `build` command
[[](https://github.com/woodpecker-ci/woodpecker/pull/2602)]
- Deprecate "platform" filter in favour of "labels"
[[](https://github.com/woodpecker-ci/woodpecker/pull/2181)]
- Remove useless "sync" option from RepoListOpts from the client lib
[[](https://github.com/woodpecker-ci/woodpecker/pull/2090)]
- Drop deprecated built-in environment variables
[[](https://github.com/woodpecker-ci/woodpecker/pull/2048)]

### 🔒 Security

- Never log tokens
[[](https://github.com/woodpecker-ci/woodpecker/pull/2466)]
- Check permissions on repo lookup
[[](https://github.com/woodpecker-ci/woodpecker/pull/2357)]
- Change token logging to trace level
[[](https://github.com/woodpecker-ci/woodpecker/pull/2247)]
- Validate webhook before changing any data
[[](https://github.com/woodpecker-ci/woodpecker/pull/2221)]

###  Features

- Add version and update notes
[[](https://github.com/woodpecker-ci/woodpecker/pull/2722)]
- Add repos list for admins
[[](https://github.com/woodpecker-ci/woodpecker/pull/2347)]
- Add org list
[[](https://github.com/woodpecker-ci/woodpecker/pull/2338)]
- Add option to configure tolerations in kubernetes backend
[[](https://github.com/woodpecker-ci/woodpecker/pull/2249)]
- Support user secrets
[[](https://github.com/woodpecker-ci/woodpecker/pull/2126)]
- Add opt save global log output to file
[[](https://github.com/woodpecker-ci/woodpecker/pull/2115)]
- Support bitbucket Dir() and support multi-workflows
[[](https://github.com/woodpecker-ci/woodpecker/pull/2045)]
- Add ping command to server to allow container healthchecks
[[](https://github.com/woodpecker-ci/woodpecker/pull/2030)]

### 📚 Documentation

- Add 2.0.0 post
[[](https://github.com/woodpecker-ci/woodpecker/pull/2864)]
- Add extend env plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/2847)]
- mark v1.0.x as unmaintained
[[](https://github.com/woodpecker-ci/woodpecker/pull/2818)]
- Update docs npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2799)]
- Add docs about Gitea on same host and update docker-compose example
[[](https://github.com/woodpecker-ci/woodpecker/pull/2752)]
- Update docusaurus plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/2804)]
- Mark kubernetes backend as fully supported
[[](https://github.com/woodpecker-ci/woodpecker/pull/2756)]
- Update docusaurus to v3
[[](https://github.com/woodpecker-ci/woodpecker/pull/2732)]
- Fix the wrong link to the cron job document
[[](https://github.com/woodpecker-ci/woodpecker/pull/2740)]
- Improve secrets documentation
[[](https://github.com/woodpecker-ci/woodpecker/pull/2707)]
- Add woodpecker-lint tool
[[](https://github.com/woodpecker-ci/woodpecker/pull/2648)]
- Add autoscaler docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2631)]
- Rework setup docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2630)]
- doc: improve prometheus docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2617)]
- docs add nixos install instructions
[[](https://github.com/woodpecker-ci/woodpecker/pull/2616)]
- Add prettier plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/2621)]
- [doc] improve documentation WOODPECKER_SESSION_EXPIRES
[[](https://github.com/woodpecker-ci/woodpecker/pull/2603)]
- Update documentation WRT to recent `$platform` changes
[[](https://github.com/woodpecker-ci/woodpecker/pull/2531)]
- Add plugin "GitHub release"
[[](https://github.com/woodpecker-ci/woodpecker/pull/2592)]
- Cleanup docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2478)]
- Add plugin "Release helper"
[[](https://github.com/woodpecker-ci/woodpecker/pull/2584)]
- Add plugin "Gitea Create Pull Request" to plugin index
[[](https://github.com/woodpecker-ci/woodpecker/pull/2581)]
- Adjust github scopes and clarify documentation.
[[](https://github.com/woodpecker-ci/woodpecker/pull/2578)]
- Remove redundant definition of webhook form docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2561)]
- Add notes about CRI-O specific config
[[](https://github.com/woodpecker-ci/woodpecker/pull/2546)]
- Fix incorrect yaml syntax for `ref` in docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2518)]
- Local image documentation
[[](https://github.com/woodpecker-ci/woodpecker/pull/2521)]
- Adds bitbucket tag support in docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2536)]
- Fix docs duplicate WOODPECKER_HOST assignment
[[](https://github.com/woodpecker-ci/woodpecker/pull/2501)]
- Update github auth install
[[](https://github.com/woodpecker-ci/woodpecker/pull/2499)]
- Update GH app installation instructions
[[](https://github.com/woodpecker-ci/woodpecker/pull/2472)]
- Add videos
[[](https://github.com/woodpecker-ci/woodpecker/pull/2465)]
- docs: missing info for runs_on
[[](https://github.com/woodpecker-ci/woodpecker/pull/2457)]
- Add hint about alternative pipeline skip syntax
[[](https://github.com/woodpecker-ci/woodpecker/pull/2443)]
- Fix typo in GitLab docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2376)]
- clarify setup with gitlab with RFC1918 nets and non standard TLDs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2363)]
- Clarify env var `CI` in docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2349)]
- docs: yaml cheatsheet for advanced syntax
[[](https://github.com/woodpecker-ci/woodpecker/pull/2329)]
- Improve explanation for globs in when:path
[[](https://github.com/woodpecker-ci/woodpecker/pull/2252)]
- Fix usage description for backend-http-proxy flag
[[](https://github.com/woodpecker-ci/woodpecker/pull/2250)]
- Restructure k8s documentation
[[](https://github.com/woodpecker-ci/woodpecker/pull/2193)]
- Update list of "projects using Woodpecker"
[[](https://github.com/woodpecker-ci/woodpecker/pull/2196)]
- Update 92-awesome.md
[[](https://github.com/woodpecker-ci/woodpecker/pull/2195)]
- Better blog title/desc
[[](https://github.com/woodpecker-ci/woodpecker/pull/2182)]
- Fix version in FAQ
[[](https://github.com/woodpecker-ci/woodpecker/pull/2101)]
- Add blog posts/tutorials
[[](https://github.com/woodpecker-ci/woodpecker/pull/2095)]
- update version docs about versioning
[[](https://github.com/woodpecker-ci/woodpecker/pull/2086)]
- Fix client example
[[](https://github.com/woodpecker-ci/woodpecker/pull/2085)]
- Update docs deps to address cves
[[](https://github.com/woodpecker-ci/woodpecker/pull/2080)]
- fix: global registry docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2070)]
- Improve bitbucket docs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2066)]
- update docs about versioning
[[](https://github.com/woodpecker-ci/woodpecker/pull/2043)]
- Set v1.0 documents as default and mark v0.15 as unmaintained
[[](https://github.com/woodpecker-ci/woodpecker/pull/2034)]

### 📈 Enhancement

- Cleanup plugins index
[[](https://github.com/woodpecker-ci/woodpecker/pull/2856)]
- Bump default clone image version to 2.4.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/2852)]
- Signal to clients the hook and event routes where removed
[[](https://github.com/woodpecker-ci/woodpecker/pull/2826)]
- Replace `interface{}` with `any`
[[](https://github.com/woodpecker-ci/woodpecker/pull/2807)]
- Fix repo owner filter
[[](https://github.com/woodpecker-ci/woodpecker/pull/2808)]
- Sort agents list by ID
[[](https://github.com/woodpecker-ci/woodpecker/pull/2795)]
- Fix css loading order in head
[[](https://github.com/woodpecker-ci/woodpecker/pull/2785)]
- Fix error color contrast in dark theme
[[](https://github.com/woodpecker-ci/woodpecker/pull/2778)]
- Replace linter icons to match theme
[[](https://github.com/woodpecker-ci/woodpecker/pull/2765)]
- Switch to go vanity urls
[[](https://github.com/woodpecker-ci/woodpecker/pull/2706)]
- Add workflow version
[[](https://github.com/woodpecker-ci/woodpecker/pull/2476)]
- UI enhancements/fixes
[[](https://github.com/woodpecker-ci/woodpecker/pull/2754)]
- Fail on missing secrets
[[](https://github.com/woodpecker-ci/woodpecker/pull/2749)]
- Add deprecation warnings
[[](https://github.com/woodpecker-ci/woodpecker/pull/2725)]
- Enhance linter and errors
[[](https://github.com/woodpecker-ci/woodpecker/pull/1572)]
- Option to change temp dir for local backend
[[](https://github.com/woodpecker-ci/woodpecker/pull/2702)]
- Revert breaking pipeline changes
[[](https://github.com/woodpecker-ci/woodpecker/pull/2677)]
- Add ports into pipeline backend step model
[[](https://github.com/woodpecker-ci/woodpecker/pull/2656)]
- Unregister stateless agents from server on termination
[[](https://github.com/woodpecker-ci/woodpecker/pull/2606)]
- Let the backend engine report the current platform
[[](https://github.com/woodpecker-ci/woodpecker/pull/2688)]
- Showing the pending pipelines on top
[[](https://github.com/woodpecker-ci/woodpecker/pull/1488)]
- Print local backend command logs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2678)]
- Report problems with listening to ports and exit
[[](https://github.com/woodpecker-ci/woodpecker/pull/2102)]
- Use path.Join for server side path generation
[[](https://github.com/woodpecker-ci/woodpecker/pull/2689)]
- Refactor UI dark/bright mode
[[](https://github.com/woodpecker-ci/woodpecker/pull/2590)]
- Stop steps after they are done
[[](https://github.com/woodpecker-ci/woodpecker/pull/2681)]
- Fix where syntax
[[](https://github.com/woodpecker-ci/woodpecker/pull/2676)]
- Add "Repair all" button
[[](https://github.com/woodpecker-ci/woodpecker/pull/2642)]
- Use pagination utils
[[](https://github.com/woodpecker-ci/woodpecker/pull/2633)]
- Dynamic forge request size
[[](https://github.com/woodpecker-ci/woodpecker/pull/2622)]
- Update to docker 23
[[](https://github.com/woodpecker-ci/woodpecker/pull/2577)]
- Refactor/simplify pubsub
[[](https://github.com/woodpecker-ci/woodpecker/pull/2554)]
- Refactor pipeline parsing and forge refreshing
[[](https://github.com/woodpecker-ci/woodpecker/pull/2527)]
- Fix gitlab hooks and simplify config extension
[[](https://github.com/woodpecker-ci/woodpecker/pull/2537)]
- Set home variable in local backend for windows
[[](https://github.com/woodpecker-ci/woodpecker/pull/2323)]
- Some cleanups about host config
[[](https://github.com/woodpecker-ci/woodpecker/pull/2490)]
- Fix usage of WOODPECKER_ROOT_PATH
[[](https://github.com/woodpecker-ci/woodpecker/pull/2485)]
- Some UI enhancement
[[](https://github.com/woodpecker-ci/woodpecker/pull/2468)]
- Harmonize pipeline status information and add a review link to the
approval
[[](https://github.com/woodpecker-ci/woodpecker/pull/2345)]
- Add Renovate
[[](https://github.com/woodpecker-ci/woodpecker/pull/2360)]
- Add option to render button as link
[[](https://github.com/woodpecker-ci/woodpecker/pull/2378)]
- Close sidebar on outside clicks
[[](https://github.com/woodpecker-ci/woodpecker/pull/2325)]
- Add release helper
[[](https://github.com/woodpecker-ci/woodpecker/pull/1976)]
- Use API error helpers and improve response codes
[[](https://github.com/woodpecker-ci/woodpecker/pull/2366)]
- Import packages only once
[[](https://github.com/woodpecker-ci/woodpecker/pull/2362)]
- Execute `make generate` with new versions
[[](https://github.com/woodpecker-ci/woodpecker/pull/2365)]
- Only show commit title
[[](https://github.com/woodpecker-ci/woodpecker/pull/2361)]
- Truncate commit message in pipeline log view header
[[](https://github.com/woodpecker-ci/woodpecker/pull/2356)]
- Increase header padding again
[[](https://github.com/woodpecker-ci/woodpecker/pull/2348)]
- Use full width header on pipeline view and show repo name
[[](https://github.com/woodpecker-ci/woodpecker/pull/2327)]
- Use html list for changed files list
[[](https://github.com/woodpecker-ci/woodpecker/pull/2346)]
- Show that repo is disabled
[[](https://github.com/woodpecker-ci/woodpecker/pull/2340)]
- Add spacing to pipeline feed spinner
[[](https://github.com/woodpecker-ci/woodpecker/pull/2326)]
- Autodetect host platform in Makefile
[[](https://github.com/woodpecker-ci/woodpecker/pull/2322)]
- Add "plugin" support to local backend
[[](https://github.com/woodpecker-ci/woodpecker/pull/2239)]
- Rename grpc pipeline to workflow
[[](https://github.com/woodpecker-ci/woodpecker/pull/2173)]
- Pass netrc data to external config service request
[[](https://github.com/woodpecker-ci/woodpecker/pull/2310)]
- Create settings-panel vue component and use InputFields
[[](https://github.com/woodpecker-ci/woodpecker/pull/2177)]
- Use browser-native tooltips
[[](https://github.com/woodpecker-ci/woodpecker/pull/2189)]
- Improve agent rpc retry logic with exponential backoff
[[](https://github.com/woodpecker-ci/woodpecker/pull/2205)]
- Skip settings proxy config with WithProxy if its empty
[[](https://github.com/woodpecker-ci/woodpecker/pull/2242)]
- Move hook and events-stream routes to use `/api` prefix
[[](https://github.com/woodpecker-ci/woodpecker/pull/2212)]
- Add SSH clone URL env var
[[](https://github.com/woodpecker-ci/woodpecker/pull/2198)]
- Small improvements to mobile interface
[[](https://github.com/woodpecker-ci/woodpecker/pull/2202)]
- Switch to upstream ttlcache
[[](https://github.com/woodpecker-ci/woodpecker/pull/2187)]
- Convert EqualStringSlice to generic EqualSliceValues
[[](https://github.com/woodpecker-ci/woodpecker/pull/2179)]
- Pass netrc to trusted clone images
[[](https://github.com/woodpecker-ci/woodpecker/pull/2163)]
- Use Vue setup directive
[[](https://github.com/woodpecker-ci/woodpecker/pull/2165)]
- Release file lock on USR1 signal
[[](https://github.com/woodpecker-ci/woodpecker/pull/2151)]
- Use min/max width for pipeline step list
[[](https://github.com/woodpecker-ci/woodpecker/pull/2141)]
- Add header to pipeline log and always show buttons
[[](https://github.com/woodpecker-ci/woodpecker/pull/2140)]
- Use fix width for pipeline step list
[[](https://github.com/woodpecker-ci/woodpecker/pull/2138)]
- Make sure we dont have hidden options for backend and pipeline
compiler
[[](https://github.com/woodpecker-ci/woodpecker/pull/2123)]
- Enhance local backend
[[](https://github.com/woodpecker-ci/woodpecker/pull/2017)]
- Don't show badge without information
[[](https://github.com/woodpecker-ci/woodpecker/pull/2130)]
- CLI repo sync: Show `forge-remote-id`
[[](https://github.com/woodpecker-ci/woodpecker/pull/2103)]
- Lazy-load TimeAgo locales
[[](https://github.com/woodpecker-ci/woodpecker/pull/2094)]
- Improve user settings
[[](https://github.com/woodpecker-ci/woodpecker/pull/2087)]
- Allow to disable swagger
[[](https://github.com/woodpecker-ci/woodpecker/pull/2093)]
- Use consistent woodpecker color scheme
[[](https://github.com/woodpecker-ci/woodpecker/pull/2003)]
- Change master to main
[[](https://github.com/woodpecker-ci/woodpecker/pull/2044)]
- Remove default branch fallbacks
[[](https://github.com/woodpecker-ci/woodpecker/pull/2065)]
- Remove fallback check for old sqlite file location
[[](https://github.com/woodpecker-ci/woodpecker/pull/2046)]
- Include the function name in generic datastore errors
[[](https://github.com/woodpecker-ci/woodpecker/pull/2041)]

### 🐛 Bug Fixes

- Fix plugin URLs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2850)]
- Fix env vars and add UI url
[[](https://github.com/woodpecker-ci/woodpecker/pull/2811)]
- Fix paths for version check
[[](https://github.com/woodpecker-ci/woodpecker/pull/2816)]
- Add `privileged` schema definition
[[](https://github.com/woodpecker-ci/woodpecker/pull/2777)]
- Use unique label selector for pod label for kubernetes services
[[](https://github.com/woodpecker-ci/woodpecker/pull/2723)]
- Some UI fixes
[[](https://github.com/woodpecker-ci/woodpecker/pull/2698)]
- Fix active tab not updating on prop change
[[](https://github.com/woodpecker-ci/woodpecker/pull/2712)]
- Unique status for matrix
[[](https://github.com/woodpecker-ci/woodpecker/pull/2695)]
- Fix secret image filter regex
[[](https://github.com/woodpecker-ci/woodpecker/pull/2674)]
- local backend ignore errors in commands inbetween
[[](https://github.com/woodpecker-ci/woodpecker/pull/2636)]
- Do not print log level on CLI
[[](https://github.com/woodpecker-ci/woodpecker/pull/2638)]
- Fix error when closing logs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2637)]
- Fix `CI_WORKSPACE` in local backend
[[](https://github.com/woodpecker-ci/woodpecker/pull/2627)]
- Some mobile UI fixes
[[](https://github.com/woodpecker-ci/woodpecker/pull/2624)]
- Fix secret priority
[[](https://github.com/woodpecker-ci/woodpecker/pull/2599)]
- UI cleanups and improvements
[[](https://github.com/woodpecker-ci/woodpecker/pull/2548)]
- Fix PR event trigger and list for bitbucket repos
[[](https://github.com/woodpecker-ci/woodpecker/pull/2539)]
- Fix ccmenu endpoint
[[](https://github.com/woodpecker-ci/woodpecker/pull/2543)]
- Trim last "/" from WOODPECKER_HOST config
[[](https://github.com/woodpecker-ci/woodpecker/pull/2538)]
- Use correct mime type when no content is sent
[[](https://github.com/woodpecker-ci/woodpecker/pull/2515)]
- Fix bitbucket branches pagination.
[[](https://github.com/woodpecker-ci/woodpecker/pull/2509)]
- fix: change config.config_data column type to longblob in mysql
[[](https://github.com/woodpecker-ci/woodpecker/pull/2434)]
- Fix: change tasks.task_data column type to longblob in mysql
[[](https://github.com/woodpecker-ci/woodpecker/pull/2418)]
- Do not list archived repos for all forges
[[](https://github.com/woodpecker-ci/woodpecker/pull/2374)]
- fix(server/api/repo): Fix repair webhook host
[[](https://github.com/woodpecker-ci/woodpecker/pull/2372)]
- Delete repos/secrets on org deletion
[[](https://github.com/woodpecker-ci/woodpecker/pull/2367)]
- Fix org fetching
[[](https://github.com/woodpecker-ci/woodpecker/pull/2343)]
- Show correct event in pipeline step list
[[](https://github.com/woodpecker-ci/woodpecker/pull/2334)]
- Add min height to mobile pipeline view and fix overflow
[[](https://github.com/woodpecker-ci/woodpecker/pull/2335)]
- Fix grid column size in pipeline log view
[[](https://github.com/woodpecker-ci/woodpecker/pull/2336)]
- Fix mobile login view
[[](https://github.com/woodpecker-ci/woodpecker/pull/2332)]
- Fix button loading spinner when activating repos
[[](https://github.com/woodpecker-ci/woodpecker/pull/2333)]
- make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect
[[](https://github.com/woodpecker-ci/woodpecker/pull/2251)]
- Docker build dont ignore ci env vars
[[](https://github.com/woodpecker-ci/woodpecker/pull/2238)]
- Handle parsed hooks that should be ignored
[[](https://github.com/woodpecker-ci/woodpecker/pull/2243)]
- Set correct version for release branch releases
[[](https://github.com/woodpecker-ci/woodpecker/pull/2227)]
- Bump default git clone plugin
[[](https://github.com/woodpecker-ci/woodpecker/pull/2215)]
- Show all steps
[[](https://github.com/woodpecker-ci/woodpecker/pull/2190)]
- Fix pipeline config collapsing
[[](https://github.com/woodpecker-ci/woodpecker/pull/2166)]
- Fix 'add-orgs' migration
[[](https://github.com/woodpecker-ci/woodpecker/pull/2117)]
- docs: Environment Variable Seems to be `DOCKER_HOST`, not
`DOCKER_SOCK`
[[](https://github.com/woodpecker-ci/woodpecker/pull/2122)]
- Fix swagger response code
[[](https://github.com/woodpecker-ci/woodpecker/pull/2119)]
- Forge Github Org: Use `login` instead of `name`
[[](https://github.com/woodpecker-ci/woodpecker/pull/2104)]
- client.go: Fix RepoPost path
[[](https://github.com/woodpecker-ci/woodpecker/pull/2091)]
- Fix alt text contrast in code boxes
[[](https://github.com/woodpecker-ci/woodpecker/pull/2089)]
- Fix WOODPECKER_GRPC_VERIFY being ignored
[[](https://github.com/woodpecker-ci/woodpecker/pull/2077)]
- Handle case where there is no latest pipeline for GetBadge
[[](https://github.com/woodpecker-ci/woodpecker/pull/2042)]

### Misc

- Update release-helper
[[](https://github.com/woodpecker-ci/woodpecker/pull/2863)]
- Add repo owner test
[[](https://github.com/woodpecker-ci/woodpecker/pull/2857)]
- Update woodpeckerci/plugin-ready-release-go Docker tag to v1.0.2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2853)]
- Update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/2839)]
- Update dependency vite to v5
[[](https://github.com/woodpecker-ci/woodpecker/pull/2836)]
- Lock file maintenance
[[](https://github.com/woodpecker-ci/woodpecker/pull/2840)]
- Update postgres Docker tag to v16.1
[[](https://github.com/woodpecker-ci/woodpecker/pull/2842)]
- Update docker.io/golang Docker tag to v1.21.4
[[](https://github.com/woodpecker-ci/woodpecker/pull/2828)]
- Update docker.io/techknowlogick/xgo Docker tag to go-1.21.4
[[](https://github.com/woodpecker-ci/woodpecker/pull/2829)]
- Update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/2815)]
- Update dependency marked to v10
[[](https://github.com/woodpecker-ci/woodpecker/pull/2810)]
- Update release-helper
[[](https://github.com/woodpecker-ci/woodpecker/pull/2801)]
- Remove go versions from .golangci.yml
[[](https://github.com/woodpecker-ci/woodpecker/pull/2775)]
- [pre-commit.ci] pre-commit autoupdate
[[](https://github.com/woodpecker-ci/woodpecker/pull/2767)]
- Lock file maintenance
[[](https://github.com/woodpecker-ci/woodpecker/pull/2755)]
- Update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/2742)]
- Update woodpeckerci/plugin-ready-release-go Docker tag to v0.7.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/2728)]
- Add grafana dashobard to awesome
[[](https://github.com/woodpecker-ci/woodpecker/pull/2710)]
- Pin alpine versions in Dockerfile
[[](https://github.com/woodpecker-ci/woodpecker/pull/2649)]
- Use full qualifyer for images
[[](https://github.com/woodpecker-ci/woodpecker/pull/2692)]
- chore(deps): lock file maintenance
[[](https://github.com/woodpecker-ci/woodpecker/pull/2673)]
- fix(deps): update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/2671)]
- Use `pre-commit`
[[](https://github.com/woodpecker-ci/woodpecker/pull/2650)]
- fix(deps): update dependency fuse.js to v7
[[](https://github.com/woodpecker-ci/woodpecker/pull/2666)]
- chore(deps): update dependency @types/node to v20
[[](https://github.com/woodpecker-ci/woodpecker/pull/2664)]
- chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to
v2.2.0 [[](https://github.com/woodpecker-ci/woodpecker/pull/2663)]
- chore(deps): update mysql docker tag to v8.2.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/2662)]
- Add some tests
[[](https://github.com/woodpecker-ci/woodpecker/pull/2652)]
- chore(deps): update docs npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2660)]
- chore(deps): update web npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2661)]
- Fix codecov plugin version
[[](https://github.com/woodpecker-ci/woodpecker/pull/2643)]
- Add prettier
[[](https://github.com/woodpecker-ci/woodpecker/pull/2600)]
- Do not run docker prepare steps
[[](https://github.com/woodpecker-ci/woodpecker/pull/2626)]
- Fix docker workflow and only run if needed
[[](https://github.com/woodpecker-ci/woodpecker/pull/2625)]
- fix(deps): update golang (packages)
[[](https://github.com/woodpecker-ci/woodpecker/pull/2614)]
- chore(deps): lock file maintenance
[[](https://github.com/woodpecker-ci/woodpecker/pull/2620)]
- chore(deps): update codeberg.org/woodpecker-plugins/trivy docker tag
to v1.0.1
[[](https://github.com/woodpecker-ci/woodpecker/pull/2618)]
- chore(deps): update node.js to v21
[[](https://github.com/woodpecker-ci/woodpecker/pull/2615)]
- Only publish PR images when label is set
[[](https://github.com/woodpecker-ci/woodpecker/pull/2608)]
- chore(deps): lock file maintenance
[[](https://github.com/woodpecker-ci/woodpecker/pull/2595)]
- chore(deps): update postgres docker tag to v16
[[](https://github.com/woodpecker-ci/woodpecker/pull/2588)]
- Update renovate schedule & use central config repo
[[](https://github.com/woodpecker-ci/woodpecker/pull/2597)]
- chore(deps): update woodpeckerci/plugin-surge-preview docker tag to
v1.2.2 [[](https://github.com/woodpecker-ci/woodpecker/pull/2593)]
- Update README badge link
[[](https://github.com/woodpecker-ci/woodpecker/pull/2596)]
- fix(deps): update golang (packages) to v23.0.7+incompatible
[[](https://github.com/woodpecker-ci/woodpecker/pull/2586)]
- Fix missing web dist
[[](https://github.com/woodpecker-ci/woodpecker/pull/2580)]
- Run tests on `main` branch
[[](https://github.com/woodpecker-ci/woodpecker/pull/2576)]
- fix(deps): update module github.com/google/go-github/v55 to v56
[[](https://github.com/woodpecker-ci/woodpecker/pull/2573)]
- Add plugin "NixOS Remote Builder" to plugin index
[[](https://github.com/woodpecker-ci/woodpecker/pull/2571)]
- Fix renovate
[[](https://github.com/woodpecker-ci/woodpecker/pull/2569)]
- renovate: add `golang` group
[[](https://github.com/woodpecker-ci/woodpecker/pull/2567)]
- chore(deps): update golang docker tag to v1.21.3
[[](https://github.com/woodpecker-ci/woodpecker/pull/2564)]
- chore(deps): update techknowlogick/xgo docker tag to go-1.21.3
[[](https://github.com/woodpecker-ci/woodpecker/pull/2565)]
- fix(deps): update golang deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2566)]
- chore(deps): update mstruebing/editorconfig-checker docker tag to
v2.7.2 [[](https://github.com/woodpecker-ci/woodpecker/pull/2563)]
- Bump to mysql 8
[[](https://github.com/woodpecker-ci/woodpecker/pull/2559)]
- fix(deps): update module github.com/xanzy/go-gitlab to v0.93.1
[[](https://github.com/woodpecker-ci/woodpecker/pull/2560)]
- Require Go 1.21
[[](https://github.com/woodpecker-ci/woodpecker/pull/2553)]
- chore(deps): update techknowlogick/xgo docker tag to go-1.21.2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2523)]
- Update issue config
[[](https://github.com/woodpecker-ci/woodpecker/pull/2353)]
- Add test for handling pipeline error
[[](https://github.com/woodpecker-ci/woodpecker/pull/2547)]
- chore(deps): update golang docker tag to v1.21.2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2532)]
- fix(deps): update golang.org/x/exp digest to 7918f67
[[](https://github.com/woodpecker-ci/woodpecker/pull/2535)]
- fix(deps): update golang deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2533)]
- fix(deps): update golang.org/x/exp digest to 3e424a5
[[](https://github.com/woodpecker-ci/woodpecker/pull/2530)]
- Use golangci-lint to lint zerolog
[[](https://github.com/woodpecker-ci/woodpecker/pull/2524)]
- Renovate config updates
[[](https://github.com/woodpecker-ci/woodpecker/pull/2519)]
- fix(deps): update module github.com/docker/distribution to
v2.8.3+incompatible
[[](https://github.com/woodpecker-ci/woodpecker/pull/2517)]
- fix(deps): update module github.com/melbahja/goph to v1.4.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/2513)]
- fix(deps): update golang deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2500)]
- chore(deps): lock file maintenance
[[](https://github.com/woodpecker-ci/woodpecker/pull/2497)]
- Fix broken link to 3rd party plugin library
[[](https://github.com/woodpecker-ci/woodpecker/pull/2494)]
- fix(deps): update golang deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2486)]
- chore(deps): lock file maintenance
[[](https://github.com/woodpecker-ci/woodpecker/pull/2469)]
- Add devx lable to compose file PRs
[[](https://github.com/woodpecker-ci/woodpecker/pull/2467)]
- chore(deps): update postgres docker tag to v16
[[](https://github.com/woodpecker-ci/woodpecker/pull/2463)]
- Update gitea sdk
[[](https://github.com/woodpecker-ci/woodpecker/pull/2464)]
- fix(deps): update golang deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2462)]
- fix(deps): update dependency ansi_up to v6
[[](https://github.com/woodpecker-ci/woodpecker/pull/2431)]
- chore(deps): update web npm deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2461)]
- fix(deps): update module github.com/tevino/abool to v2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2460)]
- fix(deps): update module github.com/google/go-github/v39 to v55
[[](https://github.com/woodpecker-ci/woodpecker/pull/2456)]
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v5
[[](https://github.com/woodpecker-ci/woodpecker/pull/2449)]
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v5
[[](https://github.com/woodpecker-ci/woodpecker/pull/2447)]
- chore(deps): update node.js to v20
[[](https://github.com/woodpecker-ci/woodpecker/pull/2422)]
- Add renovate package rule to apply build label
[[](https://github.com/woodpecker-ci/woodpecker/pull/2440)]
- fix(deps): update dependency prism-react-renderer to v2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2436)]
- fix(deps): update dependency node-emoji to v2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2435)]
- Add renovate package rule to apply dependencies label
[[](https://github.com/woodpecker-ci/woodpecker/pull/2438)]
- fix(deps): update golang deps non-major
[[](https://github.com/woodpecker-ci/woodpecker/pull/2437)]
- chore(deps): update postgres docker tag to v15
[[](https://github.com/woodpecker-ci/woodpecker/pull/2423)]
- fix(deps): update dependency esbuild-loader to v4
[[](https://github.com/woodpecker-ci/woodpecker/pull/2433)]
- fix(deps): update dependency clsx to v2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2432)]
- fix(deps): update dependency @vueuse/core to v10
[[](https://github.com/woodpecker-ci/woodpecker/pull/2430)]
- fix(deps): update dependency @svgr/webpack to v8
[[](https://github.com/woodpecker-ci/woodpecker/pull/2429)]
- fix(deps): update dependency @kyvg/vue3-notification to v3
[[](https://github.com/woodpecker-ci/woodpecker/pull/2427)]
- fix(deps): update dependency @intlify/unplugin-vue-i18n to v1
[[](https://github.com/woodpecker-ci/woodpecker/pull/2426)]
- chore(deps): update typescript-eslint monorepo to v6 (major)
[[](https://github.com/woodpecker-ci/woodpecker/pull/2425)]
- chore(deps): update react monorepo to v18 (major)
[[](https://github.com/woodpecker-ci/woodpecker/pull/2424)]
- chore(deps): update dependency prettier to v3
[[](https://github.com/woodpecker-ci/woodpecker/pull/2420)]
- chore(deps): update dependency eslint-config-prettier to v9
[[](https://github.com/woodpecker-ci/woodpecker/pull/2415)]
- chore(deps): update dependency @tsconfig/docusaurus to v2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2410)]
- chore(deps): update dependency typescript to v5
[[](https://github.com/woodpecker-ci/woodpecker/pull/2421)]
- chore(deps): update dependency concurrently to v8
[[](https://github.com/woodpecker-ci/woodpecker/pull/2414)]
- Add renovate deps groups
[[](https://github.com/woodpecker-ci/woodpecker/pull/2417)]
- fix(deps): update module xorm.io/xorm to v1.3.3
[[](https://github.com/woodpecker-ci/woodpecker/pull/2393)]
- chore(deps): update dependency marked to v9
[[](https://github.com/woodpecker-ci/woodpecker/pull/2419)]
- chore(deps): update dependency @types/marked to v5
[[](https://github.com/woodpecker-ci/woodpecker/pull/2411)]
- fix(deps): update module github.com/rs/zerolog to v1.30.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/2404)]
- fix(deps): update module github.com/jellydator/ttlcache/v3 to v3.1.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/2402)]
- fix(deps): update module github.com/xanzy/go-gitlab to v0.91.1
[[](https://github.com/woodpecker-ci/woodpecker/pull/2405)]
- fix(deps): update module github.com/antonmedv/expr to v1.15.1
[[](https://github.com/woodpecker-ci/woodpecker/pull/2400)]
- chore(deps): update dependency axios to v1
[[](https://github.com/woodpecker-ci/woodpecker/pull/2413)]
- fix(deps): update module github.com/prometheus/client_golang to
v1.16.0 [[](https://github.com/woodpecker-ci/woodpecker/pull/2403)]
- fix(deps): update module github.com/urfave/cli/v2 to v2.25.7
[[](https://github.com/woodpecker-ci/woodpecker/pull/2391)]
- fix(deps): update module google.golang.org/protobuf to v1.31.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/2409)]
- fix(deps): update kubernetes packages to v0.28.1
[[](https://github.com/woodpecker-ci/woodpecker/pull/2399)]
- fix(deps): update module github.com/swaggo/swag to v1.16.2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2390)]
- fix(deps): update dependency @easyops-cn/docusaurus-search-local to
^0.36.0 [[](https://github.com/woodpecker-ci/woodpecker/pull/2406)]
- fix(deps): update module github.com/stretchr/testify to v1.8.4
[[](https://github.com/woodpecker-ci/woodpecker/pull/2389)]
- fix(deps): update module github.com/caddyserver/certmagic to v0.19.2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2401)]
- chore(deps): update postgres docker tag to v12.16
[[](https://github.com/woodpecker-ci/woodpecker/pull/2397)]
- fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.17
[[](https://github.com/woodpecker-ci/woodpecker/pull/2387)]
- fix(deps): update module github.com/google/uuid to v1.3.1
[[](https://github.com/woodpecker-ci/woodpecker/pull/2386)]
- chore(deps): update dependency unplugin-vue-components to ^0.25.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/2395)]
- fix(deps): update dependency @intlify/unplugin-vue-i18n to ^0.13.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/2398)]
- chore(deps): update dependency unplugin-icons to ^0.17.0
[[](https://github.com/woodpecker-ci/woodpecker/pull/2394)]
- chore(deps): update golang docker tag
[[](https://github.com/woodpecker-ci/woodpecker/pull/2396)]
- fix(deps): update module github.com/moby/moby to
v20.10.25+incompatible
[[](https://github.com/woodpecker-ci/woodpecker/pull/2388)]
- fix(deps): update module github.com/docker/docker to
v20.10.25+incompatible
[[](https://github.com/woodpecker-ci/woodpecker/pull/2385)]
- fix(deps): update module github.com/docker/cli to
v20.10.25+incompatible
[[](https://github.com/woodpecker-ci/woodpecker/pull/2384)]
- fix(deps): update module github.com/alessio/shellescape to v1.4.2
[[](https://github.com/woodpecker-ci/woodpecker/pull/2381)]
- fix(deps): update golang.org/x/exp digest to 9212866
[[](https://github.com/woodpecker-ci/woodpecker/pull/2380)]
- Check for correct license header
[[](https://github.com/woodpecker-ci/woodpecker/pull/2137)]
- Add TestCompilerCompile
[[](https://github.com/woodpecker-ci/woodpecker/pull/2183)]
- Fix `docs` workflow
[[](https://github.com/woodpecker-ci/woodpecker/pull/2128)]
- Add some tests for bitbucket forge
[[](https://github.com/woodpecker-ci/woodpecker/pull/2097)]
- Publish releases and branch tags to quay.io too
[[](https://github.com/woodpecker-ci/woodpecker/pull/2069)]
2023-11-23 17:28:08 +01:00
woodpecker-bot
1e269b3b38
🎉 Release 2.0.0-rc.0 () 2023-11-11 09:33:45 +01:00
qwerty287
ae39d455bf
Frontport changelog () 2023-11-09 17:55:48 +01:00
qwerty287
45a5a2dde5
Fix panic on logger () 2023-11-05 09:31:06 +01:00
qwerty287
3524301335
Frontport changelog 1.0.4 () () 2023-11-05 09:12:38 +01:00
Patrick Schratz
856b2ef8c7
pre-commit fixes ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Anbraten <anton@ju60.de>
2023-10-31 09:14:09 +01:00
qwerty287
293cc4b821
Frontport changelog () 2023-10-17 07:27:15 +02:00
6543
c1731524bc
Changelog v1.0.2 () ()
Frontport 
2023-08-16 18:42:12 +02:00
6543
b7af77685e
Add changelog v1.0.1 () () 2023-08-08 13:38:05 +02:00
6543
e01c478066
Update Changelog for v1.0.0 Release () 2023-07-29 14:53:27 +02:00
6543
960a52bc0b
Add breaking note for command: removal ()
close  

as we missed at  that it was mentioned at one point in the docs and
so it was a breaking change
2023-07-29 14:52:43 +02:00
6543
6b59143c44
ci: run workflows on tagging too 2023-07-25 14:18:04 +02:00
6543
1c116daf08
Create docs for v1.0.x ()
and also fix / enhance some
2023-07-25 12:41:58 +02:00
6543
914eaa0cf8
Add Changelog for v1.0.0 RC1 ()
add changelog for the v1.0.0 release candidate
2023-07-21 22:07:31 +02:00
6543
874c2ea114
Changelog v0.15.11 ()
frontport changelog
2023-07-13 08:45:05 +02:00
6543
89623471fb
Changelog v0.15.10 () ()
frontport 
2023-07-09 21:00:05 +02:00
6543
111fd73e88
Add Changelog v0.15.9 () 2023-05-11 16:07:31 +02:00
John Olheiser
26f3877913
Changelog 0.15.8 ()
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-04-29 23:30:07 +02:00
6543
9c8c610cd4
Changelog v0.15.7 () ()
Frontport 
2023-03-14 15:56:45 +01:00
6543
b1d697b52a
Add Changelog for v0.15.6 () () 2022-12-23 20:18:18 +01:00
Josh Soref
023d03dd61
Spelling ()
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-11-09 08:12:17 +01:00
6543
a94a3de4b5
Frontport Changelog v0.15.3 to v0.15.5 () 2022-10-13 20:21:18 +02:00
6543
e06ebd6493
Add Changelog v0.15.2 () ()
frontport 
2022-06-14 15:07:53 +02:00
Anbraten
ef88264005
Update changelog ()
* docs: update changelog

* adjust message

* move sec to top
2022-04-13 23:02:52 +02:00
Johan Van de Wauw
8fa2a5efe4
Fix various typos () 2022-03-09 01:44:08 +01:00
6543
7a4c6d32de
Changelog v0.15.0 ()
Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2022-02-24 17:34:49 +01:00
6543
616c262223
Changelog v0.15.0-rc2 ()
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2022-01-31 19:27:16 +01:00
6543
f758fc6412
Changelog for v0.14.4 () () 2022-01-31 16:30:06 +01:00
6543
900b4b09ad
Changelog for v0.15.0-rc1 ()
Add changelog for an ReleaseCandidate

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2022-01-11 18:41:01 +01:00
6543
ed86de4fb4
Changelog for v0.14.3 () 2021-10-30 15:33:35 +02:00
6543
2778bfed8e
Add changelog for v0.14.2 () 2021-10-19 10:45:49 +02:00
6543
8361114e2e
Changelog for v0.14.1 () () 2021-09-23 02:21:28 +02:00
6543
c304996250
Changelog for v0.14.0 2021-08-01 00:49:11 +02:00