Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs a monthly release (v0.4.24) by bumping patch versions across 18 devcontainer images for security updates and bug fixes. All version increments follow semantic versioning with patch-level bumps, and corresponding README documentation is updated to reflect the new versions.
Changes:
- Incremented patch versions in manifest.json files for 18 devcontainer images (universal, typescript-node, rust, ruby, python, php, miniconda, jekyll, javascript-node, java, java-8, go, dotnet, cpp, base-ubuntu, base-debian, base-alpine, and anaconda)
- Updated README.md files to reflect the new version numbers in image tag examples
Reviewed changes
Copilot reviewed 36 out of 36 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/universal/manifest.json | Bumped version from 5.1.3 to 5.1.4 |
| src/universal/README.md | Updated image tag example to reflect new version |
| src/typescript-node/manifest.json | Bumped version from 4.0.5 to 4.0.6 |
| src/typescript-node/README.md | Updated image tag example to reflect new version |
| src/rust/manifest.json | Bumped version from 2.0.7 to 2.0.8 |
| src/rust/README.md | Updated image tag example to reflect new version |
| src/ruby/manifest.json | Bumped version from 3.0.1 to 3.0.2 |
| src/ruby/README.md | Updated image tag example to reflect new version |
| src/python/manifest.json | Bumped version from 3.0.4 to 3.0.5 |
| src/python/README.md | Updated image tag example to reflect new version |
| src/php/manifest.json | Bumped version from 3.0.2 to 3.0.3 |
| src/php/README.md | Updated image tag example to reflect new version |
| src/miniconda/manifest.json | Bumped version from 1.2.1 to 1.2.2 |
| src/miniconda/README.md | Updated image tag example to reflect new version |
| src/jekyll/manifest.json | Bumped version from 2.2.5 to 2.2.6 |
| src/jekyll/README.md | Updated image tag example to reflect new version |
| src/javascript-node/manifest.json | Bumped version from 4.0.7 to 4.0.8 |
| src/javascript-node/README.md | Updated image tag example to reflect new version |
| src/java/manifest.json | Bumped version from 3.0.4 to 3.0.5 |
| src/java/README.md | Updated image tag example to reflect new version |
| src/java-8/manifest.json | Bumped version from 3.0.5 to 3.0.6 |
| src/java-8/README.md | Updated image tag example to reflect new version |
| src/go/manifest.json | Bumped version from 2.0.7 to 2.0.8 |
| src/go/README.md | Updated image tag example to reflect new version |
| src/dotnet/manifest.json | Bumped version from 2.0.4 to 2.0.5 |
| src/dotnet/README.md | Updated two image tag examples to reflect new version |
| src/cpp/manifest.json | Bumped version from 2.1.4 to 2.1.5 |
| src/cpp/README.md | Updated two image tag examples to reflect new version |
| src/base-ubuntu/manifest.json | Bumped version from 2.1.5 to 2.1.6 |
| src/base-ubuntu/README.md | Updated image tag example to reflect new version |
| src/base-debian/manifest.json | Bumped version from 2.1.5 to 2.1.6 |
| src/base-debian/README.md | Updated image tag example to reflect new version |
| src/base-alpine/manifest.json | Bumped version from 3.0.1 to 3.0.2 |
| src/base-alpine/README.md | Updated image tag example to reflect new version |
| src/anaconda/manifest.json | Bumped version from 1.3.9 to 1.3.10 |
| src/anaconda/README.md | Updated image tag example to reflect new version |
abdurriq
approved these changes
Jan 30, 2026
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.
What's Changed
New Contributors
Full Changelog: v0.4.23...v0.4.24