renames rad-bicep to bicep#2445
Merged
brooke-hamilton merged 2 commits intoradius-project:v0.54from Feb 11, 2026
Merged
Conversation
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
12 tasks
kachawla
approved these changes
Jan 15, 2026
brooke-hamilton
approved these changes
Feb 3, 2026
Contributor
Author
|
@brooke-hamilton or @kachawla - do you mind re-running the Test Samples (K3D) check? |
Member
I think there is an issue with the container build. I created a bug to track it: #2483. |
Member
Here's the PR for it: #2484 |
DariuszPorowski
added a commit
that referenced
this pull request
Feb 27, 2026
* Update samples for v0.54 Signed-off-by: Radius CI Bot <radiuscoreteam@service.microsoft.com> * Bump qs from 6.14.0 to 6.14.1 in /samples/dapr/nodeapp (#2439) Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.14.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.0...v6.14.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump react-router and react-router-dom in /samples/demo/client (#2441) Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies needed to be updated together. Updates `react-router` from 7.10.1 to 7.12.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.12.0/packages/react-router) Updates `react-router-dom` from 7.10.1 to 7.12.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.12.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.12.0 dependency-type: direct:production - dependency-name: react-router-dom dependency-version: 7.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump diff from 4.0.2 to 4.0.4 in /samples/demo (#2449) Bumps [diff](https://github.com/kpdecker/jsdiff) from 4.0.2 to 4.0.4. - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: diff dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix volumes Dockerfile build failure from distutils packaging conflict (#2484) * Initial plan * Fix Dockerfile build failure by switching to python:3-alpine base image Replace alpine:3.14 with python:3-alpine to avoid the distutils-installed 'packaging' conflict that prevents pip from upgrading packages. The official Python image includes pip without distutils conflicts, eliminating the error: "Cannot uninstall 'packaging'. It is a distutils installed project." Co-authored-by: brooke-hamilton <45323234+brooke-hamilton@users.noreply.github.com> * Pin Python base image to python:3.12-alpine for reproducible builds Co-authored-by: brooke-hamilton <45323234+brooke-hamilton@users.noreply.github.com> * Update samples/volumes/Dockerfile Co-authored-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com> Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --------- Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: brooke-hamilton <45323234+brooke-hamilton@users.noreply.github.com> Co-authored-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com> * renames rad-bicep to bicep (#2445) Signed-off-by: Nell Shamrell <nellshamrell@gmail.com> Co-authored-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> * Bump minimatch in /samples/demo (#2495) Bumps and [minimatch](https://github.com/isaacs/minimatch). These dependencies needed to be updated together. Updates `minimatch` from 3.1.2 to 3.1.4 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.4) Updates `minimatch` from 10.1.1 to 10.2.3 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.4) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.4 dependency-type: indirect - dependency-name: minimatch dependency-version: 10.2.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: enhance upmerge workflow to handle merge conflicts and improve error reporting Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com> * Refactor code structure for improved readability and maintainability Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com> * fix: repair corrupted demo client lockfile after upmerge --------- Signed-off-by: Radius CI Bot <radiuscoreteam@service.microsoft.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Signed-off-by: Nell Shamrell <nellshamrell@gmail.com> Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com> Co-authored-by: Radius CI Bot <radiuscoreteam@service.microsoft.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: brooke-hamilton <45323234+brooke-hamilton@users.noreply.github.com> Co-authored-by: Nell Shamrell-Harrington <nellshamrell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This goes with radius-project/radius#10838