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