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
| remote_base_url | string | the base url of the remote repository, it must contain a `/index.json` endpoint to list all available packages |
69
+
| sync_policy | string | how often the repository is synched from its remote. Possible value: always, hourly, daily, weekly, or monthly. (hourly, daily, weekly and monthly are supported in 1.14+)|
70
+
| repository_dir | string | the absolute path of the local repository folder to keep the downloaded local packages |
71
71
72
72
> You don't need to manage these extra remote configurations by your self. Use the built-in `remote` command instead
Copy file name to clipboardExpand all lines: release-notes.yaml
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
1.14.0:
2
+
version: 1.14.0
3
+
releaseNotes: |
4
+
# ✨ New Features and Updates
5
+
# Extra remote registry now support different sync policies: hourly, daily, weekly, and monthly. For the first iteration, the sync_policy configuration can only be modified in the configuration file. A built-in command will be provided in the future release to manage these sync policies.
6
+
# LOG_LEVEL and DEBUG_FLAGS no longer requires user consent.
7
+
# 🐛 Bug Fixes
8
+
# built-in update command now take into account the extra remote registries, and respect the sync_policy configuration for each registry.
9
+
# 📝 Documentation Updates
10
+
# Update configuration documentation to reflect the new sync_policy configuration and user consent resources.
0 commit comments