Skip to content

Commit

Permalink
[Monthly release] v0.4.10 (#1250)
Browse files Browse the repository at this point in the history
* incremented patch version for images

* minor version bump anaconda image instead
  • Loading branch information
ddoyle2017 authored Dec 12, 2024
1 parent 2198760 commit 326d2f2
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 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": "1.1.0",
"version": "1.2.0",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
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.209.6",
"version": "0.209.7",
"variants": [
"3.20",
"3.19",
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.18",
"version": "1.0.19",
"variants": [
"bookworm",
"bullseye"
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.2.2",
"version": "1.2.3",
"variants": [
"noble",
"jammy",
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.2.6",
"version": "1.2.7",
"variants": [
"bookworm",
"bullseye",
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.3.5",
"version": "1.3.6",
"variants": [
"9.0-bookworm-slim",
"9.0-noble",
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.3.2",
"version": "1.3.3",
"variants": [
"1.23-bookworm",
"1.22-bookworm",
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.19",
"version": "2.0.20",
"variants": [
"bookworm",
"bullseye"
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.16",
"version": "1.1.17",
"variants": [
"21-bookworm",
"21-bullseye",
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.1.7",
"version": "1.1.8",
"variants": [
"22-bookworm",
"20-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.10",
"version": "2.1.11",
"variants": [
"3.3-bookworm",
"3.3-bullseye"
Expand Down
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": "1.1.0",
"version": "1.1.1",
"build": {
"latest": true,
"rootDistro": "debian",
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.11",
"version": "1.2.12",
"variants": [
"8.3-apache-bookworm",
"8.2-apache-bookworm",
Expand Down
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.2.0",
"version": "1.2.1",
"variants": [
"3.13-bookworm",
"3.12-bookworm",
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.13",
"version": "1.1.14",
"variants": [
"3.3-bookworm",
"3.2-bookworm",
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.19",
"version": "1.0.20",
"variants": [
"bookworm",
"bullseye"
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.1.7",
"version": "1.1.8",
"variants": [
"22-bookworm",
"20-bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/universal/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.12.5",
"version": "2.12.6",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down

0 comments on commit 326d2f2

Please sign in to comment.