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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## v2.1.2 [2025-08-14]
2
+
_Bug fixes_
3
+
- Fix darwin build: remove sysroot override for Darwin SDK path in Makefile.
4
+
5
+
## v2.1.1 [2025-08-14]
6
+
_Bug fixes_
7
+
-**v2+ Plugin Version Support**: Fixed import path generation in templates to correctly handle v2+ plugin versions. The build process now properly appends the major version to the module path (e.g., `github.com/turbot/steampipe-plugin-aws/v2` for v2.x.x plugins) instead of using the base path which was causing build failures.
8
+
9
+
1
10
## v2.1.0 [2025-07-09]
2
11
_Whats new_
3
12
- Bump module to v2 and update Go version to 1.24.
0 commit comments