qwerty287
49e40772ca
Deprecate secrets
( #4235 )
2024-10-24 08:36:29 +03:00
Gianluca Boiano
7d770622c1
Add Telegram plugin ( #4229 )
2024-10-17 19:49:58 +02:00
qwerty287
d136c9344e
Remove archived plugin ( #4227 )
2024-10-15 18:02:03 +03:00
qwerty287
be4a7422c0
Use "Woodpecker Authors" as copyright on website ( #4225 )
2024-10-13 08:21:08 +03:00
renovate[bot]
0137f16673
chore(deps): update dependency cookie to v1 ( #4224 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-12 20:56:57 +03:00
renovate[bot]
073325777f
fix(deps): update docs npm deps non-major ( #4221 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-12 18:22:17 +02:00
6543
f8cfda1ea9
Report custom labels set by agent admins back ( #4141 )
2024-10-06 17:13:41 +02:00
Dan Caseley
0f7b607a40
Fix errant apostrophe in docker-compose documentation ( #4203 )
2024-10-06 16:44:39 +02:00
renovate[bot]
856c0bb527
chore(deps): lock file maintenance ( #4186 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-05 14:56:47 +01:00
renovate[bot]
45a9b6eb46
chore(deps): update dependency concurrently to v9 ( #4176 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-05 16:10:51 +03:00
renovate[bot]
7627b7782b
chore(deps): update docs npm deps non-major ( #4164 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
2024-10-05 09:32:09 +01:00
Patrick Schratz
a7ce4d5d2e
Bump trivy (and lockfile deps) ( #4160 )
2024-10-05 08:14:16 +03:00
Andrew Melnick
b52b021acb
Implement registries for Kubernetes backend ( #4092 )
...
According to [the documentation](https://woodpecker-ci.org/docs/administration/backends/kubernetes#images-from-private-registries ), per-organization and per-pipeline registries are currently unsupported for the Kubernetes backend.
This patch implements this missing functionality by creating and deleting a matching secret for each pod with a matched registry, using the same name, labels, and annotations as the pod, and appending it to its `imagePullSecrets` list.
This patch adds tests for the new functionality, and has been manually end-to-end-tested in KinD by using a private image hosted in the matching gitea instance.
This will require updating the matching helm charts to add the create/delete permissions to the agent role, which **is already done**.
close #2987
2024-09-30 01:03:05 +01:00
6543
6ad20ced5b
Move docker resource limit settings from server to agent ( #3174 )
...
so you can set it per agent and not per server
2024-09-26 16:56:59 +01:00
6543
8c827be951
Set /woodpecker
as default workdir for the **woodpecker-cli** container ( #4130 )
2024-09-21 17:05:13 +02:00
6543
cfe6df5add
Docs: reference to built-in docker compose and remove deprecated version from compose examples ( #4123 )
2024-09-20 02:33:49 +02:00
qwerty287
c45e0885ac
Require upgrade from 2.x ( #4112 )
...
Remove old DB migrations and require users to upgrade to 2.x first.
2024-09-16 21:09:42 +02:00
Gifford Nowland
57a22235d1
[docs] Removes dot prefix from pipeline configuration filenames ( #4105 )
2024-09-12 21:15:57 +03:00
6543
38ed7f9efd
Remove some ci environment variables ( #3846 )
...
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-09-08 08:59:58 +03:00
Anbraten
28a549137b
Correct migrations text ( #4089 )
2024-09-06 11:03:20 +02:00
6543
34f4f81eab
Better migration wording in docs for remove of all default privileged plugins ( #4088 )
2024-09-05 20:24:02 +03:00
6543
32d1ec7cec
Remove all default privileged plugins ( #4053 )
2024-09-02 10:41:20 +02:00
6543
6feab0093f
fix docs misspell nit
2024-09-02 09:13:49 +02:00
6543
5b208d2c01
Allow admins to specify priviledged plugins by name **and tag** ( #4075 )
...
previous the tags where ignored, now we respect them if set
2024-09-01 21:27:12 +02:00
6543
3c8204a0e0
Allow alter trusted clone plugins and filter them via tag ( #4074 )
2024-09-01 20:41:10 +02:00
6543
d02c6b7266
Use kaniko plugin in docs as example ( #4072 )
2024-09-01 15:31:52 +02:00
6543
e4f954ef94
Remove all default 3rd party privileged plugins ( #3918 )
2024-08-31 19:04:47 +02:00
qwerty287
1f74c8378f
Add some posts and videos ( #4070 )
2024-08-31 14:19:41 +02:00
6543
fb6068d836
Add option to filter secrets by plugins with specific tags ( #4069 )
...
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-08-31 13:46:50 +02:00
Martin Fischer
99d169bd3f
Move event type descriptions from Terminology to Workflow Syntax ( #4062 )
2024-08-30 17:00:57 +02:00
qwerty287
87a75cdc65
Add community posts from discussions ( #4058 )
...
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
2024-08-26 09:10:14 +02:00
hg
0b34578923
Add examples of CI environment variable values ( #4009 )
2024-08-17 14:04:48 +02:00
qwerty287
9407376e41
Fix inline author warning ( #4040 )
...
Co-authored-by: Lauris BH <lauris@nix.lv>
2024-08-15 19:54:52 +02:00
Thomas Anderson
cf7a548c51
Updated Secrets image filter docs ( #4028 )
...
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-08-15 19:34:13 +02:00
qwerty287
aafd217cce
Remove old pipeline options ( #4016 )
2024-08-15 18:58:51 +02:00
renovate[bot]
c4e1607889
Update dependency marked to v14 ( #4036 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-15 17:33:04 +02:00
renovate[bot]
aea40fed5f
Update docs npm deps non-major ( #4033 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-15 17:10:04 +02:00
qwerty287
289f530b2b
Warn if using secrets/env with plugin ( #4027 )
2024-08-15 07:40:14 +02:00
qwerty287
d1bd624857
Update some readme wording ( #4023 )
2024-08-11 10:26:26 +02:00
qwerty287
92ff320429
Remove various deprecations ( #4017 )
2024-08-09 16:50:35 +02:00
qwerty287
0d9e57d3da
Drop repo name fallback for hooks ( #4013 )
2024-08-08 07:50:38 +02:00
qwerty287
2081ca85db
Refactor JSON and SDK fields ( #3968 )
2024-08-07 10:49:03 +02:00
qwerty287
c864f24ae4
Migrate to maintained cron lib and remove seconds ( #3785 )
...
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
2024-08-06 19:22:28 +02:00
Thomas Anderson
ca41540151
Switched to profile-based AppArmor configuration ( #4008 )
...
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-08-06 19:05:04 +02:00
Thomas Anderson
dc10fb95ad
Removed Kubernetes default image pull secret name ( #4005 )
...
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-08-06 18:47:31 +02:00
Patrick Schratz
106b6e01c0
Overhaul README ( #3995 )
2024-08-05 01:27:25 +02:00
renovate[bot]
2d039f85cb
chore(deps): lock file maintenance ( #3991 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-30 08:46:31 +02:00
renovate[bot]
c8a95fa204
fix(deps): update docs npm deps non-major ( #3990 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-07-30 08:24:12 +02:00
qwerty287
0a91e07397
Remove oauth env ( #3978 )
2024-07-25 22:48:41 +02:00
qwerty287
111eb7ef48
Fix dropped env vars ( #3969 )
...
Co-authored-by: 6543 <6543@obermui.de>
2024-07-25 17:17:09 +02:00