Skip to content

Commit 1f99da8

Browse files
authored
chore: bump versions for 0.0.5 release (#51)
1 parent ee3496e commit 1f99da8

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

builders/selector/builder.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ description = "Builder for Renku frontends and environments."
77

88
[[buildpacks]]
99
uri = "../../buildpacks/kernel-installer"
10-
version = "0.0.4"
10+
version = "0.0.5"
1111

1212
[[buildpacks]]
1313
uri = "../../buildpacks/jupyterlab"
14-
version = "0.0.4"
14+
version = "0.0.5"
1515

1616
[[buildpacks]]
1717
uri = "../../buildpacks/python-dependency-manager"
18-
version = "0.0.4"
18+
version = "0.0.5"
1919

2020
[[buildpacks]]
2121
uri = "../../buildpacks/rstudio"
22-
version = "0.0.4"
22+
version = "0.0.5"
2323

2424
[[buildpacks]]
2525
uri = "https://github.com/paketo-buildpacks/tini/releases/download/v0.3.2/tini-0.3.2.cnb"
@@ -50,13 +50,13 @@ description = "Builder for Renku frontends and environments."
5050
version = "2.24.3"
5151
[[order.group]]
5252
id = "renku/python-dependency-manager"
53-
version = "0.0.4"
53+
version = "0.0.5"
5454
[[order.group]]
5555
id = "renku/jupyterlab"
56-
version = "0.0.4"
56+
version = "0.0.5"
5757
[[order.group]]
5858
id = "renku/kernel-installer"
59-
version = "0.0.4"
59+
version = "0.0.5"
6060

6161
[[order]]
6262

@@ -65,7 +65,7 @@ description = "Builder for Renku frontends and environments."
6565
version = "2.24.3"
6666
[[order.group]]
6767
id = "renku/python-dependency-manager"
68-
version = "0.0.4"
68+
version = "0.0.5"
6969
[[order.group]]
7070
id = "vscodium"
7171
version = "0.3.0"
@@ -80,7 +80,7 @@ description = "Builder for Renku frontends and environments."
8080
version = "0.10.4"
8181
[[order.group]]
8282
id = "renku/rstudio"
83-
version = "0.0.4"
83+
version = "0.0.5"
8484

8585
[stack]
8686
build-image = "docker.io/paketobuildpacks/builder-jammy-buildpackless-full:0.0.256"

buildpacks/jupyterlab/bin/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ launch = true
4141
4242
[metadata]
4343
description = "jupyterlab frontend for renku"
44-
version = "0.0.4"
44+
version = "0.0.5"
4545
EOL
4646

4747
# 4. SET DEFAULT START COMMAND

buildpacks/jupyterlab/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ api = "0.11"
33
[buildpack]
44
id = "renku/jupyterlab"
55
name = "Jupyterlab frontend Buildpack"
6-
version = "0.0.4"
6+
version = "0.0.5"
77

88
[[targets]]
99
os = "linux"

buildpacks/kernel-installer/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ api = "0.11"
44
# Buildpack ID and metadata
55
[buildpack]
66
id = "renku/kernel-installer"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
name = "jupyter kernel installer"
99

1010
# Targets the buildpack will work with

buildpacks/python-dependency-manager/bin/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ launch = true
2424
2525
[metadata]
2626
description = "set dependency management for run sessions"
27-
version = "0.0.4"
27+
version = "0.0.5"
2828
EOL

buildpacks/python-dependency-manager/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ api = "0.11"
44
# Buildpack ID and metadata
55
[buildpack]
66
id = "renku/python-dependency-manager"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
name = "python dependency manager buildpack"
99
description = "A simple buildpack that requires the dependency manager for python"
1010

buildpacks/rstudio/bin/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ launch = true
5353
5454
[metadata]
5555
description = "rstudio frontend for renku"
56-
version = "0.0.4"
56+
version = "0.0.5"
5757
EOL
5858

5959
cat >"${layers_dir}/r.toml" <<EOL
@@ -62,7 +62,7 @@ launch = true
6262
6363
[metadata]
6464
description = "r"
65-
version = "0.0.4"
65+
version = "0.0.5"
6666
EOL
6767

6868
cat >"${layers_dir}/cache.toml" <<EOL

buildpacks/rstudio/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ api = "0.11"
33
[buildpack]
44
id = "renku/rstudio"
55
name = "RStudio frontend Buildpack"
6-
version = "0.0.4"
6+
version = "0.0.5"
77

88
[[targets]]
99
os = "linux"

0 commit comments

Comments
 (0)