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
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,40 @@ 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
+
## [1.4.0-beta-4] - 2025-02-16
11
+
12
+
### Added
13
+
14
+
- Podman support by specifying `executor` field of `containered_opts` to `podman`.
15
+
16
+
### Fixed
17
+
18
+
- Cache invalidation on any config file changes.
19
+
- Unused `nix` dependency without `containered` feature.
20
+
- Documentation and configs.
21
+
- Config versions `4` instead of `3` by default and on new projects.
22
+
- Programming languages and targets' OSes specification (see the `MIGRATIONS.md`).
23
+
- Grammar fixes by @d-ornen.
24
+
25
+
## [1.4.0-beta-3] - 2025-02-14
26
+
27
+
### Added
28
+
29
+
- MIT license.
30
+
- Example content (Rust fake `lib.rs` and `main.rs` for Docker cache strategy, Python script to get know package version from `Cargo.toml` and modified `.cargo/config.toml` configuration with `mold` linker).
31
+
-`daemon` option to `CustomCommand` to execute the specified program until the end of the Pipeline (for example, for testing HTTP-servers and clients).
32
+
- Ignore fails on Patch Actions.
33
+
-`--preserve-least` on `deployer clean` command.
34
+
-`use_containerd_local_storage_cache` and `prevent_metadata_loading` options to `containered_opts`.
35
+
-`docker` user group auto-detect to avoid `sudo` usage.
36
+
-`DEPL` command to avoid manual specification of caching actions in `cache_strategies`.
37
+
38
+
### Fixed
39
+
40
+
- Documentation and configs.
41
+
- Containered runs' localization.
42
+
-`image not found` during containered build when `prevent_metadata_loading` option is set to `true` (start build twice).
43
+
10
44
## [1.4.0-beta-2] - 2025-02-05
11
45
12
46
### Added
@@ -403,6 +437,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Copy file name to clipboardExpand all lines: MIGRATIONS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Migrations guide
2
2
3
+
## From `1.4.0-beta-3` to `1.4.0-beta-4`
4
+
5
+
1. Manually check all your configuration files for programming languages and targets' OSes. Replace `null` values with strings in the lower register (for example, `"rust"`, `"linux"`, etc.).
6
+
3
7
## From `1.4.0-beta-1` to `1.4.0-beta-2`
4
8
5
9
1. Rename `run_strategies` inside your `containered_opts` to `cache_strategies` (project configurations).
0 commit comments