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
+26-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,33 @@
1
-
# v1.4.0 (Unreleased)
1
+
# Unreleased
2
+
3
+
# v1.6.0
4
+
## Enhancements
5
+
* Add `Name` field to `OAuthClient` by @barrettclark[#466](https://github.com/hashicorp/go-tfe/pull/466)
6
+
* Add support for creating both public and private `RegistryModule` with no VCS connection by @Uk1288[#460](https://github.com/hashicorp/go-tfe/pull/460)
7
+
* Add `ConfigurationSourceAdo` configuration source option by @mjyocca[#467](https://github.com/hashicorp/go-tfe/pull/467)
8
+
9
+
# v1.5.0
10
+
11
+
## Enhancements
12
+
*[beta] Add support for triggering Workspace runs through matching Git tags [#434](https://github.com/hashicorp/go-tfe/pull/434)
13
+
* 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)
14
+
* Add organization scope and allowed workspaces field for scope agents by @Netra2104[#453](https://github.com/hashicorp/go-tfe/pull/453)
15
+
* 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)
16
+
17
+
## Bug fixes
18
+
* Fixed JSON mapping for Configuration Versions failing to properly set the `speculative` property [#459](https://github.com/hashicorp/go-tfe/pull/459)
19
+
20
+
# v1.4.0
2
21
3
22
## Enhancements
4
23
* Adds `RetryServerErrors` field to the `Config` object by @sebasslash[#439](https://github.com/hashicorp/go-tfe/pull/439)
5
24
* Adds support for the GPG Keys API by @sebasslash[#429](https://github.com/hashicorp/go-tfe/pull/429)
6
-
*[beta] Renames the optional StateVersion field `ExtState` to `JSONState` and changes to string for base64 encoding by @annawinkler[#444](https://github.com/hashicorp/go-tfe/pull/444)
25
+
* Adds support for new `WorkspaceLimit` Admin setting for organizations [#425](https://github.com/hashicorp/go-tfe/pull/425)
26
+
* Adds support for new `ExcludeTags` workspace list filter field by @Uk1288[#438](https://github.com/hashicorp/go-tfe/pull/438)
27
+
*[beta] Adds additional filter fields to `RunListOptions` by @mjyocca[#424](https://github.com/hashicorp/go-tfe/pull/424)
28
+
*[beta] Renames the optional StateVersion field `ExtState` to `JSONStateOutputs` and changes the purpose and type by @annawinkler[#444](https://github.com/hashicorp/go-tfe/pull/444) and @brandoncroft[#452](https://github.com/hashicorp/go-tfe/pull/452)
29
+
* Remove beta messaging for Run Tasks by @glennsarti[#447](https://github.com/hashicorp/go-tfe/pull/447)
30
+
* Adds `Description` field to the `RunTask` object by @glennsarti[#447](https://github.com/hashicorp/go-tfe/pull/447)
0 commit comments