You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,30 @@ All notable changes to this project will be documented in this file.
7
7
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
10
+
## [2.0.0-beta-3] - 2025-10-21
11
+
12
+
### Changed
13
+
14
+
- Configuration structure (version `7` for project configs and version `5` for global). This is the breaking change, and old projects will not be run before migration. See the `MIGRATIONS.md`.
15
+
- The only supported configuration format is now YAML.
16
+
- The only available translation is now English.
17
+
- Significant part of action types are reworked. Please, read new `DOCS.md` or start `depl docs` from a terminal.
18
+
- Edit menu views.
19
+
-`deployer` command became `depl` - much shorter.
20
+
- All dependencies are now located at `crates.io`.
21
+
22
+
### Added
23
+
24
+
-`depl cd` command. Enter `depl cd pipeline-title` to go to run folder for specified pipeline and Ctrl+D (or enter `exit`) to go back.
25
+
- Just `depl` command. Enter `depl` to run default pipeline for project.
26
+
- Shell driver. You can currently specify execution driver as `deployer` or `shell` at `driver` pipeline's field. Shell driver translates all actions into shell script (`*.sh`) and then starts it. Also shell driver is much better option to containered or Ansible runs due to the lack of need for a Deployer on a remote host or in a container.
27
+
- Shell export: you can export your pipeline as shell script via `depl export pipeline pipeline-name -o file.sh` command.
28
+
- GitHub Actions and GitLab CI support: you can export your pipeline as CI configuration for these platforms via `depl export pipeline pipeline-name --gh/--gl` command.
29
+
30
+
### Removed
31
+
32
+
- Automatic migrations.
33
+
10
34
## [1.5.0-1] - 2025-06-17
11
35
12
36
### Added
@@ -545,6 +569,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments