Skip to content

Commit 2853050

Browse files
authored
Merge pull request #44 from joshuanianji/soft-deps
Update some soft dependencies
2 parents dd9859a + fd4d4a8 commit 2853050

File tree

6 files changed

+19
-13
lines changed

6 files changed

+19
-13
lines changed

src/aws-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 | Update soft dependencies |
14+
| 1.0.1 | Fix Docs |
15+
| 1.0.0 | Support zsh + refactor |
16+
| 0.0.0 | Initial Version |
1617

1718
## References
1819

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

Lines changed: 2 additions & 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.1",
4+
"version": "1.0.2",
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": {},
@@ -14,6 +14,7 @@
1414
],
1515
"installsAfter": [
1616
"ghcr.io/devcontainers/features/aws-cli",
17+
"ghcr.io/devcontainers/features/common-utils",
1718
"ghcr.io/meaningful-ooo/devcontainer-features/fish"
1819
],
1920
"postCreateCommand": "/usr/local/share/aws-cli-persistence-post-create.sh"

src/gcloud-cli-persistence/NOTES.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ 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 | Update soft dependencies |
14+
| 1.0.1 | Fix Docs |
15+
| 1.0.0 | Support zsh + refactor |
16+
| 0.0.0 | Initial Version |

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

Lines changed: 2 additions & 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.1",
4+
"version": "1.0.2",
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": {},
@@ -14,6 +14,7 @@
1414
],
1515
"installsAfter": [
1616
"ghcr.io/dhoeric/features/google-cloud-cli",
17+
"ghcr.io/devcontainers/features/common-utils",
1718
"ghcr.io/meaningful-ooo/devcontainer-features/fish"
1819
],
1920
"postCreateCommand": "/usr/local/share/gcloud-cli-persistence-post-create.sh"

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.2 | Update soft dependencies |
1314
| 1.0.1 | Fix Docs |
1415
| 1.0.0 | Support zsh + refactor |
1516
| 0.0.3 | Delete some unnecessary "echo" statements |

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

Lines changed: 2 additions & 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.1",
4+
"version": "1.0.2",
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": {},
@@ -14,6 +14,7 @@
1414
],
1515
"installsAfter": [
1616
"ghcr.io/devcontainers/features/github-cli",
17+
"ghcr.io/devcontainers/features/common-utils",
1718
"ghcr.io/meaningful-ooo/devcontainer-features/fish"
1819
],
1920
"postCreateCommand": "/usr/local/share/github-cli-persistence-post-create.sh"

0 commit comments

Comments
 (0)