Skip to content

Commit 1c7431f

Browse files
[Monthly release] v0.4.16
* [Montly release] v0.4.16 * Major version bumps * Update major version on README for ubuntu images * Undo major version bump for cpp * Bump versions * Bump versions again * Update images * Normalise version numbers
1 parent 3dc5502 commit 1c7431f

File tree

20 files changed

+25
-25
lines changed

20 files changed

+25
-25
lines changed

src/anaconda/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.4",
2+
"version": "1.2.5",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

src/base-alpine/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.210.2",
2+
"version": "0.210.3",
33
"variants": [
44
"3.21",
55
"3.20",

src/base-debian/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.22",
2+
"version": "1.0.23",
33
"variants": [
44
"bookworm",
55
"bullseye"

src/base-ubuntu/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.
2929

3030
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:
3131

32-
- `mcr.microsoft.com/devcontainers/base:1-jammy`
33-
- `mcr.microsoft.com/devcontainers/base:1.0-jammy`
34-
- `mcr.microsoft.com/devcontainers/base:1.0.0-jammy`
32+
- `mcr.microsoft.com/devcontainers/base:2-jammy`
33+
- `mcr.microsoft.com/devcontainers/base:2.0-jammy`
34+
- `mcr.microsoft.com/devcontainers/base:2.0.0-jammy`
3535

3636
See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/base/tags/list).
3737

src/base-ubuntu/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.6",
2+
"version": "2.0.1",
33
"variants": [
44
"noble",
55
"jammy"

src/cpp/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.10",
2+
"version": "1.2.11",
33
"variants": [
44
"bookworm",
55
"bullseye",

src/dotnet/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0",
2+
"version": "1.5.1",
33
"variants": [
44
"10.0-preview-trixie-slim",
55
"10.0-preview-noble",

src/go/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.2",
2+
"version": "1.4.3",
33
"variants": [
44
"1.24-bookworm",
55
"1.23-bookworm",

src/java-8/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.23",
2+
"version": "2.0.24",
33
"variants": [
44
"bookworm",
55
"bullseye"

src/java/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.20",
2+
"version": "1.1.21",
33
"variants": [
44
"21-bookworm",
55
"21-bullseye",

src/javascript-node/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.12",
2+
"version": "1.1.13",
33
"variants": [
44
"22-bookworm",
55
"20-bookworm",

src/jekyll/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.15",
2+
"version": "2.1.16",
33
"variants": [
44
"3.3-bookworm",
55
"3.3-bullseye"

src/miniconda/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.5",
2+
"version": "1.1.6",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

src/php/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.2",
2+
"version": "1.3.3",
33
"variants": [
44
"8.4-apache-bookworm",
55
"8.3-apache-bookworm",

src/python/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.5",
2+
"version": "1.2.6",
33
"variants": [
44
"3.13-bookworm",
55
"3.12-bookworm",

src/ruby/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0",
2+
"version": "1.4.1",
33
"variants": [
44
"3.4-bookworm",
55
"3.3-bookworm",

src/rust/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.24",
2+
"version": "1.0.25",
33
"variants": [
44
"bookworm",
55
"bullseye"

src/typescript-node/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.12",
2+
"version": "1.1.13",
33
"variants": [
44
"22-bookworm",
55
"20-bookworm",

src/universal/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|----------|-------|
99
| *Categories* | Services, GitHub |
1010
| *Image type* | Dockerfile |
11-
| *Published image* | mcr.microsoft.com/devcontainers/universal:linux<br />mcr.microsoft.com/devcontainers/universal:focal |
11+
| *Published image* | mcr.microsoft.com/devcontainers/universal:linux<br />mcr.microsoft.com/devcontainers/universal:noble |
1212
| *Published image architecture(s)* | x86-64 |
1313
| *Container host OS support* | Linux, macOS, Windows |
1414
| *Container OS* | Ubuntu |
@@ -27,9 +27,9 @@ The container includes the `zsh` (and Oh My Zsh!) and `fish` shells that you can
2727
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image.
2828
For example:
2929

30-
- `mcr.microsoft.com/devcontainers/universal:2-focal`
31-
- `mcr.microsoft.com/devcontainers/universal:2.0-focal`
32-
- `mcr.microsoft.com/devcontainers/universal:2.0.6-focal`
30+
- `mcr.microsoft.com/devcontainers/universal:3-noble`
31+
- `mcr.microsoft.com/devcontainers/universal:3.0-noble`
32+
- `mcr.microsoft.com/devcontainers/universal:3.0.0-noble`
3333

3434
See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/universal/tags/list).
3535

src/universal/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0",
2+
"version": "3.0.1",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

0 commit comments

Comments
 (0)