From 3291e22cb8a979b6ddcf4bc65056650e15bc2c8d Mon Sep 17 00:00:00 2001 From: Maxime Dufour Date: Tue, 17 Jan 2023 11:06:33 +0000 Subject: [PATCH] Release v0.5.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 20 +++++++++++--------- package.json | 4 ++-- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6143c17..9f11ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v0.5.0] +### Features + - Add the ability to unlink resources such as RouteTable, Internet Services + - Add the ability to copy AK/SK directly from the UI + - Add the ability to remove subresources such as Security Group rules for Security Groups + - Sort the list of resources ## [v0.4.0] ### Features - Add resources (Access Key, Api Access Rule, Ca, Client Gateway, DHCP Options, DirectLink, DirectLink Interface, Flexible GPU, Internet Service, Nat Service, Net Acess Peering, Nic, Snapshots, RouteTable, Subnet, VpnConnection) diff --git a/package-lock.json b/package-lock.json index 47eb92a..8e435fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,15 @@ { "name": "osc-viewer", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.4.0", + "name": "osc-viewer", + "version": "0.5.0", "dependencies": { "cross-fetch": "^3.1.5", + "outscale-api": "^0.6.0", "rxjs": "^7.5.7" }, "devDependencies": { @@ -25,7 +27,7 @@ "eslint": "^8.14.0", "glob": "^8.0.1", "mocha": "^9.2.2", - "outscale-api": "^0.6.0", + "outscale-api": "^0.7.0", "sinon": "^14.0.1", "ts-mock-imports": "^1.3.8", "typescript": "^4.8.4", @@ -3272,9 +3274,9 @@ } }, "node_modules/outscale-api": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/outscale-api/-/outscale-api-0.6.0.tgz", - "integrity": "sha512-j9yFJNJ40creJl7JzA0bSP+qmEu9B9TpF8J8hd8gTB0kXIQi+Sqz/USiYsyuRG0ZsevwZzNmnfNJ2Jy8sM17yA==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/outscale-api/-/outscale-api-0.7.0.tgz", + "integrity": "sha512-scEcpUATHOdgcVi6W3a9yRQgiQ9RO3awwvViVdh6ooIz34D+5bmLr/qBUbwMNCPAhS2TzUzTm1ot0f2GDs0//g==", "dev": true, "dependencies": { "aws4fetch": "github:outscale-dev/aws4fetch" @@ -7289,9 +7291,9 @@ } }, "outscale-api": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/outscale-api/-/outscale-api-0.6.0.tgz", - "integrity": "sha512-j9yFJNJ40creJl7JzA0bSP+qmEu9B9TpF8J8hd8gTB0kXIQi+Sqz/USiYsyuRG0ZsevwZzNmnfNJ2Jy8sM17yA==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/outscale-api/-/outscale-api-0.7.0.tgz", + "integrity": "sha512-scEcpUATHOdgcVi6W3a9yRQgiQ9RO3awwvViVdh6ooIz34D+5bmLr/qBUbwMNCPAhS2TzUzTm1ot0f2GDs0//g==", "dev": true, "requires": { "aws4fetch": "github:outscale-dev/aws4fetch" diff --git a/package.json b/package.json index 5f5123c..980a221 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "osc-viewer", "displayName": "osc-viewer", "description": "Viewer of the resource in the 3DS Outscale Cloud", - "version": "0.4.0", + "version": "0.5.0", "icon": "resources/outscale.png", "publisher": "outscale", "preview": true, @@ -348,7 +348,7 @@ "eslint": "^8.14.0", "glob": "^8.0.1", "mocha": "^9.2.2", - "outscale-api": "^0.6.0", + "outscale-api": "^0.7.0", "sinon": "^14.0.1", "ts-mock-imports": "^1.3.8", "typescript": "^4.8.4",