Skip to content

Tags: Magbluprt/features

Tags

feature_terraform_1.3.1

Toggle feature_terraform_1.3.1's commit message
release terraform

feature_go_1.2.0

Toggle feature_go_1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update go tools (devcontainers#559)

* update go tools

* update link

* add unit tests for confirm installation

* fix path install gotests

* fix bump the minor version

feature_common-utils_2.0.10

Toggle feature_common-utils_2.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create .config directory in common-utils (devcontainers#547)

* Add test case for mounted subdirectory.

* Correct some trailing whitespace.

* Correct variable name to better reflect status as user home path.

* Add config directory creation.

* Remove extra debug line.

* Bump feature version.

* Mount host user home directory as "subdirectory"

* Correct test naming, run test in explicit bash shell.

feature_docker-outside-of-docker_1.3.0

Toggle feature_docker-outside-of-docker_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.
Add support for skipping `docker-compose` v1 operations during Docker…

… feature install script (devcontainers#533)

* Add support for skipping docker-compose operations

* Move changes from auto-generated files to templates and bump version

* Add test

* Add test conditions

* Add test conditions for docker-outside-of-docker

* install.sh set -x for debugging

* set -x

* Move compose-switch check in docker-outside-of-docker test

* Put into correct test

* Test for correct path

feature_docker-in-docker_2.2.0

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for skipping `docker-compose` v1 operations during Docker…

… feature install script (devcontainers#533)

* Add support for skipping docker-compose operations

* Move changes from auto-generated files to templates and bump version

* Add test

* Add test conditions

* Add test conditions for docker-outside-of-docker

* install.sh set -x for debugging

* set -x

* Move compose-switch check in docker-outside-of-docker test

* Put into correct test

* Test for correct path

feature_common-utils_2.0.9

Toggle feature_common-utils_2.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update devcontainer-feature.json (devcontainers#539)

devcontainers#535 update the patch version to 2.0.9

feature_python_1.1.0

Toggle feature_python_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.
Adds httpProxy option to Python Feature (devcontainers#532)

* Adds httpProxy option to Python Feature
This option allows GPG to use a HTTP proxy to fetch keys from remote keyservers

* Updating minor version

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

* Fixes minor formatting error

---------

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

feature_oryx_1.1.0

Toggle feature_oryx_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.
Oryx - Switch to .NET 7 (devcontainers#522)

* Oryx - Switch to .NET 7

* fix test ; add test

* fix test - back compat

feature_conda_1.0.9

Toggle feature_conda_1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-…

…40897 vulnerabilities (devcontainers#518)

* [features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-40897 vulnerabilities

- Update `install.sh` to install updates for `cryptography` and `setuptools`  packages
- Add tests to verify `cryptography` and `setuptools`  packages version

* Bump feature version

feature_docker-outside-of-docker_1.2.1

Toggle feature_docker-outside-of-docker_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.
Removing forced gid 999 for docker (devcontainers#515)

* Removing forced gid 999 for docker

* version bump

---------

Co-authored-by: Ryan Campbell <rycampbe@microsoft.com>
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>