Skip to content

Commit 1574a97

Browse files
committed
Update notes and fix docs [skip ci]
1 parent 894250f commit 1574a97

File tree

12 files changed

+30
-12
lines changed

12 files changed

+30
-12
lines changed

src/aws-cli-persistence/NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
## OS and Architecture Support
22

3-
Architectures: `amd` and `arm`.
3+
Architectures: `amd` and `arm`
4+
45
OS: `ubuntu`, `debian`
6+
57
Shells: `bash`, `zsh`, `fish`
68

79
## Changelog
810

911
| Version | Notes |
1012
| ------- | ---------------------- |
13+
| 1.0.1 | Fix Docs |
1114
| 1.0.0 | Support zsh + refactor |
1215
| 0.0.0 | Initial Version |
1316

src/aws-cli-persistence/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "AWS CLI Persistence",
33
"id": "aws-cli-persistence",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/aws-cli-persistence",
66
"description": "Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across container instances.",
77
"options": {},
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
## OS and Architecture Support
22

3-
Architectures: `amd` and `arm`.
3+
Architectures: `amd` and `arm`
4+
45
OS: `ubuntu`, `debian`
6+
57
Shells: `bash`, `zsh`, `fish`
68

79
## Changelog
810

911
| Version | Notes |
1012
| ------- | ---------------------- |
13+
| 1.0.1 | Fix Docs |
1114
| 1.0.0 | Support zsh + refactor |
1215
| 0.0.0 | Initial Version |

src/gcloud-cli-persistence/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Google Cloud CLI Persistence",
33
"id": "gcloud-cli-persistence",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/gcloud-cli-persistence",
66
"description": "Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud` folder across container instances.",
77
"options": {},

src/github-cli-persistence/NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
## OS and Architecture Support
22

3-
Architectures: `amd` and `arm`.
3+
Architectures: `amd` and `arm`
4+
45
OS: `ubuntu`, `debian`
6+
57
Shells: `bash`, `zsh`, `fish`
68

79
## Changelog
810

911
| Version | Notes |
1012
| ------- | ---------------------------------------------------- |
13+
| 1.0.1 | Fix Docs |
1114
| 1.0.0 | Support zsh + refactor |
1215
| 0.0.3 | Delete some unnecessary "echo" statements |
1316
| 0.0.2 | `chown -R` the entire `~/.config` directory |

src/github-cli-persistence/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Github CLI Persistence",
33
"id": "github-cli-persistence",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/github-cli-persistence",
66
"description": "Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder across container instances.",
77
"options": {},

src/lamdera/NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ Based on my tests, v1.1.0 is the only one that works reliably.
1010

1111
## OS and Architecture Support
1212

13-
Architectures: `amd` and `arm`.
13+
Architectures: `amd` and `arm`
14+
1415
OS: `ubuntu`, `debian`
16+
1517
Shells: `bash`, `zsh`, `fish`
1618

1719
## Changelog
1820

1921
| Version | Notes |
2022
| ------- | ----------------------------- |
23+
| 1.0.1 | Fix Docs |
2124
| 1.0.0 | Support zsh/fish and refactor |
2225
| 0.0.2 | Fix typos in Docs |
2326
| 0.0.1 | Update Docs |

src/lamdera/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Lamdera",
33
"id": "lamdera",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/lamdera",
66
"description": "Installs [Lamdera](https://dashboard.lamdera.app/), a type-safe full-stack web-app platform for Elm (v1.1.0 and later).",
77
"options": {

src/mount-pnpm-store/NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## OS and Architecture Support
22

3-
Architectures: `amd` and `arm`.
3+
Architectures: `amd` and `arm`
4+
45
OS: `ubuntu`, `debian`
6+
57
Shells: `bash`, `zsh`, `fish`
68

79
## Important Implementation Details
@@ -38,6 +40,7 @@ The volume mount is called `global-devcontainer-pnpm-store`, so ensure that no o
3840

3941
| Version | Notes |
4042
| ------- | ---------------------- |
43+
| 1.0.1 | Fix Docs |
4144
| 1.0.0 | Support zsh + refactor |
4245
| 0.1.1 | Fix mount name |
4346
| 0.1.0 | Documentation |

src/mount-pnpm-store/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Mount pnpm Store",
33
"id": "mount-pnpm-store",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/mount-pnpm-store",
66
"description": "Sets pnpm store to ~/.pnpm-store and mounts it to a volume to share between multiple devcontainers",
77
"options": {},

0 commit comments

Comments
 (0)