Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mdr committed Jan 17, 2023
1 parent 4aa25ab commit 3291e22
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
20 changes: 11 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3291e22

Please sign in to comment.