Skip to content

Commit

Permalink
feat: technical release (#8196)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianCzechDev authored Dec 16, 2024
1 parent 1aef44b commit 56a18eb
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 45 deletions.
2 changes: 1 addition & 1 deletion @vates/nbd-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/log": "^0.7.1",
"promise-toolbox": "^0.21.0",
"xen-api": "^4.5.0"
"xen-api": "^4.6.0"
},
"devDependencies": {
"tap": "^18.7.0",
Expand Down
4 changes: 2 additions & 2 deletions @xen-orchestra/backups-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": {
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.55.0",
"@xen-orchestra/backups": "^0.56.0",
"@xen-orchestra/fs": "^4.3.0",
"filenamify": "^6.0.0",
"getopts": "^2.2.5",
Expand All @@ -27,7 +27,7 @@
"scripts": {
"postversion": "npm publish --access public"
},
"version": "1.0.26",
"version": "1.0.27",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Vates SAS",
Expand Down
6 changes: 3 additions & 3 deletions @xen-orchestra/backups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"version": "0.55.0",
"version": "0.56.0",
"engines": {
"node": ">=14.18"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"uuid": "^9.0.0",
"value-matcher": "^0.2.0",
"vhd-lib": "^4.11.2",
"xen-api": "^4.5.0",
"xen-api": "^4.6.0",
"yazl": "^2.5.1"
},
"devDependencies": {
Expand All @@ -59,7 +59,7 @@
"tmp": "^0.2.1"
},
"peerDependencies": {
"@xen-orchestra/xapi": "^7.8.0"
"@xen-orchestra/xapi": "^7.8.1"
},
"license": "AGPL-3.0-or-later",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion @xen-orchestra/cr-seed-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"preferGlobal": true,
"dependencies": {
"golike-defer": "^0.5.1",
"xen-api": "^4.5.0"
"xen-api": "^4.6.0"
},
"scripts": {
"postversion": "npm publish"
Expand Down
4 changes: 2 additions & 2 deletions @xen-orchestra/immutable-backups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"xo-lift-remote-immutability": "./liftProtection.mjs"
},
"license": "AGPL-3.0-or-later",
"version": "1.0.14",
"version": "1.0.15",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@vates/async-each": "^1.0.0",
"@xen-orchestra/backups": "^0.55.0",
"@xen-orchestra/backups": "^0.56.0",
"@xen-orchestra/log": "^0.7.1",
"app-conf": "^3.0.0",
"chokidar": "^3.5.3",
Expand Down
2 changes: 1 addition & 1 deletion @xen-orchestra/lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@vueuse/core": "^10.7.1",
"@vueuse/math": "^10.7.1",
"@vueuse/shared": "^10.7.1",
"@xen-orchestra/web-core": "^0.7.0",
"@xen-orchestra/web-core": "^0.8.0",
"complex-matcher": "^0.7.1",
"d3-time-format": "^4.1.0",
"decorator-synchronized": "^0.6.0",
Expand Down
8 changes: 4 additions & 4 deletions @xen-orchestra/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@xen-orchestra/proxy",
"version": "0.29.6",
"version": "0.29.7",
"license": "AGPL-3.0-or-later",
"description": "XO Proxy used to remotely execute backup jobs",
"keywords": [
Expand Down Expand Up @@ -33,13 +33,13 @@
"@vates/disposable": "^0.1.6",
"@vates/task": "^0.6.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.55.0",
"@xen-orchestra/backups": "^0.56.0",
"@xen-orchestra/fs": "^4.3.0",
"@xen-orchestra/log": "^0.7.1",
"@xen-orchestra/mixin": "^0.2.0",
"@xen-orchestra/mixins": "^0.16.2",
"@xen-orchestra/self-signed": "^0.2.1",
"@xen-orchestra/xapi": "^7.8.0",
"@xen-orchestra/xapi": "^7.8.1",
"ajv": "^8.0.3",
"app-conf": "^3.0.0",
"async-iterator-to-stream": "^1.1.0",
Expand All @@ -61,7 +61,7 @@
"source-map-support": "^0.5.16",
"stoppable": "^1.0.6",
"xdg-basedir": "^5.1.0",
"xen-api": "^4.5.0",
"xen-api": "^4.6.0",
"xo-common": "^0.8.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @xen-orchestra/web-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xen-orchestra/web-core",
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"private": false,
"exports": {
"./*": {
Expand Down
4 changes: 2 additions & 2 deletions @xen-orchestra/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/web",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -25,7 +25,7 @@
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.7.1",
"@vueuse/math": "^10.7.1",
"@xen-orchestra/web-core": "^0.7.0",
"@xen-orchestra/web-core": "^0.8.0",
"human-format": "^1.2.1",
"lodash-es": "^4.17.21",
"npm-run-all2": "^6.1.1",
Expand Down
4 changes: 2 additions & 2 deletions @xen-orchestra/xapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/xapi",
"version": "7.8.0",
"version": "7.8.1",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
Expand All @@ -16,7 +16,7 @@
},
"main": "./index.mjs",
"peerDependencies": {
"xen-api": "^4.5.0"
"xen-api": "^4.6.0"
},
"scripts": {
"postversion": "npm publish --access public",
Expand Down
39 changes: 34 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# ChangeLog

## **next**

### Enhancements

> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Host/Patches] Rolling Pool Reboot and Update can now be planned as a Job (PR [#8185](https://github.com/vatesfr/xen-orchestra/pull/8185))
- [REST/VM] When creating a VM, it is possible to create more VDIs or delete/update template's VDIs (PR [#8167](https://github.com/vatesfr/xen-orchestra/pull/8167))
- [Backups/Advanced settings] Add merge backups synchronously (PR [#8177](https://github.com/vatesfr/xen-orchestra/pull/8177))

### Bug fixes

> Users must be able to say: “I had this issue, happy to know it's fixed”
- [VM] Fix `VDI_NOT_IN_MAP` error during migration (PR [#8179](https://github.com/vatesfr/xen-orchestra/pull/8179))

### Released packages

- xen-api 4.6.0
- @xen-orchestra/xapi 7.8.1
- @xen-orchestra/backups 0.56.0
- @xen-orchestra/backups-cli 1.0.27
- @xen-orchestra/immutable-backups 1.0.15
- @xen-orchestra/web-core 0.8.0
- @xen-orchestra/proxy 0.29.7
- @xen-orchestra/web 0.5.1
- xo-server 5.165.0
- xo-web 5.164.0

## **5.101.0** (2024-11-29)

<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
Expand Down Expand Up @@ -1055,7 +1084,7 @@

- [Patches] Support new XenServer Updates system. See [our documentation](https://xen-orchestra.com/docs/updater.html#xenserver-updates). (PR [#7044](https://github.com/vatesfr/xen-orchestra/pull/7044))
- [Host/Advanced] New button to download system logs [#3968](https://github.com/vatesfr/xen-orchestra/issues/3968) (PR [#7048](https://github.com/vatesfr/xen-orchestra/pull/7048))
- [Home/Hosts, Pools] Display host brand and version (PR [#7027](https://github.com/vatesfr/xen-orchestra/pull/7027))
- [Home/Hosts, Pools] Display host brand and version (PR [#7027](https://github.com/vatesfr/xen-orchestra/pull/7027))
- [SR] Ability to reclaim space [#1204](https://github.com/vatesfr/xen-orchestra/issues/1204) (PR [#7054](https://github.com/vatesfr/xen-orchestra/pull/7054))
- [XOA] New button to restart XO Server directly from the UI (PR [#7056](https://github.com/vatesfr/xen-orchestra/pull/7056))
- [Host/Advanced] Display system disks health based on the _smartctl_ plugin. [#4458](https://github.com/vatesfr/xen-orchestra/issues/4458) (PR [#7060](https://github.com/vatesfr/xen-orchestra/pull/7060))
Expand Down Expand Up @@ -1997,7 +2026,7 @@
- [Backup] Merge delta backups without copying data when using VHD directories on NFS/SMB/local remote(https://github.com/vatesfr/xen-orchestra/pull/6271))
- [Proxies] Ability to copy the proxy access URL (PR [#6287](https://github.com/vatesfr/xen-orchestra/pull/6287))
- [SR/Advanced] Ability to enable/disable _Maintenance Mode_ [#6215](https://github.com/vatesfr/xen-orchestra/issues/6215) (PRs [#6308](https://github.com/vatesfr/xen-orchestra/pull/6308), [#6297](https://github.com/vatesfr/xen-orchestra/pull/6297))
- [User] User tokens management through XO interface (PR [#6276](https://github.com/vatesfr/xen-orchestra/pull/6276))
- [User] User tokens management through XO interface (PR [#6276](https://github.com/vatesfr/xen-orchestra/pull/6276))
- [Tasks, VM/General] Self Service users: show tasks related to their pools, hosts, SRs, networks and VMs (PR [#6217](https://github.com/vatesfr/xen-orchestra/pull/6217))

### Enhancements
Expand Down Expand Up @@ -2077,7 +2106,7 @@
- [VM migration] Ensure the VM can be migrated before performing the migration to avoid issues [#5301](https://github.com/vatesfr/xen-orchestra/issues/5301) (PR [#6245](https://github.com/vatesfr/xen-orchestra/pull/6245))
- [Backup] Show any detected errors on existing backups instead of fixing them silently (PR [#6207](https://github.com/vatesfr/xen-orchestra/pull/6225))
- Created SRs will now have auto-scan enabled similarly to what XenCenter does (PR [#6246](https://github.com/vatesfr/xen-orchestra/pull/6246))
- [RPU] Disable scheduled backup jobs during RPU (PR [#6244](https://github.com/vatesfr/xen-orchestra/pull/6244))
- [RPU] Disable scheduled backup jobs during RPU (PR [#6244](https://github.com/vatesfr/xen-orchestra/pull/6244))

### Bug fixes

Expand Down Expand Up @@ -2249,7 +2278,7 @@

### Highlights

- [New SR] Add confirmation message before creating local SR (PR [#6121](https://github.com/vatesfr/xen-orchestra/pull/6121))
- [New SR] Add confirmation message before creating local SR (PR [#6121](https://github.com/vatesfr/xen-orchestra/pull/6121))
- [Dashboad/Health] List all VDIs that need coalescing (PR [#6120](https://github.com/vatesfr/xen-orchestra/pull/6120))
- [Delta Backup/Restore] Ability to choose SR for each VDI [#4605](https://github.com/vatesfr/xen-orchestra/issues/4605), [#4016](https://github.com/vatesfr/xen-orchestra/issues/4016) (PR [#6117](https://github.com/vatesfr/xen-orchestra/pull/6117))

Expand All @@ -2261,7 +2290,7 @@

- [Self service] Change identifiers used for VM templates to avoid them from being removed on XCP-ng upgrade
- [Proxy] Always connect to XAPI via [backup network if defined](https://xen-orchestra.com/blog/xen-orchestra-5-64/#backupmigrationnetwork)
- [Backup/File restore] Do not list backups on non-compatible remotes (S3) (PR [#6116](https://github.com/vatesfr/xen-orchestra/pull/6116))
- [Backup/File restore] Do not list backups on non-compatible remotes (S3) (PR [#6116](https://github.com/vatesfr/xen-orchestra/pull/6116))

### Released packages

Expand Down
14 changes: 0 additions & 14 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@

> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Host/Patches] Rolling Pool Reboot and Update can now be planned as a Job (PR [#8185](https://github.com/vatesfr/xen-orchestra/pull/8185))
- [REST/VM] When creating a VM, it is possible to create more VDIs or delete/update template's VDIs (PR [#8167](https://github.com/vatesfr/xen-orchestra/pull/8167))
- [Backups/Advanced settings] Add merge backups synchronously (PR [#8177](https://github.com/vatesfr/xen-orchestra/pull/8177))

### Bug fixes

> Users must be able to say: “I had this issue, happy to know it's fixed”
- [VM] Fix `VDI_NOT_IN_MAP` error during migration (PR [#8179](https://github.com/vatesfr/xen-orchestra/pull/8179))

### Packages to release

> When modifying a package, add it here with its release type.
Expand All @@ -39,12 +33,4 @@
<!--packages-start-->

- @xen-orchestra/backups minor
- @xen-orchestra/web patch
- @xen-orchestra/web-core minor
- @xen-orchestra/xapi patch
- xen-api minor
- xo-server minor
- xo-web minor

<!--packages-end-->
2 changes: 1 addition & 1 deletion packages/xapi-explore-sr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"human-format": "^1.0.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^4.5.0"
"xen-api": "^4.6.0"
},
"scripts": {
"postversion": "npm publish"
Expand Down
2 changes: 1 addition & 1 deletion packages/xen-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "xen-api",
"version": "4.5.0",
"version": "4.6.0",
"license": "ISC",
"description": "Connector to the Xen API",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/xo-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.164.0",
"version": "5.165.0",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"@vates/xml": "^2.0.0",
"@vates/xml-rpc": "^1.0.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.55.0",
"@xen-orchestra/backups": "^0.56.0",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.2",
"@xen-orchestra/emit-async": "^1.0.0",
Expand All @@ -57,7 +57,7 @@
"@xen-orchestra/self-signed": "^0.2.1",
"@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/vmware-explorer": "^0.8.5",
"@xen-orchestra/xapi": "^7.8.0",
"@xen-orchestra/xapi": "^7.8.1",
"@xen-orchestra/xva": "^1.0.2",
"ajv": "^8.0.3",
"app-conf": "^3.0.0",
Expand Down Expand Up @@ -137,7 +137,7 @@
"vhd-lib": "^4.11.2",
"ws": "^8.2.3",
"xdg-basedir": "^5.1.0",
"xen-api": "^4.5.0",
"xen-api": "^4.6.0",
"xo-acl-resolver": "^0.5.0",
"xo-collection": "^0.5.0",
"xo-common": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xo-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-web",
"version": "5.163.0",
"version": "5.164.0",
"license": "AGPL-3.0-or-later",
"description": "Web interface client for Xen-Orchestra",
"keywords": [
Expand Down

0 comments on commit 56a18eb

Please sign in to comment.