You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-06 21:57:01 +02:00
fix refs
This commit is contained in:
@@ -49,7 +49,7 @@ Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.
|
||||
|
||||
## Installation & Resources
|
||||
|
||||
Woodpecker can be installed in various ways (see the [Installation Instructions](https://woodpecker-ci.org/docs/administration/getting-started)) and runs with SQLite as database by default.
|
||||
Woodpecker can be installed in various ways (see the [Installation Instructions](https://woodpecker-ci.org/docs/administration/general)) and runs with SQLite as database by default.
|
||||
It requires around 100 MB of RAM (Server) and 30 MB (Agent) at runtime in idle mode.
|
||||
|
||||
## Support
|
||||
|
@@ -132,7 +132,7 @@ const config = {
|
||||
},
|
||||
{
|
||||
label: 'Administration',
|
||||
to: '/docs/administration/getting-started',
|
||||
to: '/docs/administration/general',
|
||||
},
|
||||
{
|
||||
to: '/migrations', // Always point to newest migration guide
|
||||
|
@@ -232,7 +232,7 @@ Read more about it in [#4213](https://github.com/woodpecker-ci/woodpecker/pull/4
|
||||
|
||||
## 1.0.0
|
||||
|
||||
- The signature used to verify extension calls (like those used for the [config-extension](/docs/administration/advanced/external-configuration-api)) done by the Woodpecker server switched from using a shared-secret HMac to an ed25519 key-pair. Read more about it at the [config-extensions](/docs/administration/advanced/external-configuration-api) documentation.
|
||||
- The signature used to verify extension calls (like those used for the [config-extension](/docs/administration/configuration/server#external-configuration-api)) done by the Woodpecker server switched from using a shared-secret HMac to an ed25519 key-pair. Read more about it at the [config-extensions](/docs/administration/configuration/server#external-configuration-api) documentation.
|
||||
- Refactored support for old agent filter labels and expressions. Learn how to use the new [filter](/docs/usage/workflow-syntax#labels)
|
||||
- Renamed step environment variable `CI_SYSTEM_ARCH` to `CI_SYSTEM_PLATFORM`. Same applies for the cli exec variable.
|
||||
- Renamed environment variables `CI_BUILD_*` and `CI_PREV_BUILD_*` to `CI_PIPELINE_*` and `CI_PREV_PIPELINE_*`, old ones are still available but deprecated
|
||||
|
Reference in New Issue
Block a user