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.31 "
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"
@@ -46,7 +46,7 @@ Configure the Python pip package manager to fetch packages from Artifactory whil
46
46
module "jfrog" {
47
47
count = data.coder_workspace.me.start_count
48
48
source = "registry.coder.com/coder/jfrog-oauth/coder"
49
- version = "1.0.31 "
49
+ version = "1.1.0 "
50
50
agent_id = coder_agent.example.id
51
51
jfrog_url = "https://example.jfrog.io"
52
52
username_field = "email"
@@ -75,7 +75,7 @@ The [JFrog extension](https://open-vsx.org/extension/JFrog/jfrog-vscode-extensio
75
75
module "jfrog" {
76
76
count = data.coder_workspace.me.start_count
77
77
source = "registry.coder.com/coder/jfrog-oauth/coder"
78
- version = "1.0.31 "
78
+ version = "1.1.0 "
79
79
agent_id = coder_agent.example.id
80
80
jfrog_url = "https://example.jfrog.io"
81
81
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.31 "
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
@@ -41,7 +41,7 @@ For detailed instructions, please see this [guide](https://coder.com/docs/v2/lat
41
41
``` tf
42
42
module "jfrog" {
43
43
source = "registry.coder.com/coder/jfrog-token/coder"
44
- version = "1.0.31 "
44
+ version = "1.1.0 "
45
45
agent_id = coder_agent.example.id
46
46
jfrog_url = "https://YYYY.jfrog.io"
47
47
artifactory_access_token = var.artifactory_access_token # An admin access token
@@ -77,7 +77,7 @@ The [JFrog extension](https://open-vsx.org/extension/JFrog/jfrog-vscode-extensio
77
77
``` tf
78
78
module "jfrog" {
79
79
source = "registry.coder.com/coder/jfrog-token/coder"
80
- version = "1.0.31 "
80
+ version = "1.1.0 "
81
81
agent_id = coder_agent.example.id
82
82
jfrog_url = "https://XXXX.jfrog.io"
83
83
artifactory_access_token = var.artifactory_access_token
@@ -97,7 +97,7 @@ data "coder_workspace" "me" {}
97
97
98
98
module "jfrog" {
99
99
source = "registry.coder.com/coder/jfrog-token/coder"
100
- version = "1.0.31 "
100
+ version = "1.1.0 "
101
101
agent_id = coder_agent.example.id
102
102
jfrog_url = "https://XXXX.jfrog.io"
103
103
artifactory_access_token = var.artifactory_access_token
You can’t perform that action at this time.
0 commit comments