Skip to content

Commit d7e2892

Browse files
Merge branch 'main' into cat/contrib-docs-testing
2 parents af28c4f + f1010ee commit d7e2892

File tree

31 files changed

+1409
-39
lines changed

31 files changed

+1409
-39
lines changed

.github/typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[default.extend-words]
22
muc = "muc" # For Munich location code
3+
tyo = "tyo" # For Tokyo location code
34
Hashi = "Hashi"
45
HashiCorp = "HashiCorp"
56
mavrickrishi = "mavrickrishi" # Username

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Validate formatting
5151
run: bun fmt:ci
5252
- name: Check for typos
53-
uses: crate-ci/typos@v1.35.5
53+
uses: crate-ci/typos@v1.36.2
5454
with:
5555
config: .github/typos.toml
5656
validate-readme-files:
@@ -63,7 +63,7 @@ jobs:
6363
- name: Check out code
6464
uses: actions/checkout@v5
6565
- name: Set up Go
66-
uses: actions/setup-go@v5
66+
uses: actions/setup-go@v6
6767
with:
6868
go-version: "1.23.2"
6969
- name: Validate contributors

.github/workflows/deploy-registry.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- name: Checkout code
3131
uses: actions/checkout@v5
3232
- name: Authenticate with Google Cloud
33-
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
33+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093
3434
with:
3535
workload_identity_provider: projects/309789351055/locations/global/workloadIdentityPools/github-actions/providers/github
3636
service_account: [email protected]
3737
- name: Set up Google Cloud SDK
38-
uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368
38+
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
3939
- name: Deploy to dev.registry.coder.com
4040
run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch main
4141
- name: Deploy to registry.coder.com

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v5
18-
- uses: actions/setup-go@v5
18+
- uses: actions/setup-go@v6
1919
with:
2020
go-version: stable
2121
- name: golangci-lint

.github/workflows/version-bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Comment on PR - Failure
9797
if: failure() && steps.version-check.outputs.versions_up_to_date == 'false'
98-
uses: actions/github-script@v7
98+
uses: actions/github-script@v8
9999
with:
100100
github-token: ${{ secrets.GITHUB_TOKEN }}
101101
script: |

.icons/akamai.svg

Lines changed: 4 additions & 0 deletions
Loading

.icons/rstudio.svg

Lines changed: 1 addition & 0 deletions
Loading

registry/coder-labs/modules/sourcegraph-amp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display_name: Amp CLI
33
icon: ../../../../.icons/sourcegraph-amp.svg
44
description: Sourcegraph's AI coding agent with deep codebase understanding and intelligent code search capabilities
5-
verified: false
5+
verified: true
66
tags: [agent, sourcegraph, amp, ai, tasks]
77
---
88

@@ -13,7 +13,7 @@ Run [Amp CLI](https://ampcode.com/) in your workspace to access Sourcegraph's AI
1313
```tf
1414
module "amp-cli" {
1515
source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
16-
version = "1.0.2"
16+
version = "1.0.3"
1717
agent_id = coder_agent.example.id
1818
sourcegraph_amp_api_key = var.sourcegraph_amp_api_key
1919
install_sourcegraph_amp = true
@@ -60,7 +60,7 @@ variable "sourcegraph_amp_api_key" {
6060
module "amp-cli" {
6161
count = data.coder_workspace.me.start_count
6262
source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
63-
version = "1.0.2"
63+
version = "1.0.3"
6464
agent_id = coder_agent.example.id
6565
sourcegraph_amp_api_key = var.sourcegraph_amp_api_key # recommended for authenticated usage
6666
install_sourcegraph_amp = true
302 KB
Loading

registry/coder/modules/jfrog-oauth/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install the JF CLI and authenticate package managers with Artifactory using OAut
1616
module "jfrog" {
1717
count = data.coder_workspace.me.start_count
1818
source = "registry.coder.com/coder/jfrog-oauth/coder"
19-
version = "1.0.31"
19+
version = "1.2.0"
2020
agent_id = coder_agent.example.id
2121
jfrog_url = "https://example.jfrog.io"
2222
username_field = "username" # If you are using GitHub to login to both Coder and Artifactory, use username_field = "username"
@@ -26,6 +26,8 @@ module "jfrog" {
2626
go = ["go", "another-go-repo"]
2727
pypi = ["pypi", "extra-index-pypi"]
2828
docker = ["example-docker-staging.jfrog.io", "example-docker-production.jfrog.io"]
29+
conda = ["conda", "conda-local"]
30+
maven = ["maven", "maven-local"]
2931
}
3032
}
3133
```
@@ -45,7 +47,7 @@ Configure the Python pip package manager to fetch packages from Artifactory whil
4547
module "jfrog" {
4648
count = data.coder_workspace.me.start_count
4749
source = "registry.coder.com/coder/jfrog-oauth/coder"
48-
version = "1.0.31"
50+
version = "1.2.0"
4951
agent_id = coder_agent.example.id
5052
jfrog_url = "https://example.jfrog.io"
5153
username_field = "email"
@@ -74,7 +76,7 @@ The [JFrog extension](https://open-vsx.org/extension/JFrog/jfrog-vscode-extensio
7476
module "jfrog" {
7577
count = data.coder_workspace.me.start_count
7678
source = "registry.coder.com/coder/jfrog-oauth/coder"
77-
version = "1.0.31"
79+
version = "1.2.0"
7880
agent_id = coder_agent.example.id
7981
jfrog_url = "https://example.jfrog.io"
8082
username_field = "username" # If you are using GitHub to login to both Coder and Artifactory, use username_field = "username"

0 commit comments

Comments
 (0)