Skip to content

Commit 348fec5

Browse files
Kaniska244github-actionsabdurriq
authored
[Monthly Release] v0.4.27 (#1868)
* Release manifest update * Revise Go image versioning examples in README Updated versioning examples for Go images in README. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Abdurrahmaan Iqbal <abdurriq@github.com>
1 parent b7b44bb commit 348fec5

54 files changed

Lines changed: 92 additions & 92 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/anaconda/.devcontainer/devcontainer-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"integrity": "sha256:8c0de46939b61958041700ee89e3493f3b2e4131a06dc46b4d9423427d06e5f6"
1212
}
1313
}
14-
}
14+
}

src/anaconda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht
3030

3131
- `mcr.microsoft.com/devcontainers/anaconda:1-3`
3232
- `mcr.microsoft.com/devcontainers/anaconda:1.3-3`
33-
- `mcr.microsoft.com/devcontainers/anaconda:1.3.14-3`
33+
- `mcr.microsoft.com/devcontainers/anaconda:1.3.15-3`
3434

3535
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/anaconda/tags/list).
3636

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.3.14",
2+
"version": "1.3.15",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"features": {
33
"ghcr.io/devcontainers/features/common-utils:2": {
4-
"version": "2.5.7",
5-
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4",
6-
"integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4"
4+
"version": "2.5.8",
5+
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:c42fdefe6d737a3a6f61cc52b23c7c9a565d08cc4d9c303669a7cf2ee5fd81fc",
6+
"integrity": "sha256:c42fdefe6d737a3a6f61cc52b23c7c9a565d08cc4d9c303669a7cf2ee5fd81fc"
77
},
88
"ghcr.io/devcontainers/features/git:1": {
99
"version": "1.3.5",
1010
"resolved": "ghcr.io/devcontainers/features/git@sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251",
1111
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
1212
}
1313
}
14-
}
14+
}

src/base-alpine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can decide how often you want updates by referencing a [semantic version](ht
3535

3636
- `mcr.microsoft.com/devcontainers/base:3-alpine`
3737
- `mcr.microsoft.com/devcontainers/base:3.0-alpine`
38-
- `mcr.microsoft.com/devcontainers/base:3.0.4-alpine`
38+
- `mcr.microsoft.com/devcontainers/base:3.0.5-alpine`
3939

4040
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).
4141

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": "3.0.4",
2+
"version": "3.0.5",
33
"variants": [
44
"latest",
55
"3.23",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"features": {
33
"ghcr.io/devcontainers/features/common-utils:2": {
4-
"version": "2.5.7",
5-
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4",
6-
"integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4"
4+
"version": "2.5.8",
5+
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:c42fdefe6d737a3a6f61cc52b23c7c9a565d08cc4d9c303669a7cf2ee5fd81fc",
6+
"integrity": "sha256:c42fdefe6d737a3a6f61cc52b23c7c9a565d08cc4d9c303669a7cf2ee5fd81fc"
77
},
88
"ghcr.io/devcontainers/features/git:1": {
99
"version": "1.3.5",
1010
"resolved": "ghcr.io/devcontainers/features/git@sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251",
1111
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
1212
}
1313
}
14-
}
14+
}

src/base-debian/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can decide how often you want updates by referencing a [semantic version](ht
3232

3333
- `mcr.microsoft.com/devcontainers/base:2-trixie`
3434
- `mcr.microsoft.com/devcontainers/base:2.1-trixie`
35-
- `mcr.microsoft.com/devcontainers/base:2.1.8-trixie`
35+
- `mcr.microsoft.com/devcontainers/base:2.1.9-trixie`
3636

3737
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).
3838

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": "2.1.8",
2+
"version": "2.1.9",
33
"variants": [
44
"trixie",
55
"bookworm",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"features": {
33
"ghcr.io/devcontainers/features/common-utils:2": {
4-
"version": "2.5.7",
5-
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4",
6-
"integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4"
4+
"version": "2.5.8",
5+
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:c42fdefe6d737a3a6f61cc52b23c7c9a565d08cc4d9c303669a7cf2ee5fd81fc",
6+
"integrity": "sha256:c42fdefe6d737a3a6f61cc52b23c7c9a565d08cc4d9c303669a7cf2ee5fd81fc"
77
},
88
"ghcr.io/devcontainers/features/git:1": {
99
"version": "1.3.5",
1010
"resolved": "ghcr.io/devcontainers/features/git@sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251",
1111
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
1212
}
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)