woodpecker/pipeline/frontend/yaml
qwerty287 de5c65939a
Deprecate alternative names on secrets (#3406)
Closes https://github.com/woodpecker-ci/woodpecker/discussions/2274

# deprecation of alternative names

Instead of
```yaml
secrets:
  - source: some_secret
    target: some_env
```
you now write:
```yaml
environment:
  some_env:
    from_secret: some_secret
```

Also, it's possible to use complex yaml objects in `environment`,
they're turned into json (just like `settings`).
2024-02-22 18:25:57 +01:00
..
compiler Deprecate alternative names on secrets (#3406) 2024-02-22 18:25:57 +01:00
constraint Lint for event filter and deprecate exclude (#3222) 2024-02-10 17:33:05 +01:00
linter Deprecate alternative names on secrets (#3406) 2024-02-22 18:25:57 +01:00
matrix Replace goimports with gci (#3202) 2024-01-14 18:22:06 +01:00
types Deprecate alternative names on secrets (#3406) 2024-02-22 18:25:57 +01:00
utils Use assert for test (#3201) 2024-01-14 19:33:58 +01:00
parse.go Deprecate alternative names on secrets (#3406) 2024-02-22 18:25:57 +01:00
parse_test.go Use assert for test (#3201) 2024-01-14 19:33:58 +01:00