Skip to content

Commit

Permalink
Merge pull request #44 from joshuanianji/soft-deps
Browse files Browse the repository at this point in the history
Update some soft dependencies
  • Loading branch information
joshuanianji authored Jan 10, 2024
2 parents dd9859a + fd4d4a8 commit 2853050
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
11 changes: 6 additions & 5 deletions src/aws-cli-persistence/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ Shells: `bash`, `zsh`, `fish`

## Changelog

| Version | Notes |
| ------- | ---------------------- |
| 1.0.1 | Fix Docs |
| 1.0.0 | Support zsh + refactor |
| 0.0.0 | Initial Version |
| Version | Notes |
| ------- | ------------------------ |
| 1.0.2 | Update soft dependencies |
| 1.0.1 | Fix Docs |
| 1.0.0 | Support zsh + refactor |
| 0.0.0 | Initial Version |

## References

Expand Down
3 changes: 2 additions & 1 deletion src/aws-cli-persistence/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AWS CLI Persistence",
"id": "aws-cli-persistence",
"version": "1.0.1",
"version": "1.0.2",
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/aws-cli-persistence",
"description": "Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across container instances.",
"options": {},
Expand All @@ -14,6 +14,7 @@
],
"installsAfter": [
"ghcr.io/devcontainers/features/aws-cli",
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/meaningful-ooo/devcontainer-features/fish"
],
"postCreateCommand": "/usr/local/share/aws-cli-persistence-post-create.sh"
Expand Down
11 changes: 6 additions & 5 deletions src/gcloud-cli-persistence/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Shells: `bash`, `zsh`, `fish`

## Changelog

| Version | Notes |
| ------- | ---------------------- |
| 1.0.1 | Fix Docs |
| 1.0.0 | Support zsh + refactor |
| 0.0.0 | Initial Version |
| Version | Notes |
| ------- | ------------------------ |
| 1.0.2 | Update soft dependencies |
| 1.0.1 | Fix Docs |
| 1.0.0 | Support zsh + refactor |
| 0.0.0 | Initial Version |
3 changes: 2 additions & 1 deletion src/gcloud-cli-persistence/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Google Cloud CLI Persistence",
"id": "gcloud-cli-persistence",
"version": "1.0.1",
"version": "1.0.2",
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/gcloud-cli-persistence",
"description": "Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud` folder across container instances.",
"options": {},
Expand All @@ -14,6 +14,7 @@
],
"installsAfter": [
"ghcr.io/dhoeric/features/google-cloud-cli",
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/meaningful-ooo/devcontainer-features/fish"
],
"postCreateCommand": "/usr/local/share/gcloud-cli-persistence-post-create.sh"
Expand Down
1 change: 1 addition & 0 deletions src/github-cli-persistence/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Shells: `bash`, `zsh`, `fish`

| Version | Notes |
| ------- | ---------------------------------------------------- |
| 1.0.2 | Update soft dependencies |
| 1.0.1 | Fix Docs |
| 1.0.0 | Support zsh + refactor |
| 0.0.3 | Delete some unnecessary "echo" statements |
Expand Down
3 changes: 2 additions & 1 deletion src/github-cli-persistence/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Github CLI Persistence",
"id": "github-cli-persistence",
"version": "1.0.1",
"version": "1.0.2",
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/github-cli-persistence",
"description": "Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder across container instances.",
"options": {},
Expand All @@ -14,6 +14,7 @@
],
"installsAfter": [
"ghcr.io/devcontainers/features/github-cli",
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/meaningful-ooo/devcontainer-features/fish"
],
"postCreateCommand": "/usr/local/share/github-cli-persistence-post-create.sh"
Expand Down

0 comments on commit 2853050

Please sign in to comment.