Skip to content

Tags: Happy99294/features

Tags

feature_git_1.2.0

Toggle feature_git_1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add RHEL support to git feature (devcontainers#782)

* Git feature passes all tests: existing + rhel-based base images: centos7, alma-{8,9}, alma-{8,9}-minimal

* update per PR comments

* Fix apt typo...

* udpate per PR code review

* revert README.md

* update per samruddhikhandale's feedback.

* Update src/git/install.sh

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

* stop non-fatal error messages in RHEL tests.

* remove tests for alma-[89]-minimal base images for now.

* add install system git tests for RHEL base images

* *_system_* tests install from system repositories, not latest version

* fix broken install_git_from_system_mariner test

* fix broken install_git_from_system_mariner test

---------

Co-authored-by: Jeff Putsch <jputsch@analog.com>
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

feature_common-utils_2.4.1

Toggle feature_common-utils_2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
allow common-utils to be installed on "minimal" RHEL-based distributi…

…ons (devcontainers#811)

* allow common-utils to be installed on "minimal" RHEL-based distributions.

* bump version to reflect bug fix

* add missing test scripts for alma scenarios

---------

Co-authored-by: Jeff Putsch <jputsch@analog.com>

feature_java_1.3.0

Toggle feature_java_1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[java] Support groovy installations (devcontainers#779)

* [java] Support groovy installations

Fix java test failing with non existent 19 version of `open` distro

* fix: Typo

* feat: Implement code review comments

---------

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

feature_dotnet_2.0.3

Toggle feature_dotnet_2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Updates] Automated vendor dotnet-install script (devcontainers#801)

* Automated dotnet-install script update

* Bump version

---------

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

feature_docker-outside-of-docker_1.3.2

Toggle feature_docker-outside-of-docker_1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Docker-outside-of-docker] Increase backlog depth for socat proxy (de…

…vcontainers#789) (devcontainers#790)

Co-authored-by: Eljo George <eljog@github.com>

feature_nix_1.2.0

Toggle feature_nix_1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature nix: add option useAttrPath to use packages attribute path (d…

…evcontainers#787)

* add option `useAttrPath` to support `nix-env -iA`

* add test and fix problem

* change to useAttributePath

* bump the version

* update test

feature_kubectl-helm-minikube_1.1.6

Toggle feature_kubectl-helm-minikube_1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix kubectl zsh completions typo (devcontainers#792)

* fix typo

* version bump

---------

Co-authored-by: Eljo George <eljog@github.com>

feature_common-utils_2.4.0

Toggle feature_common-utils_2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[common-utils] Add xz (devcontainers#798)

Bump common-utils to v2.4.0 to reflect new package addition

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

feature_common-utils_2.3.2

Toggle feature_common-utils_2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version for common-utils (devcontainers#794)

Version bump for devcontainers#793

feature_common-utils_2.3.1

Toggle feature_common-utils_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.
Fix `.zprofile` is owned by root (devcontainers#775)

* revert behavior of sourcing .profile in .zprofile

https://github.com/devcontainers/features/pull/736/files#diff-3e71c0a0669a0410f7dd0d8f2b83f3b6bf6b525d3eabd354f19f32822da669fcR460-R463

* add test

* increment version

* create empty .zprofile is not present, and fix test

* temporarily add back .profile to .zprofile (only if file did not exist)