Releases: opsmill/infrahub-vscode
Releases · opsmill/infrahub-vscode
Release v1.0.9
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
infrahubctlcommand (renderfor Jinja2 transforms,transformfor 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
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
Fixed
- Fix infrahubctl terminal commands not receiving server address and API token environment variables. (#53)
Release v1.0.6
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
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
Housekeeping
- Update opsmill icon to new version. (#40)
Release v1.0.3
Added
- Add CI to publish to Open VSX Registry (#36)
Release 1.0.2
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|yamlfile to refresh tree view on change/update/delete. - Fixed filewatchers for the configured
schemaDirectoryfolder to refresh tree view on change/update/delete to any YAML schema files.
- Fixed filewatchers for the
-
Fix linting issues. (#lint)
-
Allow wider ranges of VSCode versions to accommodate users with different setups. (#vscode-version)
Release v1.0.1
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
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.