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
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Unreleased
2
2
* Add `Query` param field to `OrganizationListOptions` to allow searching based on name or email by @laurenolivia[#529](https://github.com/hashicorp/go-tfe/pull/529)
3
3
4
+
* Add support for managing workspace and organization health assessment (drift detection) setting [#462](https://github.com/hashicorp/go-tfe/pull/462)
5
+
4
6
## Bug Fixes
5
7
* Fixes null value returned in variable set relationship in `VariableSetVariable` by @sebasslash[#521](https://github.com/hashicorp/go-tfe/pull/521)
6
8
@@ -47,7 +49,7 @@
47
49
*[beta] Add support for triggering Workspace runs through matching Git tags [#434](https://github.com/hashicorp/go-tfe/pull/434)
48
50
* Add `Query` param field to `AgentPoolListOptions` to allow searching based on agent pool name, by @JarrettSpiker[#417](https://github.com/hashicorp/go-tfe/pull/417)
49
51
* Add organization scope and allowed workspaces field for scope agents by @Netra2104[#453](https://github.com/hashicorp/go-tfe/pull/453)
50
-
*Add support for managing workspace drift detection setting [#462](https://github.com/hashicorp/go-tfe/pull/462)
52
+
*Adds `Namespace` and `RegistryName` fields to `RegistryModuleID` to allow reading of Public Registry Modules by @Uk1288[#464](https://github.com/hashicorp/go-tfe/pull/464)
51
53
52
54
## Bug fixes
53
55
* Fixed JSON mapping for Configuration Versions failing to properly set the `speculative` property [#459](https://github.com/hashicorp/go-tfe/pull/459)
0 commit comments