Skip to content

Tags: alamry111/features

Tags

feature_node_1.7.1

Toggle feature_node_1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(node): Use dl.yarnpkg.com for Yarn GPG key on all Debian versions (

…devcontainers#1547)

* fix(node): Use dl.yarnpkg.com for Yarn GPG key on all Debian versions
Branch-Creation-Time: 2026-01-29T00:16:22+0000

* bump version to 1.6.5

---------

Co-authored-by: llin2 <long_lin@intuit.com>
Co-authored-by: Abdurrahmaan Iqbal <137001048+abdurriq@users.noreply.github.com>

feature_node_1.7.0

Toggle feature_node_1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[node] - Removal of default installation of yarn v1(classic) (devcont…

…ainers#1550)

* [node] - Removal of default installation of yarm v1(classic)

* Fixing issue when node version passed as none.

* check yarn version as well.

* Minor version change as per review comment.

feature_github-cli_1.1.0

Toggle feature_github-cli_1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(github-cli): add support for extensions (devcontainers#1530)

Signed-off-by: Emilien Escalle <neilime@users.noreply.github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>

feature_node_1.6.4

Toggle feature_node_1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[node] - Fixing issue due to expired GPG key for yarn. (devcontainers…

…#1546)

* [node] - Fixing issue due to expised GPG key for yarn.

* Changing back to debian 11

* Fixing failing tests

* Trigger test again

feature_git_1.3.5

Toggle feature_git_1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Provide error response when failure occurs fetching Git tags (devcont…

…ainers#1414)

* Provide error response when failure occurs fetching Git tags

* bump version

* Use alternative approach due to --fail-with-body only being available on newer curl releases

---------

Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>

feature_common-utils_2.5.6

Toggle feature_common-utils_2.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump common-utils version (devcontainers#1524)

bump common-utils version

feature_docker-in-docker_2.14.0

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[docker-in-docker] - Fix for multiple vulnerability issues related to…

… docker compose-switch component. (devcontainers#1541)

* [docker-in-docker] - Fix for multiple vulnerability issues related to docker compose-switch component.

* Corrections in test scripts as per review comment.

feature_dotnet_2.4.2

Toggle feature_dotnet_2.4.2's commit message
[dotnet] - Removing dotnet 10 preview and daily versions. (devcontain…

…ers#1537)

feature_dotnet_2.4.1

Toggle feature_dotnet_2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use /etc/profile.d to set PATH for dotnet tools (devcontainers#1492)

feature_docker-in-docker_2.13.0

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding azure-linux OS support for docker-in-docker feature (devcontai…

…ners#1506)

* Adding azure-linux OS support for docker-in-docker feature

* test

* Fixing issues and adding mariner

* Fixing if

* simplified code

* addressing review comments