Skip to content

Commit

Permalink
Monthly release - v.3.32 (#981)
Browse files Browse the repository at this point in the history
* Monthy release - v.3.32

* Update lock files
  • Loading branch information
samruddhikhandale committed Mar 4, 2024
1 parent 3f7f89a commit d3ab6f0
Show file tree
Hide file tree
Showing 32 changed files with 87 additions and 87 deletions.
2 changes: 1 addition & 1 deletion src/anaconda/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.204.10",
"version": "0.204.11",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
6 changes: 3 additions & 3 deletions src/base-alpine/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "2.4.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97",
"integrity": "sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97"
"version": "2.4.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65",
"integrity": "sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65"
}
}
}
2 changes: 1 addition & 1 deletion src/base-alpine/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.208.1",
"version": "0.208.2",
"variants": [
"3.19",
"3.18",
Expand Down
6 changes: 3 additions & 3 deletions src/base-debian/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "2.4.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97",
"integrity": "sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97"
"version": "2.4.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65",
"integrity": "sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/base-debian/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.8",
"version": "1.0.9",
"variants": [
"bookworm",
"buster",
Expand Down
6 changes: 3 additions & 3 deletions src/base-ubuntu/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "2.4.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97",
"integrity": "sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97"
"version": "2.4.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65",
"integrity": "sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/base-ubuntu/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.21",
"version": "1.0.22",
"variants": [
"jammy",
"focal"
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.8",
"version": "1.0.9",
"variants": [
"bookworm",
"bullseye",
Expand Down
6 changes: 3 additions & 3 deletions src/dotnet/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "2.4.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97",
"integrity": "sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97"
"version": "2.4.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65",
"integrity": "sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.4",
"version": "1.1.5",
"variants": [
"8.0-bookworm-slim",
"8.0-jammy",
Expand Down
12 changes: 6 additions & 6 deletions src/go/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "2.4.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97",
"integrity": "sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97"
"version": "2.4.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65",
"integrity": "sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "1.2.0",
"resolved": "ghcr.io/devcontainers/features/git@sha256:afa1f582e09d6b4e78d21baad80f4729af763c3910e152101f55273fd2921fb5",
"integrity": "sha256:afa1f582e09d6b4e78d21baad80f4729af763c3910e152101f55273fd2921fb5"
},
"ghcr.io/devcontainers/features/go:1": {
"version": "1.2.2",
"resolved": "ghcr.io/devcontainers/features/go@sha256:d5e34970f31942a4d9f6b3f6f52da1176b2dcb35aeba3f0fc93b974e287d3b16",
"integrity": "sha256:d5e34970f31942a4d9f6b3f6f52da1176b2dcb35aeba3f0fc93b974e287d3b16"
"version": "1.3.0",
"resolved": "ghcr.io/devcontainers/features/go@sha256:6adad519ea1b49989de42ce5bde5add32748cae68eeb6034db4c2d69e87c161b",
"integrity": "sha256:6adad519ea1b49989de42ce5bde5add32748cae68eeb6034db4c2d69e87c161b"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/go/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.9",
"version": "1.1.10",
"variants": [
"1.22-bookworm",
"1.21-bookworm",
Expand Down
6 changes: 3 additions & 3 deletions src/java-8/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"integrity": "sha256:afa1f582e09d6b4e78d21baad80f4729af763c3910e152101f55273fd2921fb5"
},
"ghcr.io/devcontainers/features/java:1": {
"version": "1.4.0",
"resolved": "ghcr.io/devcontainers/features/java@sha256:4f8e435b36600538d84fb7f1d798c36dd5c766e7522ec0d179a1c040492ba1d7",
"integrity": "sha256:4f8e435b36600538d84fb7f1d798c36dd5c766e7522ec0d179a1c040492ba1d7"
"version": "1.4.1",
"resolved": "ghcr.io/devcontainers/features/java@sha256:5f3ec36d8accba9f48f5b37f8df6555fe1d62f2561f10eeb3641c1aa808a91cd",
"integrity": "sha256:5f3ec36d8accba9f48f5b37f8df6555fe1d62f2561f10eeb3641c1aa808a91cd"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/java-8/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.8",
"version": "2.0.9",
"variants": [
"bookworm",
"bullseye",
Expand Down
6 changes: 3 additions & 3 deletions src/java/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"integrity": "sha256:afa1f582e09d6b4e78d21baad80f4729af763c3910e152101f55273fd2921fb5"
},
"ghcr.io/devcontainers/features/java:1": {
"version": "1.4.0",
"resolved": "ghcr.io/devcontainers/features/java@sha256:4f8e435b36600538d84fb7f1d798c36dd5c766e7522ec0d179a1c040492ba1d7",
"integrity": "sha256:4f8e435b36600538d84fb7f1d798c36dd5c766e7522ec0d179a1c040492ba1d7"
"version": "1.4.1",
"resolved": "ghcr.io/devcontainers/features/java@sha256:5f3ec36d8accba9f48f5b37f8df6555fe1d62f2561f10eeb3641c1aa808a91cd",
"integrity": "sha256:5f3ec36d8accba9f48f5b37f8df6555fe1d62f2561f10eeb3641c1aa808a91cd"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/java/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.5",
"version": "1.1.6",
"variants": [
"21-bookworm",
"21-bullseye",
Expand Down
6 changes: 3 additions & 3 deletions src/javascript-node/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "2.4.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97",
"integrity": "sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97"
"version": "2.4.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65",
"integrity": "sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/javascript-node/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.9",
"version": "1.0.10",
"variants": [
"20-bookworm",
"18-bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/jekyll/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.1",
"version": "2.1.2",
"variants": [
"3.3-bookworm",
"3.3-bullseye"
Expand Down
6 changes: 3 additions & 3 deletions src/miniconda/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"integrity": "sha256:71ff7ada788ab351cc535ca390d079e2cde6c4821c892031851953c2b3859fda"
},
"ghcr.io/devcontainers/features/python:1": {
"version": "1.3.2",
"resolved": "ghcr.io/devcontainers/features/python@sha256:585d4d8ad574891e2ffa2b1a5823a363fc1562121bdedea1c441daf3560f7006",
"integrity": "sha256:585d4d8ad574891e2ffa2b1a5823a363fc1562121bdedea1c441daf3560f7006"
"version": "1.4.1",
"resolved": "ghcr.io/devcontainers/features/python@sha256:d7e393af2440444dddb3c275cf7f90c899a24f8e853e4d6315e1be3be7e1d49f",
"integrity": "sha256:d7e393af2440444dddb3c275cf7f90c899a24f8e853e4d6315e1be3be7e1d49f"
}
}
}
2 changes: 1 addition & 1 deletion src/miniconda/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.203.6",
"version": "0.203.7",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
6 changes: 3 additions & 3 deletions src/php/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "2.4.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97",
"integrity": "sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97"
"version": "2.4.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65",
"integrity": "sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/php/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.1",
"version": "1.2.2",
"variants": [
"8.3-apache-bookworm",
"8.2-apache-bookworm",
Expand Down
12 changes: 6 additions & 6 deletions src/python/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "2.4.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97",
"integrity": "sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97"
"version": "2.4.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65",
"integrity": "sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "1.2.0",
Expand All @@ -16,9 +16,9 @@
"integrity": "sha256:71ff7ada788ab351cc535ca390d079e2cde6c4821c892031851953c2b3859fda"
},
"ghcr.io/devcontainers/features/python:1": {
"version": "1.3.2",
"resolved": "ghcr.io/devcontainers/features/python@sha256:585d4d8ad574891e2ffa2b1a5823a363fc1562121bdedea1c441daf3560f7006",
"integrity": "sha256:585d4d8ad574891e2ffa2b1a5823a363fc1562121bdedea1c441daf3560f7006"
"version": "1.4.1",
"resolved": "ghcr.io/devcontainers/features/python@sha256:d7e393af2440444dddb3c275cf7f90c899a24f8e853e4d6315e1be3be7e1d49f",
"integrity": "sha256:d7e393af2440444dddb3c275cf7f90c899a24f8e853e4d6315e1be3be7e1d49f"
}
}
}
2 changes: 1 addition & 1 deletion src/python/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.6",
"version": "1.1.7",
"variants": [
"3.12-bookworm",
"3.11-bookworm",
Expand Down
6 changes: 3 additions & 3 deletions src/ruby/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "2.4.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97",
"integrity": "sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97"
"version": "2.4.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65",
"integrity": "sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ruby/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"variants": [
"3.3-bookworm",
"3.2-bookworm",
Expand Down
6 changes: 3 additions & 3 deletions src/rust/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "2.4.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97",
"integrity": "sha256:02045d6381c5d57e3c4e0e499046724bc9c3142c97b17432456c74a82e221b97"
"version": "2.4.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65",
"integrity": "sha256:bebfdcd6097a35506bf0f064a31e52ad4205467d9d7a226a688f51b851c88b65"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/rust/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.8",
"version": "1.0.9",
"variants": [
"bookworm",
"buster",
Expand Down
2 changes: 1 addition & 1 deletion src/typescript-node/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.9",
"version": "1.0.10",
"variants": [
"20-bookworm",
"18-bookworm",
Expand Down

0 comments on commit d3ab6f0

Please sign in to comment.