Skip to content

Commit

Permalink
Update changelog to reflect 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSpiker committed Jun 7, 2022
1 parent 907f632 commit e7e5f9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,9 @@
# v1.2.0 (Unreleased)
# v1.3.0 (Unreleased)

## Enhancements
* 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)

# v1.2.0

## Enhancements
* Adds support for reading current state version outputs to StateVersionOutputs, which can be useful for reading outputs when users don't have the necessary permissions to read the entire state by @brandonc [#370](https://github.com/hashicorp/go-tfe/pull/370)
Expand Down
1 change: 1 addition & 0 deletions agent_pool.go
Expand Up @@ -71,6 +71,7 @@ type AgentPoolListOptions struct {
// https://www.terraform.io/cloud-docs/api-docs/agents#available-related-resources
Include []AgentPoolIncludeOpt `url:"include,omitempty"`

// Optional: A search query string used to filter agent pool. Agent pools are searchable by name
Query string `url:"q,omitempty"`
}

Expand Down

0 comments on commit e7e5f9a

Please sign in to comment.