Skip to content

Tags: devcontainers/features

Tags

feature_terraform_1.4.5

Toggle feature_terraform_1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
terraform: Add support for GitHub Attestations in TFLint installation (

…#1589)

* terraform: Add support for GitHub Attestations in TFLint installation

* terraform: Pin TFLint version in tflint_fallback_test

* terraform: Bump version to 1.4.3

* terraform: Update tflint_fallback_test for the latest version

---------

Co-authored-by: Kaniska <kaniska244@github.com>
Co-authored-by: Abdurrahmaan Iqbal <abdurriq@github.com>

feature_java_1.8.1

Toggle feature_java_1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(java): Add retry logic for transient SDKMAN bootstrap failures (#…

…1688)

* Implement retry logic for SDK installation

Added a retry mechanism for SDK installation and SDKMAN CLI installation.

* Update Java version from 1.8.0 to 1.8.1

Mandatory minor bump for fixing the sdkman transient error

* Update expected Java version in installation script

Java version updated due to upstream update from sdkman.

* Fix string quotes in install_latest_version.sh

* Change curl option from -sSL to -fsSL in install.sh

feature_terraform_1.4.4

Toggle feature_terraform_1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix terraform feature OpenPGP error on Ubuntu 26.04 (resolute) (#1683)

* Initial plan

* Extend GPG workaround to Ubuntu 26.04 (resolute) and add tests

* Use devcontainers base:resolute image for terraform resolute tests

* Bump terraform feature version to 1.4.4

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

feature_rust_1.5.1

Toggle feature_rust_1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(rust): support Azure Linux base images (#1685)

feature_git_1.3.8

Toggle feature_git_1.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix installing git-core PPA in Ubuntu 26.04 (#1675)

* dearmor git-core ppa key for Ubuntu Resolute

* add git-core ppa tests for ubuntu noble and resolute

* make new tests into symlinks

---------

Co-authored-by: Kaniska <kaniska244@github.com>

feature_desktop-lite_1.2.10

Toggle feature_desktop-lite_1.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix desktop-lite ALSA package selection (#1676)

* Fix desktop-lite ALSA package selection

Select the first installable ALSA package by apt candidate availability so Ubuntu releases before and after the t64 transition continue to work.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Order newer packages first

Co-authored-by: nicholas Krul <nicholas.krul@gmail.com>

* Use symlink for duplicate desktop-lite ALSA test

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: nicholas Krul <nicholas.krul@gmail.com>
Co-authored-by: Kaniska <kaniska244@github.com>

feature_oryx_2.0.1

Toggle feature_oryx_2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[oryx] - Fixing build issue (#1680)

feature_git_1.3.7

Toggle feature_git_1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[git] - Fixing issue for alpine installation from source and updating…

… tests (#1679)

* [git] - Fixing issue for alpine installation from source and updating tests

* Consolidating common logic

feature_git_1.3.6

Toggle feature_git_1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[git] - Fixing installation from source with new version `2.55.0` (#1678

)

feature_docker-in-docker_4.0.0

Toggle feature_docker-in-docker_4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[docker-in-docker] - Move the iptables switching logic in the docker-…

…init script and isolated tests for specific cases (#1666)

* Check the tests

* check the log

* Adding debug statements

* Another change

* Check in docker-init.sh

* Change test order

* Check the presence of the kernel module

* change the test execution order

* Changes in workflows

* Change the test

* Further isolation

* Adding a flag to switch the logic for better management.

* Modify stress tests

* Add docker-compose latest version

* Changing to minor version upgrade as a switch flag is present

* Revert "Add docker-compose latest version"

This reverts commit 7360873.

* Reapply "Add docker-compose latest version"

This reverts commit dfa4520.

* Removing docker-compose latest version change from this PR.

* Implementing review comments.

* Implementing review comments

* Implementing review comments further

* Setting iptablesSwitchAtRuntime:true and major version bump.