Skip to content

Commit f55826a

Browse files
committed
update changelogs
1 parent 37ce961 commit f55826a

File tree

6 files changed

+30
-25
lines changed

6 files changed

+30
-25
lines changed

src/aws-cli-persistence/NOTES.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ Shells: `bash`, `zsh`, `fish`
88

99
## Changelog
1010

11-
| Version | Notes |
12-
| ------- | ------------------------ |
13-
| 1.0.2 | Update soft dependencies |
14-
| 1.0.1 | Fix Docs |
15-
| 1.0.0 | Support zsh + refactor |
16-
| 0.0.0 | Initial Version |
11+
| Version | Notes |
12+
| ------- | ----------------------------------------------- |
13+
| 1.0.3 | Move onCreate lifecycle script to `oncreate.sh` |
14+
| 1.0.2 | Update soft dependencies |
15+
| 1.0.1 | Fix Docs |
16+
| 1.0.0 | Support zsh + refactor |
17+
| 0.0.0 | Initial Version |
1718

1819
## References
1920

src/gcloud-cli-persistence/NOTES.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Shells: `bash`, `zsh`, `fish`
88

99
## Changelog
1010

11-
| Version | Notes |
12-
| ------- | ------------------------ |
13-
| 1.0.2 | Update soft dependencies |
14-
| 1.0.1 | Fix Docs |
15-
| 1.0.0 | Support zsh + refactor |
16-
| 0.0.0 | Initial Version |
11+
| Version | Notes |
12+
| ------- | ----------------------------------------------- |
13+
| 1.0.3 | Move onCreate lifecycle script to `oncreate.sh` |
14+
| 1.0.2 | Update soft dependencies |
15+
| 1.0.1 | Fix Docs |
16+
| 1.0.0 | Support zsh + refactor |
17+
| 0.0.0 | Initial Version |

src/github-cli-persistence/NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Shells: `bash`, `zsh`, `fish`
1010

1111
| Version | Notes |
1212
| ------- | ---------------------------------------------------- |
13+
| 1.0.3 | Move onCreate lifecycle script to `oncreate.sh` |
1314
| 1.0.2 | Update soft dependencies |
1415
| 1.0.1 | Fix Docs |
1516
| 1.0.0 | Support zsh + refactor |

src/mount-pnpm-store/NOTES.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ The volume mount is called `global-devcontainer-pnpm-store`, so ensure that no o
3838

3939
## Changelog
4040

41-
| Version | Notes |
42-
| ------- | ---------------------- |
43-
| 1.0.1 | Fix Docs |
44-
| 1.0.0 | Support zsh + refactor |
45-
| 0.1.1 | Fix mount name |
46-
| 0.1.0 | Documentation |
47-
| 0.0.0 | Initial Version |
41+
| Version | Notes |
42+
| ------- | ----------------------------------------------- |
43+
| 1.0.2 | Move onCreate lifecycle script to `oncreate.sh` |
44+
| 1.0.1 | Fix Docs |
45+
| 1.0.0 | Support zsh + refactor |
46+
| 0.1.1 | Fix mount name |
47+
| 0.1.0 | Documentation |
48+
| 0.0.0 | Initial Version |
4849

4950
## References
5051

src/terraform-cli-persistence/NOTES.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ Shells: `bash`, `zsh`, `fish`
88

99
## Changelog
1010

11-
| Version | Notes |
12-
| ------- | ---------------------- |
13-
| 1.0.1 | Fix Docs |
14-
| 1.0.0 | Support zsh + refactor |
15-
| 0.0.0 | Initial Version |
11+
| Version | Notes |
12+
| ------- | ----------------------------------------------- |
13+
| 1.0.2 | Move onCreate lifecycle script to `oncreate.sh` |
14+
| 1.0.1 | Fix Docs |
15+
| 1.0.0 | Support zsh + refactor |
16+
| 0.0.0 | Initial Version |
1617

1718
## References
1819

src/terraform-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": "Terraform CLI Persistence",
33
"id": "terraform-cli-persistence",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/terraform-cli-persistence",
66
"description": "Avoid extra logins from the Terraform CLI by preserving the `~/.terraform.d` folder across container instances.",
77
"options": {},

0 commit comments

Comments
 (0)