8000 Bump windows-rdp version in README to 1.2.0 · coder/registry@9115df1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9115df1

Browse files
committed
Bump windows-rdp version in README to 1.2.0
1 parent a775cc2 commit 9115df1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

registry/coder/modules/windows-rdp/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Enable Remote Desktop + a web based client on Windows workspaces, powered by [de
1616
module "windows_rdp" {
1717
count = data.coder_workspace.me.start_count
1818
source = "registry.coder.com/coder/windows-rdp/coder"
19-
version = "1.1.0"
19+
version = "1.2.0"
2020
agent_id = resource.coder_agent.main.id
2121
resource_id = resource.aws_instance.dev.id
2222
}
@@ -34,7 +34,7 @@ module "windows_rdp" {
3434
module "windows_rdp" {
3535
count = data.coder_workspace.me.start_count
3636
source = "registry.coder.com/coder/windows-rdp/coder"
37-
version = "1.1.0"
37+
version = "1.2.0"
3838
agent_id = resource.coder_agent.main.id
3939
resource_id = resource.aws_instance.dev.id
4040
}
@@ -46,7 +46,7 @@ module "windows_rdp" {
4646
module "windows_rdp" {
4747
count = data.coder_workspace.me.start_count
4848
source = "registry.coder.com/coder/windows-rdp/coder"
49-
version = "1.1.0"
49+
version = "1.2.0"
5050
agent_id = resource.coder_agent.main.id
5151
resource_id = resource.google_compute_instance.dev[0].id
5252
}
@@ -58,7 +58,7 @@ module "windows_rdp" {
5858
module "windows_rdp" {
5959
count = data.coder_workspace.me.start_count
6060
source = "registry.coder.com/coder/windows-rdp/coder"
61-
version = "1.0.18"
61+
version = "1.2.0"
6262
agent_id = resource.coder_agent.main.id
6363
resource_id = resource.aws_instance.dev.id
6464
devolutions_gateway_version = "2025.1.6" # Specify a specific version

0 commit comments

Comments
 (0)
0