You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This is the changelog for the Infrahub SDK.
4
4
All notable changes to this project will be documented in this file.
5
5
6
-
Issue tracking is located in [Github](https://github.com/opsmill/infrahub/issues).
6
+
Issue tracking is located in [GitHub](https://github.com/opsmill/infrahub/issues).
7
7
8
8
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
@@ -21,6 +21,18 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
21
21
22
22
- Changes InfrahubNode/InfrahubNodeSync `artifact_fetch` and `artifact_generate` methods to use the name of the artifact instead of the name of the artifact definition.
- Added logger to `InfrahubGenerator` class to allow users use built-in logging (`self.logger`) to show logging within Infrahub CI pipeline.
29
+
30
+
### Changed
31
+
32
+
- Aligned the environment variables used by `infrahubctl` with the environment variables used by the SDK.
33
+
- Allowed the `infrahubctl transform` command to return a regular string that does not get converted to a JSON string.
34
+
- Changed InfrahubNode/InfrahubNodeSync `artifact_fetch` and `artifact_generate` methods to use the name of the artifact instead of the name of the artifact definition.
@@ -32,6 +44,12 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
32
44
### Housekeeping
33
45
34
46
- Move the function `read_file` from the ctl module to the SDK.
47
+
- Fixed typing for Python 3.9 and removed support for Python 3.13. ([#251](https://github.com/opsmill/infrahub-sdk-python/issues/251))
48
+
- Removed default value "main" for branch parameter from all Infrahub CTL commands. ([#264](https://github.com/opsmill/infrahub-sdk-python/issues/264))
49
+
50
+
### Housekeeping
51
+
52
+
- Moved the function `read_file` from the ctl module to the SDK.
0 commit comments