Skip to content

Releases: vmware/vrealize-developer-tools

v2.5.0

27 Apr 11:17
Compare
Choose a tag to compare

Since version 2.5.0 Autocompletion features are available for JavaScript actions projects.
Since version 2.5.0 vRDT is capable to authenticate to vRealize Orchestrator using vRA Authentication (in addition to vRO basic authentication).

All Changes * [#106](https://github.com//pull/106) - Bump minimist from 1.2.5 to 1.2.6 * [#107](https://github.com//pull/107) - Bump moment from 2.29.1 to 2.29.2 * [#109](https://github.com//pull/109) - Specify available polyglot types in Polyglot-project wiki * [#110](https://github.com//pull/110) - Bump protobufjs from 6.11.2 to 6.11.3 * [#113](https://github.com//pull/113) - Bump loader-utils from 2.0.2 to 2.0.3 * [#114](https://github.com//pull/114) - Bump moment from 2.29.2 to 2.29.4 * [#115](https://github.com//pull/115) - Bump loader-utils from 2.0.3 to 2.0.4 * [#116](https://github.com//pull/116) - Bump terser from 5.11.0 to 5.15.1 * [#118](https://github.com//pull/118) - Bump decode-uri-component from 0.2.0 to 0.2.2 * [#120](https://github.com//pull/120) - Bump json5 from 1.0.1 to 1.0.2 * [#117](https://github.com//pull/117) - Procedure for creating custom vropkg sign certificate * [#124](https://github.com//pull/124) - Bump webpack from 5.69.1 to 5.76.0 * [#125](https://github.com//pull/125) - IAC-760 bumping project dependencies * [#126](https://github.com//pull/126) - IAC-762 Address vulnerability in xml2js * [#123](https://github.com//pull/123) - Rewrite code for language services to use protobufjs library and remo… * [#127](https://github.com//pull/127) - IAC-762 Address xml2js vulnerability

v2.4.0

25 Feb 15:13
Compare
Choose a tag to compare

Notable Changes

  • Updated documentation for ABX and Polyglot project types, and versioning and releasing guidelines. (#96)
  • Enable TypeScript features by default (#97)
  • Bundle the extension using Webpack to reduce its size by 8x. (#99)
All Changes
  • #95 - Migrate to Node 12 and npm 7, remove deprecated dependencies
  • #96 - Added Wiki documentation for ABX, Polyglot and release.sh
  • #97 - Remove the experimental TypeScript flag and use vRBT 2.12.5 as default
  • #99 - Reorganize the repository to facilitate the move to a monorepo
  • #104 - Bump jsdoc and vsce dependency versions to fix critical vulnerabilities
  • #105 - Bump dependencies to fix vulnerabilities in ansi-regex, glob-parent and yargs-parser

v2.2.1

21 Mar 13:35
v2.2.1
Compare
Choose a tag to compare
  • Bump dependencies to latest versions
All Changes
  • #81 - Initial version of the wiki
  • #82 - Bump bl from 4.0.2 to 4.0.3
  • #83 - [Security] Bump node-fetch from 2.3.0 to 2.6.1
  • #85 - Bump dependencies to latest, migrate to vscode API 1.50
  • #86 - Lock the gulp-cli's yargs-parser version to a non-vulnerable one
  • #91 - minor wiki fixes
  • #89 - [Security] Bump ini from 1.3.5 to 1.3.8
  • #90 - [Security] Bump node-notifier from 8.0.0 to 8.0.1
  • #95 - Migrate to Node 12 and npm 7, remove deprecated dependencies

v2.2.0

10 Aug 17:05
v2.2.0
Compare
Choose a tag to compare

Notable changes

  • Support for vRA Cloud Assembly Blueprints
  • Show a Welcome view in the vRO Explorer when there is no active profile
  • Dependency updates and Security fixes
All Changes
  • #62 - [Security] Bump codecov from 3.6.1 to 3.6.5
  • #64 - [Security] Bump minimist from 1.2.0 to 1.2.2
  • #63 - [Security] Bump acorn from 6.1.1 to 6.4.1
  • #65 - Bump kind-of transitive dependency to 6.0.3 to patch vulnerability
  • #66 - Bump acorn transitive dependency in yarn.lock to 7.1.1
  • #67 - update gulpfile
  • #68 - fix windows command for sub projects + add maven type typescript-proj…
  • #70 - Support for vRA Cloud Assembly Blueprints
  • #72 - Creating new SSO auth token for new user or tenant
  • #73 - Bump lodash from 4.17.15 to 4.17.19
  • #77 - [Security] Bump codecov from 3.6.5 to 3.7.1
  • #74 - Switch to api.mgmt.cloud.vmware.com for all vRA Cloud operations
  • #76 - Show a Welcome view in the vRO Explorer when there is no active profile
  • #75 - Keep vRA blueprint metadata like name, id and description in the YAML

2.1.6

17 Apr 09:05
Compare
Choose a tag to compare

Notable changes

  • Support the new project type typescript-project-all
All Changes
  • #67 - Changes to Gulpfile to fix Windows build
  • #68 - Support the new project type typescript-project-all and fix -pl task parameter for Windows

2.1.5

13 Apr 12:09
Compare
Choose a tag to compare

Notable changes

  • Irrelevant features of the extension will not load if a non-vRealize project is opened (#57)
  • Support highly nested project structure when generating build tasks (#61)
  • Security fixes
All Changes
  • #57 - Hide irrelevant features of the extension when non-vRealize project is opened
  • #59 - A wrapper for managing the extension's state
  • #61 - Support highly nested project structure when generating build tasks
  • #60 - Run the language server only if there is an actions project in the workspace
  • #62 - [Security] Bump codecov from 3.6.1 to 3.6.5
  • #64 - [Security] Bump minimist from 1.2.0 to 1.2.2
  • #63 - [Security] Bump acorn from 6.1.1 to 6.4.1
  • #65 - [Security] Bump kind-of transitive dependency to 6.0.3 to patch vulnerability
  • #66 - [Security] Bump acorn transitive dependency in yarn.lock to 7.1.1

2.1.4

02 Feb 16:48
Compare
Choose a tag to compare

Notable changes

  • Support 'Run Action' against vRO 7.6 and vRO 8
All Changes
  • #58 - Fixes #48 - Support 'Run Action' against vRO 7.6 and vRO 8

2.1.3

04 Jan 12:33
Compare
Choose a tag to compare

Notable changes

  • Security fixes
All Changes
  • #55 - [Security] Bump handlebars from 4.1.2 to 4.5.3

2.1.2

03 Dec 13:51
Compare
Choose a tag to compare

Notable changes

  • Support creation of vRA 8 projects using the New Project command. (#54)
All Changes
  • #51 - Fixed #49 - Throw an error during extension load when settings.xml does not exist
  • #54 - Support creating vRA 8 projects and add push/pull tasks for such…

2.1.1

20 Nov 16:47
Compare
Choose a tag to compare

Notable changes

  • Fixed vRealize: Open Action/Workflow/Resource/Configuration command
All Changes
  • #46 - [Security] Bump https-proxy-agent from 2.2.1 to 2.2.4
  • #50 - Fixed #47 - Failed to fetch vRO element using the Command Palette