mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 19:31:05 +00:00
Blog post for v1.0.0 release (#2055)
introduce the v1.0.0 --------- Co-authored-by: Robert Kaussow <xoxys@rknet.org>
This commit is contained in:
parent
e01c478066
commit
264f12fb54
4 changed files with 67 additions and 1 deletions
|
@ -8,7 +8,6 @@ authors:
|
|||
url: https://github.com/anbraten
|
||||
image_url: https://github.com/anbraten.png
|
||||
tags: [hello, woodpecker]
|
||||
image: https://i.imgur.com/mErPwqL.png
|
||||
hide_table_of_contents: false
|
||||
---
|
||||
|
||||
|
|
BIN
docs/blog/2023-07-28-release-v1.0.0/admin_queue_ui.png
Normal file
BIN
docs/blog/2023-07-28-release-v1.0.0/admin_queue_ui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
67
docs/blog/2023-07-28-release-v1.0.0/index.md
Normal file
67
docs/blog/2023-07-28-release-v1.0.0/index.md
Normal file
|
@ -0,0 +1,67 @@
|
|||
---
|
||||
title: Presenting Woodpecker 1.0.0
|
||||
description: Introducing Woodpecker 1.0.0 and its new features.
|
||||
slug: release-v1.0.0
|
||||
authors:
|
||||
- name: 6543
|
||||
title: Maintainer of Woodpecker
|
||||
url: https://github.com/6543
|
||||
image_url: https://github.com/6543.png
|
||||
tags: [release, stable]
|
||||
hide_table_of_contents: false
|
||||
---
|
||||
|
||||
We are proud to present you Woodpecker v1.0.0.
|
||||
It took us quite some time, but now we are sure it's ready, and you should really have a look at it.
|
||||
|
||||
<!--truncate-->
|
||||
|
||||
We've refactored a lot of code, so contributing to the codebase should be much easier.
|
||||
Furthermore, a ton of bugs where addressed and various enhancements introduced, along with some highly anticipated features.
|
||||
With Woodpecker v1.0.0, you can now substantially improve and streamline your code pipelines,
|
||||
empowering you to automate and optimize workflows like never before.
|
||||
|
||||
## Some picked highlights:
|
||||
|
||||
### Add Support for Cron Jobs
|
||||
|
||||
Automate recurring tasks with ease using Woodpecker's new cron jobs feature.
|
||||
Schedule pipelines to run at specified intervals or times, optimizing repetitive workflows.
|
||||
[Read more](/docs/usage/cron)
|
||||
|
||||
### YAML Map Merge, Overrides, and Sequence Merge Support
|
||||
|
||||
With enhanced YAML support, managing complex configurations becomes a breeze.
|
||||
Merge maps, apply overrides, and sequence merging—all within your YAML files.
|
||||
This is providing more flexibility and control over your pipelines.
|
||||
[Read more](/docs/usage/advanced-yaml-syntax)
|
||||
|
||||
### Web-UI for Admins
|
||||
|
||||
Simplify administration tasks with Woodpecker's new Admin UI.
|
||||
Effortlessly manage user accounts, agents, and tasks, including adding new agents or pausing the task queue for maintenance.
|
||||
|
||||
![Image of admin queue view](./admin_queue_ui.png)
|
||||
|
||||
### Localize Web-UI
|
||||
|
||||
Embrace internationalization by changing your locale in the user settings.
|
||||
Interact with Woodpecker in the language of your choice, tailored to your preferences.
|
||||
If your language is not available or only partially translated, consider contributing to our [Weblate](https://translate.woodpecker-ci.org/engage/woodpecker-ci/).
|
||||
|
||||
### Add `evaluate` to `when` Filter
|
||||
|
||||
Enhance pipeline flexibility with the new "when evaluate" filter, enabling or disabling steps based on custom conditions.
|
||||
Customize your workflows to dynamically respond to specific triggers and events.
|
||||
[Read more](/docs/usage/pipeline-syntax#evaluate)
|
||||
|
||||
### Global- and Organization-Secrets
|
||||
|
||||
Save time and effort by declaring secrets for your entire instance or organization.
|
||||
Simplify your workflow and securely manage sensitive information across projects.
|
||||
|
||||
![Image of settings view of org secrets](./org_secrets.png)
|
||||
|
||||
## Changelog
|
||||
|
||||
The full changelog can be viewed in our project source folder at [CHANGELOG.md](https://github.com/woodpecker-ci/woodpecker/blob/v1.0.0/CHANGELOG.md)
|
BIN
docs/blog/2023-07-28-release-v1.0.0/org_secrets.png
Normal file
BIN
docs/blog/2023-07-28-release-v1.0.0/org_secrets.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue