Skip to content

Commit 0b8816b

Browse files
committed
chore: bump minor versions
1 parent f618870 commit 0b8816b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

registry/coder-labs/modules/auggie/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ locals {
178178

179179
module "agentapi" {
180180
source = "registry.coder.com/coder/agentapi/coder"
181-
version = "1.1.1"
181+
version = "1.2.0"
182182

183183
agent_id = var.agent_id
184184
web_app_slug = local.app_slug

registry/coder-labs/modules/codex/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ locals {
128128

129129
module "agentapi" {
130130
source = "registry.coder.com/coder/agentapi/coder"
131-
version = "1.1.1"
131+
version = "1.2.0"
132132

133133
agent_id = var.agent_id
134134
web_app_slug = local.app_slug

registry/coder-labs/modules/cursor-cli/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ resource "coder_env" "cursor_api_key" {
131131

132132
module "agentapi" {
133133
source = "registry.coder.com/coder/agentapi/coder"
134-
version = "1.1.1"
134+
version = "1.2.0"
135135

136136
agent_id = var.agent_id
137137
web_app_slug = local.app_slug

registry/coder-labs/modules/gemini/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ EOT
176176

177177
module "agentapi" {
178178
source = "registry.coder.com/coder/agentapi/coder"
179-
version = "1.1.1"
179+
version = "1.2.0"
180180

181181
agent_id = var.agent_id
182182
web_app_slug = local.app_slug

registry/coder-labs/modules/sourcegraph-amp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ locals {
151151

152152
module "agentapi" {
153153
source = "registry.coder.com/coder/agentapi/coder"
154-
version = "1.0.1"
154+
version = "1.2.0"
155155

156156
agent_id = var.agent_id
157157
web_app_slug = local.app_slug

registry/coder/modules/amazon-q/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ locals {
215215

216216
module "agentapi" {
217217
source = "registry.coder.com/coder/agentapi/coder"
218-
version = "1.1.1"
218+
version = "1.2.0"
219219

220220
agent_id = var.agent_id
221221
web_app_slug = local.app_slug

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ locals {
236236
module "agentapi" {
237237

238238
source = "registry.coder.com/coder/agentapi/coder"
239-
version = "1.1.1"
239+
version = "1.2.0"
240240

241241
agent_id = var.agent_id
242242
web_app_slug = local.app_slug

registry/coder/modules/goose/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ EOT
139139

140140
module "agentapi" {
141141
source = "registry.coder.com/coder/agentapi/coder"
142-
version = "1.1.1"
142+
version = "1.2.0"
143143

144144
agent_id = var.agent_id
145145
web_app_slug = local.app_slug

0 commit comments

Comments
 (0)