Skip to content

Commit 057d739

Browse files
fix(jetbrains): correct version bump to patch (1.3.1) instead of minor (1.4.0) (#823)
PR #822 bumped the jetbrains module version from `1.3.0` to `1.4.0` (minor), but the change was a bugfix and should have been a patch bump. This corrects all 7 version references in the README from `1.4.0` to `1.3.1`. Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
1 parent fc66478 commit 057d739

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

registry/coder/modules/jetbrains/README.md

Lines changed: 7 additions & 7 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.4.0"
17+
version = "1.3.1"
1818
agent_id = coder_agent.main.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.4.0"
42+
version = "1.3.1"
4343
agent_id = coder_agent.main.id
4444
folder = "/home/coder/project"
4545
default = ["PY", "IU"] # Pre-configure PyCharm 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.4.0"
55+
version = "1.3.1"
5656
agent_id = coder_agent.main.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.4.0"
69+
version = "1.3.1"
7070
agent_id = coder_agent.main.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.4.0"
84+
version = "1.3.1"
8585
agent_id = coder_agent.main.id
8686
folder = "/workspace/project"
8787
@@ -108,7 +108,7 @@ module "jetbrains" {
108108
module "jetbrains_pycharm" {
109109
count = data.coder_workspace.me.start_count
110110
source = "registry.coder.com/coder/jetbrains/coder"
111-
version = "1.4.0"
111+
version = "1.3.1"
112112
agent_id = coder_agent.main.id
113113
folder = "/workspace/project"
114114
@@ -128,7 +128,7 @@ Add helpful tooltip text that appears when users hover over the IDE app buttons:
128128
module "jetbrains" {
129129
count = data.coder_workspace.me.start_count
130130
source = "registry.coder.com/coder/jetbrains/coder"
131-
version = "1.4.0"
131+
version = "1.3.1"
132132
agent_id = coder_agent.main.id
133133
folder = "/home/coder/project"
134134
default = ["IU", "PY"]

0 commit comments

Comments
 (0)