Skip to content

Tags: bialy69-git/features

Tags

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) (devco…

…ntainers#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 (devcontainers#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 (devcontainers#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 (devcontainers#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 (devcontainers#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 (devcontainers#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` (de…

…vcontainers#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 (devcontainers#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.

feature_ruby_2.0.0

Toggle feature_ruby_2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ruby)!: rewrite to use ruby-build with optional rbenv/rvm (v2.0.…

…0) (devcontainers#1654)

* feat(ruby)!: rewrite to use ruby-build with optional rbenv/rvm (v2.0.0)

Replace the rvm-only install with ruby-build under /usr/local/rubies,
exposed via the 'current' symlink on the PATH. Add a versionManager
option ("none" | "rbenv" | "rvm") that installs the chosen manager
and delegates 'install' to it.

Detect build deps across apt, dnf/yum, apk, zypper, and pacman.
Replace ruby_fallback_test with ruby_rbenv / ruby_rvm scenarios.

* test(ruby): symlink install_additional_ruby_trixie.sh to install_additional_ruby.sh

---------

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

feature_docker-in-docker_3.1.0

Toggle feature_docker-in-docker_3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Docker-in-Docker] - Update docker-compose to the latest version (dev…

…containers#1672)

* [Docker-in-Docker] - Update docker-compose to the latest version

* Implement review comment.