Skip to content

Commit cf02e7d

Browse files
metal-robot[bot]metal-stackGerrit91
authored
Bump releases to version v0.6.10 (#64)
* Bump releases to version v0.6.10 * fix Co-authored-by: metal-stack <[email protected]> Co-authored-by: Gerrit91 <[email protected]>
1 parent 544de8a commit cf02e7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.DEFAULT_GOAL := build
2-
RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.6.9")
2+
RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.6.10")
33

44
ifeq ($(CI),true)
55
DOCKER_TTY_ARG=

update.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ curl -Lo /tmp/release.yaml "https://raw.githubusercontent.com/metal-stack/releas
3434

3535
echo "Updating external repositories"
3636
update_repo "docs/src/external/csi-driver-lvm" "https://github.com/metal-stack/csi-driver-lvm.git" master
37-
update_repo "docs/src/external/mini-lab" "https://github.com/metal-stack/mini-lab.git" "$(yq e 'projects.metal-stack.mini-lab.version' /tmp/release.yaml)"
38-
update_repo "docs/src/external/metalctl" "https://github.com/metal-stack/metalctl.git" "$(yq e 'binaries.metal-stack.metalctl.version' /tmp/release.yaml)"
37+
update_repo "docs/src/external/mini-lab" "https://github.com/metal-stack/mini-lab.git" "$(yq e '.projects.metal-stack.mini-lab.version' /tmp/release.yaml)"
38+
update_repo "docs/src/external/metalctl" "https://github.com/metal-stack/metalctl.git" "$(yq e '.binaries.metal-stack.metalctl.version' /tmp/release.yaml)"
3939

4040
# TODO: For next release enable:
4141
# echo "Getting GEPM image vector"

0 commit comments

Comments
 (0)