Skip to content

Commit f4fcae7

Browse files
chore(jetbrains): version bump to 1.0.3 (#323)
## Description Patch version bump to 1.0.3 since it was missed in last PR. <!-- Briefly describe what this PR does and why --> ## Type of Change - [ ] New module - [ ] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [X] Other ## Module Information <!-- Delete this section if not applicable --> **Path:** `registry/coder/modules/jetbrains` **New version:** `v1.0.3` **Breaking change:** [ ] Yes [X] No ## Testing & Validation - [X] Tests pass (`bun test`) - [X] Code formatted (`bun run fmt`) - [X] Changes tested locally ## Related Issues None <!-- Link related issues or write "None" if not applicable -->
1 parent 05b9bb1 commit f4fcae7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

registry/coder/modules/jetbrains/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This module adds JetBrains IDE buttons to launch IDEs directly from the dashboar
1414
module "jetbrains" {
1515
count = data.coder_workspace.me.start_count
1616
source = "registry.coder.com/coder/jetbrains/coder"
17-
version = "1.0.2"
17+
version = "1.0.3"
1818
agent_id = coder_agent.example.id
1919
folder = "/home/coder/project"
2020
}
@@ -39,7 +39,7 @@ When `default` contains IDE codes, those IDEs are created directly without user
3939
module "jetbrains" {
4040
count = data.coder_workspace.me.start_count
4141
source = "registry.coder.com/coder/jetbrains/coder"
42-
version = "1.0.2"
42+
version = "1.0.3"
4343
agent_id = coder_agent.example.id
4444
folder = "/home/coder/project"
4545
default = ["PY", "IU"] # Pre-configure GoLand and IntelliJ IDEA
@@ -52,7 +52,7 @@ module "jetbrains" {
5252
module "jetbrains" {
5353
count = data.coder_workspace.me.start_count
5454
source = "registry.coder.com/coder/jetbrains/coder"
55-
version = "1.0.2"
55+
version = "1.0.3"
5656
agent_id = coder_agent.example.id
5757
folder = "/home/coder/project"
5858
# Show parameter with limited options
@@ -66,7 +66,7 @@ module "jetbrains" {
6666
module "jetbrains" {
6767
count = data.coder_workspace.me.start_count
6868
source = "registry.coder.com/coder/jetbrains/coder"
69-
version = "1.0.2"
69+
version = "1.0.3"
7070
agent_id = coder_agent.example.id
7171
folder = "/home/coder/project"
7272
default = ["IU", "PY"]
@@ -81,7 +81,7 @@ module "jetbrains" {
8181
module "jetbrains" {
8282
count = data.coder_workspace.me.start_count
8383
source = "registry.coder.com/coder/jetbrains/coder"
84-
version = "1.0.2"
84+
version = "1.0.3"
8585
agent_id = coder_agent.example.id
8686
folder = "/workspace/project"
8787
@@ -107,7 +107,7 @@ module "jetbrains" {
107107
module "jetbrains_pycharm" {
108108
count = data.coder_workspace.me.start_count
109109
source = "registry.coder.com/coder/jetbrains/coder"
110-
version = "1.0.2"
110+
version = "1.0.3"
111111
agent_id = coder_agent.example.id
112112
folder = "/workspace/project"
113113

0 commit comments

Comments
 (0)