Skip to content

Commit 93c4fb3

Browse files
chore: bump version to 1.0.18 in README.md files (coder#292)
This is an auto-generated PR to update README.md files of all modules with the new tag 1.0.18 Co-authored-by: matifali <matifali@users.noreply.github.com>
1 parent 86038f8 commit 93c4fb3

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

code-server/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Automatically install [code-server](https://github.com/coder/code-server) in a w
1414
```tf
1515
module "code-server" {
1616
source = "registry.coder.com/modules/code-server/coder"
17-
version = "1.0.17"
17+
version = "1.0.18"
1818
agent_id = coder_agent.example.id
1919
}
2020
```
@@ -28,7 +28,7 @@ module "code-server" {
2828
```tf
2929
module "code-server" {
3030
source = "registry.coder.com/modules/code-server/coder"
31-
version = "1.0.17"
31+
version = "1.0.18"
3232
agent_id = coder_agent.example.id
3333
install_version = "4.8.3"
3434
}
@@ -41,7 +41,7 @@ Install the Dracula theme from [OpenVSX](https://open-vsx.org/):
4141
```tf
4242
module "code-server" {
4343
source = "registry.coder.com/modules/code-server/coder"
44-
version = "1.0.17"
44+
version = "1.0.18"
4545
agent_id = coder_agent.example.id
4646
extensions = [
4747
"dracula-theme.theme-dracula"
@@ -58,7 +58,7 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte
5858
```tf
5959
module "code-server" {
6060
source = "registry.coder.com/modules/code-server/coder"
61-
version = "1.0.17"
61+
version = "1.0.18"
6262
agent_id = coder_agent.example.id
6363
extensions = ["dracula-theme.theme-dracula"]
6464
settings = {
@@ -74,7 +74,7 @@ Just run code-server in the background, don't fetch it from GitHub:
7474
```tf
7575
module "code-server" {
7676
source = "registry.coder.com/modules/code-server/coder"
77-
version = "1.0.17"
77+
version = "1.0.18"
7878
agent_id = coder_agent.example.id
7979
extensions = ["dracula-theme.theme-dracula", "ms-azuretools.vscode-docker"]
8080
}
@@ -89,7 +89,7 @@ Run an existing copy of code-server if found, otherwise download from GitHub:
8989
```tf
9090
module "code-server" {
9191
source = "registry.coder.com/modules/code-server/coder"
92-
version = "1.0.17"
92+
version = "1.0.18"
9393
agent_id = coder_agent.example.id
9494
use_cached = true
9595
extensions = ["dracula-theme.theme-dracula", "ms-azuretools.vscode-docker"]
@@ -101,7 +101,7 @@ Just run code-server in the background, don't fetch it from GitHub:
101101
```tf
102102
module "code-server" {
103103
source = "registry.coder.com/modules/code-server/coder"
104-
version = "1.0.17"
104+
version = "1.0.18"
105105
agent_id = coder_agent.example.id
106106
offline = true
107107
}

dotfiles/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Under the hood, this module uses the [coder dotfiles](https://coder.com/docs/v2/
1818
```tf
1919
module "dotfiles" {
2020
source = "registry.coder.com/modules/dotfiles/coder"
21-
version = "1.0.15"
21+
version = "1.0.18"
2222
agent_id = coder_agent.example.id
2323
}
2424
```
@@ -30,7 +30,7 @@ module "dotfiles" {
3030
```tf
3131
module "dotfiles" {
3232
source = "registry.coder.com/modules/dotfiles/coder"
33-
version = "1.0.15"
33+
version = "1.0.18"
3434
agent_id = coder_agent.example.id
3535
}
3636
```
@@ -40,7 +40,7 @@ module "dotfiles" {
4040
```tf
4141
module "dotfiles" {
4242
source = "registry.coder.com/modules/dotfiles/coder"
43-
version = "1.0.15"
43+
version = "1.0.18"
4444
agent_id = coder_agent.example.id
4545
user = "root"
4646
}
@@ -51,13 +51,13 @@ module "dotfiles" {
5151
```tf
5252
module "dotfiles" {
5353
source = "registry.coder.com/modules/dotfiles/coder"
54-
version = "1.0.15"
54+
version = "1.0.18"
5555
agent_id = coder_agent.example.id
5656
}
5757
5858
module "dotfiles-root" {
5959
source = "registry.coder.com/modules/dotfiles/coder"
60-
version = "1.0.15"
60+
version = "1.0.18"
6161
agent_id = coder_agent.example.id
6262
user = "root"
6363
dotfiles_uri = module.dotfiles.dotfiles_uri
@@ -71,7 +71,7 @@ You can set a default dotfiles repository for all users by setting the `default_
7171
```tf
7272
module "dotfiles" {
7373
source = "registry.coder.com/modules/dotfiles/coder"
74-
version = "1.0.15"
74+
version = "1.0.18"
7575
agent_id = coder_agent.example.id
7676
default_dotfiles_uri = "https://github.com/coder/dotfiles"
7777
}

filebrowser/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A file browser for your workspace.
1414
```tf
1515
module "filebrowser" {
1616
source = "registry.coder.com/modules/filebrowser/coder"
17-
version = "1.0.8"
17+
version = "1.0.18"
1818
agent_id = coder_agent.example.id
1919
agent_name = "main"
2020
}
@@ -29,7 +29,7 @@ module "filebrowser" {
2929
```tf
3030
module "filebrowser" {
3131
source = "registry.coder.com/modules/filebrowser/coder"
32-
version = "1.0.8"
32+
version = "1.0.18"
3333
agent_id = coder_agent.example.id
3434
agent_name = "main"
3535
folder = "/home/coder/project"
@@ -41,7 +41,7 @@ module "filebrowser" {
4141
```tf
4242
module "filebrowser" {
4343
source = "registry.coder.com/modules/filebrowser/coder"
44-
version = "1.0.8"
44+
version = "1.0.18"
4545
agent_id = coder_agent.example.id
4646
agent_name = "main"
4747
database_path = ".config/filebrowser.db"

git-clone/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This module allows you to automatically clone a repository by URL and skip if it
1414
```tf
1515
module "git-clone" {
1616
source = "registry.coder.com/modules/git-clone/coder"
17-
version = "1.0.12"
17+
version = "1.0.18"
1818
agent_id = coder_agent.example.id
1919
url = "https://github.com/coder/coder"
2020
}
@@ -27,7 +27,7 @@ module "git-clone" {
2727
```tf
2828
module "git-clone" {
2929
source = "registry.coder.com/modules/git-clone/coder"
30-
version = "1.0.12"
30+
version = "1.0.18"
3131
agent_id = coder_agent.example.id
3232
url = "https://github.com/coder/coder"
3333
base_dir = "~/projects/coder"
@@ -41,7 +41,7 @@ To use with [Git Authentication](https://coder.com/docs/v2/latest/admin/git-prov
4141
```tf
4242
module "git-clone" {
4343
source = "registry.coder.com/modules/git-clone/coder"
44-
version = "1.0.12"
44+
version = "1.0.18"
4545
agent_id = coder_agent.example.id
4646
url = "https://github.com/coder/coder"
4747
}
@@ -66,15 +66,15 @@ data "coder_parameter" "git_repo" {
6666
# Clone the repository for branch `feat/example`
6767
module "git_clone" {
6868
source = "registry.coder.com/modules/git-clone/coder"
69-
version = "1.0.12"
69+
version = "1.0.18"
7070
agent_id = coder_agent.example.id
7171
url = data.coder_parameter.git_repo.value
7272
}
7373
7474
# Create a code-server instance for the cloned repository
7575
module "code-server" {
7676
source = "registry.coder.com/modules/code-server/coder"
77-
version = "1.0.12"
77+
version = "1.0.18"
7878
agent_id = coder_agent.example.id
7979
order = 1
8080
folder = "/home/${local.username}/${module.git_clone.folder_name}"
@@ -98,7 +98,7 @@ Configuring `git-clone` for a self-hosted GitHub Enterprise Server running at `g
9898
```tf
9999
module "git-clone" {
100100
source = "registry.coder.com/modules/git-clone/coder"
101-
version = "1.0.12"
101+
version = "1.0.18"
102102
agent_id = coder_agent.example.id
103103
url = "https://github.example.com/coder/coder/tree/feat/example"
104104
git_providers = {
@@ -116,7 +116,7 @@ To GitLab clone with a specific branch like `feat/example`
116116
```tf
117117
module "git-clone" {
118118
source = "registry.coder.com/modules/git-clone/coder"
119-
version = "1.0.12"
119+
version = "1.0.18"
120120
agent_id = coder_agent.example.id
121121
url = "https://gitlab.com/coder/coder/-/tree/feat/example"
122122
}
@@ -127,7 +127,7 @@ Configuring `git-clone` for a self-hosted GitLab running at `gitlab.example.com`
127127
```tf
128128
module "git-clone" {
129129
source = "registry.coder.com/modules/git-clone/coder"
130-
version = "1.0.12"
130+
version = "1.0.18"
131131
agent_id = coder_agent.example.id
132132
url = "https://gitlab.example.com/coder/coder/-/tree/feat/example"
133133
git_providers = {
@@ -147,7 +147,7 @@ For example, to clone the `feat/example` branch:
147147
```tf
148148
module "git-clone" {
149149
source = "registry.coder.com/modules/git-clone/coder"
150-
version = "1.0.12"
150+
version = "1.0.18"
151151
agent_id = coder_agent.example.id
152152
url = "https://github.com/coder/coder"
153153
branch_name = "feat/example"
@@ -163,7 +163,7 @@ For example, this will clone into the `~/projects/coder/coder-dev` folder:
163163
```tf
164164
module "git-clone" {
165165
source = "registry.coder.com/modules/git-clone/coder"
166-
version = "1.0.12"
166+
version = "1.0.18"
167167
agent_id = coder_agent.example.id
168168
url = "https://github.com/coder/coder"
169169
folder_name = "coder-dev"

windows-rdp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Enable Remote Desktop + a web based client on Windows workspaces, powered by [de
1515
# AWS example. See below for examples of using this module with other providers
1616
module "windows_rdp" {
1717
source = "registry.coder.com/modules/windows-rdp/coder"
18-
version = "1.0.16"
18+
version = "1.0.18"
1919
count = data.coder_workspace.me.start_count
2020
agent_id = resource.coder_agent.main.id
2121
resource_id = resource.aws_instance.dev.id
@@ -33,7 +33,7 @@ module "windows_rdp" {
3333
```tf
3434
module "windows_rdp" {
3535
source = "registry.coder.com/modules/windows-rdp/coder"
36-
version = "1.0.16"
36+
version = "1.0.18"
3737
count = data.coder_workspace.me.start_count
3838
agent_id = resource.coder_agent.main.id
3939
resource_id = resource.aws_instance.dev.id
@@ -45,7 +45,7 @@ module "windows_rdp" {
4545
```tf
4646
module "windows_rdp" {
4747
source = "registry.coder.com/modules/windows-rdp/coder"
48-
version = "1.0.16"
48+
version = "1.0.18"
4949
count = data.coder_workspace.me.start_count
5050
agent_id = resource.coder_agent.main.id
5151
resource_id = resource.google_compute_instance.dev[0].id

0 commit comments

Comments
 (0)