Releases: woodpecker-ci/woodpecker
v0.14.0-rc.2
- FEATURES
- BUGFIXES
- ENHANCEMENTS
- Update / Remove drone dependencies (#236)
- Enable go vet for ci (#230)
- Enforce code format (#228)
- Add mutli-pipeline to Gitea (#225)
- Move flag definitions into extra files (#215)
- Remove unused code in server (#213)
- Docs URL configuration (#206)
- Filter main branch (#205)
- Fix multi pipeline bug when a pipeline depends on two other pipelines (#201)
- Using configured server URL instead of obtained from request (#175)
- DOCUMENTATION
- MISC
- Add chart for installing woodpecker server and agent (#199)
Multi-pipeline bugfix
Fix for #200
Grab the images here:
laszlocloud/woodpecker-agent:v0.14.0-rc.1
laszlocloud/woodpecker-server:v0.14.0-rc.1
Community goldies: UX improvements
Thank you all for adding great stuff to this release!
The list varies between great new UX features, and housekeeping of our dependencies.
List of changes
#132 Add WOODPECKER_ variables for server by @JensHeinrich
5ea7098 Go 1.16 by @laszlocph
#163 Multi pipeline group UI by @ksvital
#171 Update build details - show author by @alexef
#184 Update Gitea SDK to v0.14.0+1 by @6543
#182 Incomplete Gitea repository list fixed by @pboguslawski
#196 Terminal dark background by @Sevlin
v0.13.0-rc.3
Collapsible multi-pipeline groups
v0.13.0-rc.2: Revert "Bump webpack-dev-server from 2.11.5 to 3.1.11 in /web"
This reverts commit 2bfa5732b6e05a7eb41231517389192a5399a7c4.
v0.13.0-rc.1
Releasing Woodpecker CLI
Usage
➜ export WOODPECKER_TOKEN=xxx
➜ export WOODPECKER_SERVER=https://wp.yourcompany.com
➜ woodpecker info
User: laszlocph
Email: yyy
Gitea SDK update
Grab the images here:
laszlocloud/woodpecker-agent:v0.11.0
laszlocloud/woodpecker-server:v0.11.0
Global configuration
This release features 5 PRs from @imduffy15 easing the configuration burden of Woodpecker.
- #115 Upgrading dependencies. Carries some risk, so if you see issues (we clearly don't) let us know
- #116 Allow the agent to connect to a secure grpc endpoint: now you can put your server behind a proxy and TLS, the agent will validate the TLS cert
- #118 Add support for a global env from a server flag: this is a big one. If you add the same vars to all your pipelines, this will help you out: https://woodpecker.laszlo.cloud/environment-variables/#global-environment-variables
#119 Add whitelist for syncable owners: if you are annoyed that your private repos show up in your company Woodpecker instance: https://woodpecker.laszlo.cloud/server-setup/#filtering-repositories
#120 Add global registry from docker config file on woodpecker server: another big one. If you need a private registry in all your repos, use a global configuration: https://woodpecker.laszlo.cloud/pipeline/#global-registry-setting
Thanks again @imduffy15 🙏 👏
Grab the images here:
laszlocloud/woodpecker-agent:v0.10.0
laszlocloud/woodpecker-server:v0.10.0
Bugfix release
Fixing #103
Technical release
This release contains technical changes and updates to libraries which carry security fixes.
Use the images from Docker Hub
laszlocloud/woodpecker-agent:v0.9.0
laszlocloud/woodpecker-server:v0.9.0