Skip to content

Commit e5e1aaf

Browse files
authored
Merge pull request #61 from opsmill/atg-20260128-bump
Atg 20260128 bump
2 parents 9ff36d6 + bc57433 commit e5e1aaf

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
<!-- towncrier release notes start -->
88

9+
## [1.0.9](https://github.com/opsmill/infrahub-vscode/tree/v1.0.9) - 2026-01-28
10+
11+
### Added
12+
13+
- 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](https://github.com/opsmill/infrahub-vscode/issues/30))
14+
915
## [1.0.8](https://github.com/opsmill/infrahub-vscode/tree/v1.0.8) - 2025-12-22
1016

1117
### Added

changelog/30.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "infrahub",
33
"displayName": "Infrahub",
44
"description": "Infrahub development tools.",
5-
"version": "1.0.8",
5+
"version": "1.0.9",
66
"publisher": "opsmill",
77
"homepage": "https://github.com/opsmill/infrahub-vscode/blob/main/README.md",
88
"icon": "media/infrahub-logo.png",

0 commit comments

Comments
 (0)