Skip to content

Commit

Permalink
Update changelog with agent pool query parameter enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSpiker committed Jul 6, 2022
1 parent f7f5554 commit ed40f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@
* Adds `RetryServerErrors` field to the `Config` object by @sebasslash [#439](https://github.com/hashicorp/go-tfe/pull/439)
* Adds support for the GPG Keys API by @sebasslash [#429](https://github.com/hashicorp/go-tfe/pull/429)
* [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)
* 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.3.0

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 ed40f7a

Please sign in to comment.