Skip to content

Releases: opsmill/infrahub-vscode

Release v1.0.9

28 Jan 13:30
e5e1aaf

Choose a tag to compare

Added

  • Added transform execution support for Infrahub YAML configuration files. The extension now detects and displays transform types (Jinja2 or Python) in the YAML tree view, automatically determines the appropriate infrahubctl command (render for Jinja2 transforms, transform for Python transforms), and provides context-sensitive run commands for artifact definitions. Enhanced tree view provider with improved code structure and better type detection logic. (#30)

Release v1.0.8

22 Dec 15:03

Choose a tag to compare

Added

  • Added Schema Visualizer feature to view and explore Infrahub schema as an interactive graph with filtering, node details, and export capabilities. (#55)

Release v1.0.7

10 Dec 11:16

Choose a tag to compare

Fixed

  • Fix infrahubctl terminal commands not receiving server address and API token environment variables. (#53)

Release v1.0.6

07 Nov 22:53

Choose a tag to compare

Changed

  • Use NODE_TLS_REJECT_UNAUTHORIZED environment variable instead of passing TLS options to SDK when tls_insecure is enabled. (#46)

Release v1.0.5

07 Nov 12:17
deacfc3

Choose a tag to compare

Added

  • Update SDK from 0.0.6 to 0.0.7 and Added the ability to ignore certificate errors when making requests. (#43)

Release v1.0.4

31 Oct 18:04

Choose a tag to compare

Housekeeping

  • Update opsmill icon to new version. (#40)

Release v1.0.3

21 Oct 13:37
d8f69f8

Choose a tag to compare

Added

  • Add CI to publish to Open VSX Registry (#36)

Release 1.0.2

05 Sep 09:15

Choose a tag to compare

1.0.2 - 2025-09-05

Added

  • Added a section for contributing guidelines to the project documentation. (#contributing)

Fixed

    • Fixed filewatchers for the .infrahub.yml|yaml file to refresh tree view on change/update/delete.
    • Fixed filewatchers for the configured schemaDirectory folder to refresh tree view on change/update/delete to any YAML schema files.

    (#filewatchers)

  • Fix linting issues. (#lint)

  • Allow wider ranges of VSCode versions to accommodate users with different setups. (#vscode-version)

Release v1.0.1

04 Sep 17:31
461d3be

Choose a tag to compare

Fixed

  • Fixed an issue where the branch management icons (such as new branch and delete branch) were not showing up in the Infrahub server view.

Release v1.0.0

04 Sep 08:20
7a53cf1

Choose a tag to compare

Initial release

Added

  • Enhance GraphQL query execution by prompting user for server (#7)
  • Added banner colours and logo. (#9)
  • Add Python snippets for Infrahub automation scripts (#14)
  • Added Docs
  • Add the ability to check and load schema files.

Fixed

  • Do not store query on TreeItem, but read GraphQL file each execution.
  • Fix display to not keep opening new GraphQL result windows if targeting same query, server, and branch.