Skip to content

Commit c1c0dec

Browse files
authored
chore: bump agentapi module version (#465)
1 parent 59b67c2 commit c1c0dec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

registry/coder/modules/agentapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The AgentAPI module is a building block for modules that need to run an AgentAPI
1616
```tf
1717
module "agentapi" {
1818
source = "registry.coder.com/coder/agentapi/coder"
19-
version = "1.1.1"
19+
version = "1.2.0"
2020
2121
agent_id = var.agent_id
2222
web_app_slug = local.app_slug

registry/coder/modules/agentapi/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ variable "install_agentapi" {
117117
variable "agentapi_version" {
118118
type = string
119119
description = "The version of AgentAPI to install."
120-
default = "v0.3.3"
120+
default = "v0.10.0"
121121
}
122122

123123
variable "agentapi_port" {

0 commit comments

Comments
 (0)