mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-26 09:08:27 +00:00
Unify CLI bin name (#4673)
This commit is contained in:
parent
babac25468
commit
0eccf12aa1
2 changed files with 3 additions and 1 deletions
|
@ -133,6 +133,8 @@ The following restructuring was done to achieve a more consistent grouping:
|
||||||
- Native Let's Encrypt certificate support has been dropped as it was almost unused and causing frequent issues.
|
- Native Let's Encrypt certificate support has been dropped as it was almost unused and causing frequent issues.
|
||||||
Let's Encrypt needs to be set up standalone now. The SSL key pair can still be used in `WOODPECKER_SERVER_CERT` and `WOODPECKER_SERVER_KEY` as an alternative to using a reverse proxy for TLS termination.
|
Let's Encrypt needs to be set up standalone now. The SSL key pair can still be used in `WOODPECKER_SERVER_CERT` and `WOODPECKER_SERVER_KEY` as an alternative to using a reverse proxy for TLS termination.
|
||||||
|
|
||||||
|
- The filename of the CLI binary changed for DEB and RPM packages, it is now called `woodpecker-cli` instead of `woodpecker`.
|
||||||
|
|
||||||
### Admin-facing migrations
|
### Admin-facing migrations
|
||||||
|
|
||||||
#### Image tags
|
#### Image tags
|
||||||
|
|
|
@ -9,4 +9,4 @@ maintainer: Woodpecker Authors <maintainer@woodpecker-ci.org>
|
||||||
section: utils
|
section: utils
|
||||||
contents:
|
contents:
|
||||||
- src: ./dist/cli/linux_amd64/woodpecker-cli
|
- src: ./dist/cli/linux_amd64/woodpecker-cli
|
||||||
dst: /usr/local/bin/woodpecker
|
dst: /usr/local/bin/woodpecker-cli
|
||||||
|
|
Loading…
Reference in a new issue