Skip to content

Commit e01d69d

Browse files
authored
Merge pull request #4 from grafana/prepare-v1.0.0
Prepare v1.0.0
2 parents bc75c23 + e1586a5 commit e01d69d

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@
2323
},
2424
"ghcr.io/szkiba/devcontainer-features/cdo:1": { "version": "0.1.2" },
2525
"ghcr.io/szkiba/devcontainer-features/mdcode:1": { "version": "0.2.0" },
26-
"ghcr.io/grafana/devcontainer-features/xk6:1": { "version": "0.20.1" }
26+
"ghcr.io/grafana/devcontainer-features/xk6:1": { "version": "1.0.0" }
2727
},
2828

2929
"remoteEnv": {
3030
"GH_TOKEN": "${localEnv:GH_TOKEN}",
31-
"GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}",
32-
"XK6_EARLY_ACCESS": "true"
31+
"GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}"
3332
},
3433

3534
"postStartCommand": "xk6 adjust --dev-container"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99
jobs:
1010
release:
1111
name: Release
12-
uses: grafana/xk6/.github/workflows/extension-release.yml@v0.20.1
12+
uses: grafana/xk6/.github/workflows/extension-release.yml@v1.0.0
1313
permissions:
1414
contents: write
1515
with:
1616
go-version: "1.24.x"
1717
os: '["linux", "windows", "darwin"]'
1818
arch: '["amd64", "arm64"]'
1919
k6-version: "v1.0.0"
20-
xk6-version: "0.20.1"
20+
xk6-version: "1.0.0"

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
validate:
1414
name: Validate
15-
uses: grafana/xk6/.github/workflows/extension-validate.yml@v0.20.1
15+
uses: grafana/xk6/.github/workflows/extension-validate.yml@v1.0.0
1616
permissions:
1717
pages: write
1818
id-token: write
@@ -22,4 +22,4 @@ jobs:
2222
golangci-lint-version: "v2.1.6"
2323
platforms: '["ubuntu-latest", "windows-latest", "macos-latest"]'
2424
k6-versions: '["v1.0.0", "v0.58.0"]'
25-
xk6-version: "0.20.1"
25+
xk6-version: "1.0.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To create a local development environment, you need an IDE that supports [Develo
8181

8282
## Starter
8383

84-
The repository demonstrates how Go and JavaScript interact, serving as a valuable learning resource. You won't need these files when building a new extension.
84+
The repository demonstrates how to handle metrics. These files are useful as a learning resource, but are not needed when creating a new extension.
8585

8686
You can use the `.starter.patch` file with the `git apply` command to delete these files.
8787

0 commit comments

Comments
 (0)