You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle PowerShell RC versions in preview install path (#1608)
* Fix powershell preview/RC version installation failure
- Add -rc. version checks alongside preview checks in routing conditions
so RC versions go directly to GitHub install instead of apt/dnf
- Update find_preview_version_from_git_tags() to match -rc.X git tags
- Fix typo googlegit_cmd_name -> git_cmd_name
- Update preview test scripts to match both preview and rc.X patterns
Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
Agent-Logs-Url: https://github.com/devcontainers/features/sessions/03fd0565-a230-4bd9-80f7-92b8ce74a1bb
* Version bump: powershell feature 2.0.1 → 2.0.2
Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
Agent-Logs-Url: https://github.com/devcontainers/features/sessions/98f1f7bd-4d93-4641-85d8-287b218c1eb8
* Remove ubuntu:focal and debian:11 from arm64 test matrix
PowerShell 7.6.0 requires GLIBC_2.33+ which is unavailable on these
older platforms. ubuntu:focal is already obsolete and debian:11 reaches
EOL in Aug 2026.
Agent-Logs-Url: https://github.com/devcontainers/features/sessions/6a803744-ae1d-4c84-8e04-5bb2c0df1523
Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
* Add comment explaining ubuntu:focal and debian:11 removal from arm64 matrix
Agent-Logs-Url: https://github.com/devcontainers/features/sessions/071d8550-7b74-4436-91de-5933b6711bc3
Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
Co-authored-by: Kaniska <kaniska244@github.com>
"description": "Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
0 commit comments