Skip to content

Commit

Permalink
feat: technical release (#8157)
Browse files Browse the repository at this point in the history
* feat(@xen-orchestra/fs): 4.3.0

* feat(@xen-orchestra/web-core): 0.5.0

* feat(@xen-orchestra/proxy): 0.29.5

* feat(@xen-orchestra/web): 0.3.2

* feat(xo-server): 5.162.0

* feat(xo-server-perf-alert): 0.6.0

* feat(xo-web): 5.162.0

* chore(CHANGELOG): update next
  • Loading branch information
J0ris-K authored Nov 25, 2024
1 parent 21f0643 commit 87b7016
Showing 15 changed files with 42 additions and 33 deletions.
2 changes: 1 addition & 1 deletion @vates/fuse-vhd/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
},
"main": "./index.mjs",
"dependencies": {
"@xen-orchestra/fs": "^4.2.1",
"@xen-orchestra/fs": "^4.3.0",
"@xen-orchestra/log": "^0.7.1",
"fuse-native": "^2.2.6",
"lru-cache": "^7.14.0",
2 changes: 1 addition & 1 deletion @xen-orchestra/backups-cli/package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"dependencies": {
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.54.3",
"@xen-orchestra/fs": "^4.2.1",
"@xen-orchestra/fs": "^4.3.0",
"filenamify": "^6.0.0",
"getopts": "^2.2.5",
"lodash": "^4.17.15",
2 changes: 1 addition & 1 deletion @xen-orchestra/backups/package.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
"@vates/nbd-client": "^3.1.2",
"@vates/parse-duration": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/fs": "^4.2.1",
"@xen-orchestra/fs": "^4.3.0",
"@xen-orchestra/log": "^0.7.1",
"@xen-orchestra/template": "^0.1.0",
"app-conf": "^3.0.0",
2 changes: 1 addition & 1 deletion @xen-orchestra/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@xen-orchestra/fs",
"version": "4.2.1",
"version": "4.3.0",
"license": "AGPL-3.0-or-later",
"description": "The File System for Xen Orchestra backups.",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs",
2 changes: 1 addition & 1 deletion @xen-orchestra/lite/package.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"@vueuse/core": "^10.7.1",
"@vueuse/math": "^10.7.1",
"@vueuse/shared": "^10.7.1",
"@xen-orchestra/web-core": "^0.4.0",
"@xen-orchestra/web-core": "^0.5.0",
"complex-matcher": "^0.7.1",
"d3-time-format": "^4.1.0",
"decorator-synchronized": "^0.6.0",
4 changes: 2 additions & 2 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.4",
"version": "0.29.5",
"license": "AGPL-3.0-or-later",
"description": "XO Proxy used to remotely execute backup jobs",
"keywords": [
@@ -34,7 +34,7 @@
"@vates/task": "^0.6.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.54.3",
"@xen-orchestra/fs": "^4.2.1",
"@xen-orchestra/fs": "^4.3.0",
"@xen-orchestra/log": "^0.7.1",
"@xen-orchestra/mixin": "^0.2.0",
"@xen-orchestra/mixins": "^0.16.2",
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.4.0",
"version": "0.5.0",
"private": false,
"exports": {
"./*": {
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.3.1",
"version": "0.3.2",
"type": "module",
"scripts": {
"dev": "vite",
@@ -24,7 +24,7 @@
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.7.1",
"@vueuse/math": "^10.7.1",
"@xen-orchestra/web-core": "^0.4.0",
"@xen-orchestra/web-core": "^0.5.0",
"human-format": "^1.2.1",
"lodash-es": "^4.17.21",
"npm-run-all2": "^6.1.1",
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# ChangeLog

## **next**

### Enhancements

- [Proxies] Display the current proxy version (PR [#8104](https://github.com/vatesfr/xen-orchestra/pull/8104))
- **XO 6**:
- [Header] Use new `UiAccountMenuButton` component for user menu button (PR [#8143](https://github.com/vatesfr/xen-orchestra/pull/8143))

### Bug fixes

- [Host/Network] When reconfiguring IP address on a PIF, no IPv6 reconfiguration if no IPv6 (PR [#8119](https://github.com/vatesfr/xen-orchestra/pull/8119))
- [Remotes] Fix NFS port (PR [#8085](https://github.com/vatesfr/xen-orchestra/pull/8085))
- [Plugins/Perf-alert] Fix unwritable SRs being monitored [Forum#9619](https://xcp-ng.org/forum/topic/9619/performance-alert-plugin-not-handling-removable-srs-correctly) (PR [#8113](https://github.com/vatesfr/xen-orchestra/pull/8113))
- [ISO SR/IPv6] Fix support of IPv6 ISO SR (PR [#8134](https://github.com/vatesfr/xen-orchestra/pull/8134))

### Packages to release

- @xen-orchestra/fs 4.4.0
- @xen-orchestra/web-core 0.6.0
- @xen-orchestra/proxy 0.29.6
- @xen-orchestra/web 0.3.3
- xo-server 5.163.0
- xo-server-perf-alert 0.7.0
- xo-web 5.163.0

## **5.100.2** (2024-11-14)

<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
16 changes: 0 additions & 16 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
@@ -11,19 +11,10 @@

> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Proxies] Display the current proxy version (PR [#8104](https://github.com/vatesfr/xen-orchestra/pull/8104))
- **XO 6**:
- [Header] Use new `UiAccountMenuButton` component for user menu button (PR [#8143](https://github.com/vatesfr/xen-orchestra/pull/8143))

### Bug fixes

> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Host/Network] When reconfiguring IP address on a PIF, no IPv6 reconfiguration if no IPv6 (PR [#8119](https://github.com/vatesfr/xen-orchestra/pull/8119))
- [Remotes] Fix NFS port (PR [#8085](https://github.com/vatesfr/xen-orchestra/pull/8085))
- [Plugins/Perf-alert] Fix unwritable SRs being monitored [Forum#9619](https://xcp-ng.org/forum/topic/9619/performance-alert-plugin-not-handling-removable-srs-correctly) (PR [#8113](https://github.com/vatesfr/xen-orchestra/pull/8113))
- [ISO SR/IPv6] Fix support of IPv6 ISO SR (PR [#8134](https://github.com/vatesfr/xen-orchestra/pull/8134))

### Packages to release

> When modifying a package, add it here with its release type.
@@ -40,11 +31,4 @@
<!--packages-start-->

- @xen-orchestra/fs minor
- @xen-orchestra/web patch
- @xen-orchestra/web-core minor
- xo-server minor
- xo-server-perf-alert minor
- xo-web minor

<!--packages-end-->
2 changes: 1 addition & 1 deletion packages/vhd-cli/package.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"node": ">=10"
},
"dependencies": {
"@xen-orchestra/fs": "^4.2.1",
"@xen-orchestra/fs": "^4.3.0",
"cli-progress": "^3.1.0",
"exec-promise": "^0.7.0",
"getopts": "^2.2.3",
4 changes: 2 additions & 2 deletions packages/vhd-lib/package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"@vates/read-chunk": "^1.2.0",
"@vates/stream-reader": "^0.1.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/fs": "^4.2.1",
"@xen-orchestra/fs": "^4.3.0",
"@xen-orchestra/log": "^0.7.1",
"async-iterator-to-stream": "^1.0.2",
"decorator-synchronized": "^0.6.0",
@@ -33,7 +33,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@xen-orchestra/fs": "^4.2.1",
"@xen-orchestra/fs": "^4.3.0",
"execa": "^5.0.0",
"get-stream": "^6.0.0",
"rimraf": "^5.0.1",
2 changes: 1 addition & 1 deletion packages/xo-server-perf-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xo-server-perf-alert",
"version": "0.5.1",
"version": "0.6.0",
"license": "AGPL-3.0-or-later",
"description": "Sends alerts based on performance criteria",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-perf-alert",
4 changes: 2 additions & 2 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.161.0",
"version": "5.162.0",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -49,7 +49,7 @@
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.2",
"@xen-orchestra/emit-async": "^1.0.0",
"@xen-orchestra/fs": "^4.2.1",
"@xen-orchestra/fs": "^4.3.0",
"@xen-orchestra/log": "^0.7.1",
"@xen-orchestra/mixin": "^0.2.0",
"@xen-orchestra/mixins": "^0.16.2",
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.161.0",
"version": "5.162.0",
"license": "AGPL-3.0-or-later",
"description": "Web interface client for Xen-Orchestra",
"keywords": [

0 comments on commit 87b7016

Please sign in to comment.