Skip to content

Commit d2d7038

Browse files
authored
Merge branch 'master' into 1135-improve-apify-cli-buildrun-output-for-agentic-workflows
2 parents 46099be + e31100b commit d2d7038

37 files changed

Lines changed: 4970 additions & 3333 deletions

File tree

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
ls -la bundles
187187
188188
- name: Create release
189-
uses: softprops/action-gh-release@v2
189+
uses: softprops/action-gh-release@v3
190190
with:
191191
tag_name: v${{ needs.update_changelog.outputs.pre_release_version }}
192192
name: ${{ needs.update_changelog.outputs.pre_release_version }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
ls -la bundles
215215
216216
- name: Create release
217-
uses: softprops/action-gh-release@v2
217+
uses: softprops/action-gh-release@v3
218218
with:
219219
tag_name: ${{ needs.release_metadata.outputs.tag_name }}
220220
name: ${{ needs.release_metadata.outputs.version_number }}

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
All notable changes to this project will be documented in this file.
44

55
<!-- git-cliff-unreleased-start -->
6-
## 1.6.2 - **not yet released**
6+
## 1.6.3 - **not yet released**
7+
8+
### 🚀 Features
9+
10+
- **auth:** Use os keyring for secure credential storage ([#1148](https://github.com/apify/apify-cli/pull/1148)) ([bbfea42](https://github.com/apify/apify-cli/commit/bbfea4286345aa5f15429d20d9d52013e7adc637)) by [@l2ysho](https://github.com/l2ysho), closes [#1115](https://github.com/apify/apify-cli/issues/1115)
11+
12+
### 🐛 Bug Fixes
13+
14+
- **run:** Propagate the Actor&#x27;s non-zero exit code ([#1195](https://github.com/apify/apify-cli/pull/1195)) ([ca1c009](https://github.com/apify/apify-cli/commit/ca1c00987995a7495eb4f8c4bb74c6c010ec7ee9)) by [@l2ysho](https://github.com/l2ysho), closes [#1180](https://github.com/apify/apify-cli/issues/1180), [#1190](https://github.com/apify/apify-cli/issues/1190)
15+
16+
17+
<!-- git-cliff-unreleased-end -->
18+
## [1.6.2](https://github.com/apify/apify-cli/releases/tag/v1.6.2) (2026-06-03)
719

820
### 🚀 Features
921

@@ -15,12 +27,17 @@ All notable changes to this project will be documented in this file.
1527

1628
- Drop only-allow preinstall, enforce pnpm via devEngines ([#1129](https://github.com/apify/apify-cli/pull/1129)) ([19f0c2d](https://github.com/apify/apify-cli/commit/19f0c2d09d8c43b39187104bfea37f89d2b1f2f6)) by [@B4nan](https://github.com/B4nan)
1729
- Send unified CLI telemetry events ([#1133](https://github.com/apify/apify-cli/pull/1133)) ([985bb18](https://github.com/apify/apify-cli/commit/985bb1852e83adb92e70e8274d50b25c5bacb533)) by [@patrikbraborec](https://github.com/patrikbraborec), closes [#1132](https://github.com/apify/apify-cli/issues/1132)
30+
- **actors info:** Handle tiered pay-per-event pricing ([#1173](https://github.com/apify/apify-cli/pull/1173)) ([8a2a064](https://github.com/apify/apify-cli/commit/8a2a06489e68ff0c8cbce59d48474196512f7448)) by [@l2ysho](https://github.com/l2ysho), closes [#1171](https://github.com/apify/apify-cli/issues/1171)
31+
- **push:** Prevent hang and tag race in apify push (#1131) ([#1134](https://github.com/apify/apify-cli/pull/1134)) ([c68e963](https://github.com/apify/apify-cli/commit/c68e963dd6bf1bad716818cd1c08f121a5907098)) by [@l2ysho](https://github.com/l2ysho), closes [#1131](https://github.com/apify/apify-cli/issues/1131)
1832

1933

20-
<!-- git-cliff-unreleased-end -->
2134

2235
## [1.6.1](https://github.com/apify/apify-cli/releases/tag/v1.6.1) (2026-05-06)
2336

37+
### 🐛 Bug Fixes
38+
39+
- Remove preinstall script from the published package, fixing `npm install` for consumers ([#1125](https://github.com/apify/apify-cli/pull/1125)) ([4b569eb](https://github.com/apify/apify-cli/commit/4b569ebe1667eb47b3f440897e836b931ad54545)) by [@l2ysho](https://github.com/l2ysho)
40+
2441
## [1.6.0](https://github.com/apify/apify-cli/releases/tag/v1.6.0) (2026-05-05)
2542

2643
### 🚀 Features

docs/reference.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -743,9 +743,14 @@ FLAGS
743743
-v, --version=<value> Actor version number
744744
to which the files should be pushed. By default, it
745745
is taken from the '.actor/actor.json' file.
746-
-w, --wait-for-finish=<value> Seconds for waiting
747-
to build to finish, if no value passed, it waits
748-
forever.
746+
-w, --wait-for-finish=<value> In seconds, how long
747+
to wait for the build to finish. If no value
748+
passed, it waits forever. To return as soon as the
749+
build is queued (fire-and-forget), pass 0. The exit
750+
code reflects the build outcome only — if the wait
751+
elapses with the build still running, the command
752+
exits 0; check status via the printed link or
753+
--json output.
749754
```
750755
751756
##### `apify actors pull` / `apify pull`

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apify-cli",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
55
"exports": "./dist/index.js",
66
"type": "module",
@@ -69,21 +69,22 @@
6969
"@apify/actor-templates": "^0.1.5",
7070
"@apify/consts": "^2.53.0",
7171
"@apify/input_schema": "^3.27.1",
72-
"@apify/json_schemas": "^0.13.0",
72+
"@apify/json_schemas": "^0.16.0",
7373
"@apify/utilities": "^2.25.6",
7474
"@crawlee/memory-storage": "^3.16.0",
7575
"@inquirer/core": "^11.1.7",
7676
"@inquirer/input": "^5.0.10",
7777
"@inquirer/password": "^5.0.10",
7878
"@inquirer/select": "^5.1.2",
79+
"@napi-rs/keyring": "^1.3.0",
7980
"@root/walk": "~1.1.0",
8081
"@sapphire/duration": "^1.2.0",
8182
"@sapphire/result": "^2.8.0",
8283
"@sapphire/timestamp": "^1.0.5",
8384
"@skyra/jaro-winkler": "^1.1.1",
8485
"adm-zip": "~0.5.17",
8586
"ajv": "~8.20.0",
86-
"apify-client": "^2.22.3",
87+
"apify-client": "^2.23.3",
8788
"archiver": "~7.0.1",
8889
"axios": "^1.15.0",
8990
"chalk": "~5.6.2",
@@ -144,7 +145,7 @@
144145
"tsdown": "^0.21.9",
145146
"tsx": "^4.21.0",
146147
"typescript": "^6.0.2",
147-
"vitest": "^4.1.2"
148+
"vitest": "^4.1.8"
148149
},
149150
"volta": {
150151
"node": "24.16.0",

0 commit comments

Comments
 (0)