Skip to content

Commit c6b4342

Browse files
authored
chore: update versions to 0.0.4 (#43)
1 parent ae09ccf commit c6b4342

9 files changed

Lines changed: 20 additions & 20 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ publish_run_image: run_image
114114
bash ./scripts/publish_run_image.sh $(REGISTRY_HOST)/$(REGISTRY_REPO)/base-image --publish
115115

116116
.PHONY: publish_buildpacks
117-
publish_buildpacks:
117+
publish_buildpacks: yq
118118
@for bp in $(BUILDPACKS); do \
119119
echo "Publishing buildpack: $(REGISTRY_HOST)/$(REGISTRY_REPO)/$$bp"; \
120120
./scripts/publish_buildpack.sh $(REGISTRY_HOST)/$(REGISTRY_REPO)/$$bp buildpacks/$$bp --publish; \

builders/selector/builder.toml

Lines changed: 11 additions & 11 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.2"
10+
version = "0.0.4"
1111

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

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

2020
[[buildpacks]]
2121
uri = "../../buildpacks/rstudio"
22-
version = "0.0.2"
22+
version = "0.0.4"
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.2"
53+
version = "0.0.4"
5454
[[order.group]]
5555
id = "renku/jupyterlab"
56-
version = "0.0.2"
56+
version = "0.0.4"
5757
[[order.group]]
5858
id = "renku/kernel-installer"
59-
version = "0.0.2"
59+
version = "0.0.4"
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.2"
68+
version = "0.0.4"
6969
[[order.group]]
7070
id = "vscodium"
7171
version = "0.3.0"
@@ -80,10 +80,10 @@ description = "Builder for Renku frontends and environments."
8080
version = "0.10.4"
8181
[[order.group]]
8282
id = "renku/rstudio"
83-
version = "0.0.2"
83+
version = "0.0.4"
8484

8585
[stack]
86-
build-image = "docker.io/paketobuildpacks/builder-jammy-buildpackless-full:0.0.256"
86+
build-image = "docker.io/paketobuildpacks/builder-jammy-buildpackless-full:0.0.456"
8787
id = "io.buildpacks.stacks.jammy"
88-
run-image = "ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/base-image:0.0.2"
88+
run-image = "ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/base-image:0.0.4"
8989
run-image-mirrors = []

buildpacks/jupyterlab/bin/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ launch = true
5353
5454
[metadata]
5555
description = "jupyterlab frontend for renku"
56-
version = "0.0.2"
56+
version = "0.0.4"
5757
EOL
5858

5959
# 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.2"
6+
version = "0.0.4"
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.2"
7+
version = "0.0.4"
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.2"
27+
version = "0.0.4"
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.2"
7+
version = "0.0.4"
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.2"
56+
version = "0.0.4"
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.2"
65+
version = "0.0.4"
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.2"
6+
version = "0.0.4"
77

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

0 commit comments

Comments
 (0)