Skip to content

bump patch version of collection-c-cpp to 1.0.1#234

Merged
sebst merged 5 commits intomainfrom
copilot/bump-patch-version-collection-c-cpp
Mar 26, 2026
Merged

bump patch version of collection-c-cpp to 1.0.1#234
sebst merged 5 commits intomainfrom
copilot/bump-patch-version-collection-c-cpp

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 26, 2026

Routine patch version bump for the collection-c-cpp meta-feature, with a fix for the broken dependsOn URLs.

Changes

  • src/collection-c-cpp/devcontainer-feature.json: version 1.0.01.0.1
  • src/collection-c-cpp/devcontainer-feature.json: corrected all dependsOn URLs from ghcr.io/devcontainer-community/features/<id>:1 to ghcr.io/devcontainer-community/devcontainer-features/<id>:latest
  • README.md: version column updated to match
Original prompt

This section details on the original issue you should resolve

<issue_title>bump patch version of collection-c-cpp</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

@sebst sebst marked this pull request as ready for review March 26, 2026 17:09
Copilot AI changed the title [WIP] Update patch version of collection-c-cpp bump patch version of collection-c-cpp to 1.0.1 Mar 26, 2026
Copilot AI requested a review from sebst March 26, 2026 17:09
Copy link
Copy Markdown
Member

@sebst sebst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests fail

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 26, 2026

tests fail

The tests were failing because the test workflow lacked GHCR authentication — so when the devcontainer CLI tried to pull the dependsOn features (e.g. cmake.org:1) from ghcr.io, it was rejected.

Fixed in c5d06c1:

  • Added packages: read permission to the test workflow
  • Added a docker/login-action@v3 GHCR login step to all three test jobs (test-autogenerated, test-scenarios, test-global) so the devcontainer CLI can resolve the published dependency features from GHCR

Copilot AI requested a review from sebst March 26, 2026 17:17
Copy link
Copy Markdown
Member

@sebst sebst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests fail

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 26, 2026

tests fail

Fixed in 47418bf — the dependsOn URLs had two mistakes: wrong registry path (features instead of devcontainer-features) and wrong tag (1 instead of latest). All 11 entries now use the correct format ghcr.io/devcontainer-community/devcontainer-features/<id>:latest. Also reverted the unnecessary workflow auth changes from the previous attempt.

Copilot AI requested a review from sebst March 26, 2026 17:31
@sebst sebst merged commit 83393cd into main Mar 26, 2026
7 checks passed
@sebst sebst deleted the copilot/bump-patch-version-collection-c-cpp branch March 26, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bump patch version of collection-c-cpp

2 participants