Skip to content

Tags: maazghani/features

Tags

feature_common-utils_2.1.3

Toggle feature_common-utils_2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[common-utils]: Bug fix: Install zsh on an image previously built wit…

…h "installZsh:false" (devcontainers#649)

* [common-utils]: Bug fix: Installs zsh on an image built with installZsh:false

* version bump

* nit: fix merge conflicts

* Version bump

feature_go_1.2.1

Toggle feature_go_1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Go] Update proposals for the "version" option (devcontainers#654)

Update devcontainer-feature.json

feature_dotnet_2.0.0

Toggle feature_dotnet_2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use dotnet-install.sh in .NET feature (devcontainers#628)

* Use dotnet-install.sh in .NET feature

* Use latest.version files

* Cleanup runtime args

* Use latest.version files in tests as well

* Improve tests, remove code duplication

* Add stderr helper

* Validate version inputs

* Use suggested description

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

* Shorter version description

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

* Shorter version description

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

* Clean up apt lists

* Verify 7.0 is latest

* Fix PATH, add test for .NET global tools

* Include a copy of dotnet-install.sh in the Feature

* Configure useful env variables

* Use stringly typed booleans

* Keep imperative writing style in option hints

* Update maintainers

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

* Move dotnet-install.sh into a vendor directory

* Refactor variables

* Amend

* Amend 2

* Use default options from devcontainer-feature.json

* Add back variables

* Fix shellchek warning in fetch_latest_sdk_version

* Inline install_version function

* Fix ShellCheck warnings

* Improve CSV parsing

* Default to latest when configuring an empty version

* Add support for runtime-only configurations

* Move 'none' check higher up

* Deduplicate helper functions, sort into files

* Address the user more directly in NOTES

* Remove unnecessary defaults

* Replace feature -> Feature

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

* Add update-dotnet-install-script workflow

* Apply suggestions from code review

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

* Don't skip ci for automated script update

---------

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

feature_docker-in-docker_2.5.0

Toggle feature_docker-in-docker_2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Docker-in-docker] Support bookworm (devcontainers#661)

* [Docker-in-docker] Support bookworm

* Update devcontainer-feature.json

feature_node_1.3.0

Toggle feature_node_1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[node] Install the latest version of nvm by default (devcontainers#673)

feat(node): install the latest nvm by default

feature_common-utils_2.1.2

Toggle feature_common-utils_2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Commonutils: chown: cannot access '/home/vscode/.zshrc': No such file…

… or directory (devcontainers#662)

* Update main.sh

* Update devcontainer-feature.json

* Test install as non root user.

---------

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

feature_rust_1.1.0

Toggle feature_rust_1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Rust] Remove `mutantdino.resourcemonitor` extension (devcontainers#665)

* Remove `mutantdino.resourcemonitor` extension

* Bump version

* Revert "Bump version"

This reverts commit e9c5149.

* Bump version

feature_docker-in-docker_2.4.0

Toggle feature_docker-in-docker_2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[docker in docker] Adds retries for docker daemon startup and cgroup …

…nesting (devcontainers#669)

* adds retry logic

* adds stress test workflow

* Adds cgroup retries

* update workflow

* move sleep cmd

* update test

* cleanup

feature_terraform_1.3.4

Toggle feature_terraform_1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enhancing Terraform Feature Stability (devcontainers#657)

* Added fallback method to retrieve cosign version

* Update src/terraform/install.sh

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

* Remove get_cosign_latest_version function

---------

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

feature_docker-in-docker_2.3.1

Toggle feature_docker-in-docker_2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[docker-in-docker] Reverts the retry logic (devcontainers#659)

* Update install.sh

* [docker-in-docker] Update retry logic

* revert the retry logic!