File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Install the JF CLI and authenticate package managers with Artifactory using OAut
16
16
module "jfrog" {
17
17
count = data.coder_workspace.me.start_count
18
18
source = "registry.coder.com/coder/jfrog-oauth/coder"
19
- version = "1.0.32 "
19
+ version = "1.1.0 "
20
20
agent_id = coder_agent.example.id
21
21
jfrog_url = "https://example.jfrog.io"
22
22
username_field = "username" # If you are using GitHub to login to both Coder and Artifactory, use username_field = "username"
@@ -45,7 +45,7 @@ Configure the Python pip package manager to fetch packages from Artifactory whil
45
45
module "jfrog" {
46
46
count = data.coder_workspace.me.start_count
47
47
source = "registry.coder.com/coder/jfrog-oauth/coder"
48
- version = "1.0.32 "
48
+ version = "1.1.0 "
49
49
agent_id = coder_agent.example.id
50
50
jfrog_url = "https://example.jfrog.io"
51
51
username_field = "email"
@@ -74,7 +74,7 @@ The [JFrog extension](https://open-vsx.org/extension/JFrog/jfrog-vscode-extensio
74
74
module "jfrog" {
75
75
count = data.coder_workspace.me.start_count
76
76
source = "registry.coder.com/coder/jfrog-oauth/coder"
77
- version = "1.0.32 "
77
+ version = "1.1.0 "
78
78
agent_id = coder_agent.example.id
79
79
jfrog_url = "https://example.jfrog.io"
80
80
username_field = "username" # If you are using GitHub to login to both Coder and Artifactory, use username_field = "username"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Install the JF CLI and authenticate package managers with Artifactory using Arti
13
13
``` tf
14
14
module "jfrog" {
15
15
source = "registry.coder.com/coder/jfrog-token/coder"
16
- version = "1.0.32 "
16
+ version = "1.1.0 "
17
17
agent_id = coder_agent.example.id
18
18
jfrog_url = "https://XXXX.jfrog.io"
19
19
artifactory_access_token = var.artifactory_access_token
@@ -40,7 +40,7 @@ For detailed instructions, please see this [guide](https://coder.com/docs/v2/lat
40
40
``` tf
41
41
module "jfrog" {
42
42
source = "registry.coder.com/coder/jfrog-token/coder"
43
- version = "1.0.32 "
43
+ version = "1.1.0 "
44
44
agent_id = coder_agent.example.id
45
45
jfrog_url = "https://YYYY.jfrog.io"
46
46
artifactory_access_token = var.artifactory_access_token # An admin access token
@@ -73,7 +73,7 @@ The [JFrog extension](https://open-vsx.org/extension/JFrog/jfrog-vscode-extensio
73
73
``` tf
74
74
module "jfrog" {
75
75
source = "registry.coder.com/coder/jfrog-token/coder"
76
- version = "1.0.32 "
76
+ version = "1.1.0 "
77
77
agent_id = coder_agent.example.id
78
78
jfrog_url = "https://XXXX.jfrog.io"
79
79
artifactory_access_token = var.artifactory_access_token
@@ -93,7 +93,7 @@ data "coder_workspace" "me" {}
93
93
94
94
module "jfrog" {
95
95
source = "registry.coder.com/coder/jfrog-token/coder"
96
- version = "1.0.31 "
96
+ version = "1.1.0 "
97
97
agent_id = coder_agent.example.id
98
98
jfrog_url = "https://XXXX.jfrog.io"
99
99
artifactory_access_token = var.artifactory_access_token
You can’t perform that action at this time.
0 commit comments