Skip to content

Commit 260a0c6

Browse files
[create-pull-request] automated change (#119)
Co-authored-by: bendwyer-github-actions-app[bot] <161165928+bendwyer-github-actions-app[bot]@users.noreply.github.com> Co-authored-by: Ben Dwyer <17102207+bendwyer@users.noreply.github.com>
1 parent 8eeebd9 commit 260a0c6

6 files changed

Lines changed: 21 additions & 9 deletions

File tree

src/age/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A simple, modern and secure encryption tool (and Go library) with small explicit
77

88
```json
99
"features": {
10-
"ghcr.io/bendwyer/devcontainer-features/age:1": {}
10+
"ghcr.io/bendwyer/devcontainer-features/age:2": {}
1111
}
1212
```
1313

@@ -27,12 +27,16 @@ This feature is tested against the following OS versions:
2727
- mcr.microsoft.com/devcontainers/base:ubuntu24.04
2828
- mcr.microsoft.com/devcontainers/base:debian12
2929

30-
Versions older than what are listed above are untested and therefore may not support this feature without additional packages.
30+
This feature is tested against the following architectures:
31+
32+
- amd64
33+
- arm64
3134

3235
## Changelog
3336

3437
| Version | Notes |
3538
| --- | --- |
39+
| 2.0.0 | Replace dependsOn with explicit required packages |
3640
| 1.0.0 | Initial release |
3741

3842

src/flux-mcp-server/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Flux Model Context Protocol (MCP) Server connects AI assistants like Claude,
77

88
```json
99
"features": {
10-
"ghcr.io/bendwyer/devcontainer-features/flux-mcp-server:1": {}
10+
"ghcr.io/bendwyer/devcontainer-features/flux-mcp-server:2": {}
1111
}
1212
```
1313

@@ -42,6 +42,7 @@ This feature is tested against the following architectures:
4242

4343
| Version | Notes |
4444
| --- | --- |
45+
| 2.0.0 | Replace dependsOn with explicit required packages |
4546
| 1.0.2 | Update install and test scripts |
4647
| 1.0.1 | Surface curl errors |
4748
| 1.0.0 | Initial release |

src/github-mcp-server/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The GitHub MCP Server connects AI tools directly to GitHub's platform.
77

88
```json
99
"features": {
10-
"ghcr.io/bendwyer/devcontainer-features/github-mcp-server:1": {}
10+
"ghcr.io/bendwyer/devcontainer-features/github-mcp-server:2": {}
1111
}
1212
```
1313

@@ -36,6 +36,7 @@ This feature is tested against the following architectures:
3636

3737
| Version | Notes |
3838
| --- | --- |
39+
| 2.0.0 | Replace dependsOn with explicit required packages |
3940
| 1.0.0 | Initial release |
4041

4142

src/grafana-mcp-server/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MCP server for Grafana.
77

88
```json
99
"features": {
10-
"ghcr.io/bendwyer/devcontainer-features/grafana-mcp-server:1": {}
10+
"ghcr.io/bendwyer/devcontainer-features/grafana-mcp-server:2": {}
1111
}
1212
```
1313

@@ -36,6 +36,7 @@ This feature is tested against the following architectures:
3636

3737
| Version | Notes |
3838
| --- | --- |
39+
| 2.0.0 | Replace dependsOn with explicit required packages |
3940
| 1.0.0 | Initial release |
4041

4142

src/kubelogin/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kubectl plugin for Kubernetes OpenID Connect authentication (kubectl oidc-login)
77

88
```json
99
"features": {
10-
"ghcr.io/bendwyer/devcontainer-features/kubelogin:1": {}
10+
"ghcr.io/bendwyer/devcontainer-features/kubelogin:2": {}
1111
}
1212
```
1313

@@ -22,17 +22,21 @@ kubectl plugin for Kubernetes OpenID Connect authentication (kubectl oidc-login)
2222

2323
This feature is tested against the following OS versions:
2424

25-
- ubuntu:noble
25+
- ubuntu:24.04
2626
- debian:12
2727
- mcr.microsoft.com/devcontainers/base:ubuntu24.04
2828
- mcr.microsoft.com/devcontainers/base:debian12
2929

30-
Versions older than what are listed above are untested and therefore may not support this feature without additional packages.
30+
This feature is tested against the following architectures:
31+
32+
- amd64
33+
- arm64
3134

3235
## Changelog
3336

3437
| Version | Notes |
3538
| --- | --- |
39+
| 2.0.0 | Replace dependsOn with explicit required packages |
3640
| 1.0.0 | Initial release |
3741

3842

src/terraform-mcp-server/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Terraform MCP Server provides seamless integration with Terraform ecosystem,
77

88
```json
99
"features": {
10-
"ghcr.io/bendwyer/devcontainer-features/terraform-mcp-server:1": {}
10+
"ghcr.io/bendwyer/devcontainer-features/terraform-mcp-server:2": {}
1111
}
1212
```
1313

@@ -42,6 +42,7 @@ This feature is tested against the following architectures:
4242

4343
| Version | Notes |
4444
| --- | --- |
45+
| 2.0.0 | Replace dependsOn with explicit required packages |
4546
| 1.0.1 | Update install script internal vars |
4647
| 1.0.0 | Initial release |
4748

0 commit comments

Comments
 (0)