feat(@xen-orchestra/backups): 0.38.3

This commit is contained in:
Julien Fontanet 2023-06-23 10:53:49 +02:00
parent d66a76a09e
commit 34ee08be25
6 changed files with 6 additions and 8 deletions

View File

@ -7,7 +7,7 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": {
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.38.2",
"@xen-orchestra/backups": "^0.38.3",
"@xen-orchestra/fs": "^4.0.0",
"filenamify": "^4.1.0",
"getopts": "^2.2.5",

View File

@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"version": "0.38.2",
"version": "0.38.3",
"engines": {
"node": ">=14.6"
},

View File

@ -32,7 +32,7 @@
"@vates/decorate-with": "^2.0.0",
"@vates/disposable": "^0.1.4",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.38.2",
"@xen-orchestra/backups": "^0.38.3",
"@xen-orchestra/fs": "^4.0.0",
"@xen-orchestra/log": "^0.6.0",
"@xen-orchestra/mixin": "^0.1.0",

View File

@ -5,10 +5,12 @@
### Bug fixes
- [Settings/Servers] Fix connecting using an explicit IPv6 address
- [Full Replication] Fix garbage collecting previous replications
### Released packages
- xen-api 1.3.2
- @xen-orchestra/backups 0.38.3
## **5.83.2** (2023-06-01)

View File

@ -11,8 +11,6 @@
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Full Replication] Fix garbage collecting previous replications
### Packages to release
> When modifying a package, add it here with its release type.
@ -29,6 +27,4 @@
<!--packages-start-->
- @xen-orchestra/backups patch
<!--packages-end-->

View File

@ -41,7 +41,7 @@
"@vates/predicates": "^1.1.0",
"@vates/read-chunk": "^1.1.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.38.2",
"@xen-orchestra/backups": "^0.38.3",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.1",
"@xen-orchestra/emit-async": "^1.0.0",