Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
  • Loading branch information
bk201 committed May 16, 2024
1 parent 4e77818 commit ccd7e1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ RUN zypper -n rm container-suseconnect && \

WORKDIR /var/lib/harvester/harvester

ENV HARVESTER_UI_VERSION v1.2.2-rc3
ENV HARVESTER_UI_VERSION v1.2.2
ENV HARVESTER_UI_PATH /usr/share/harvester/harvester
# Please update the api-ui-version in pkg/settings/settings.go when updating the version here.
ENV HARVESTER_API_UI_VERSION 1.1.9

ENV HARVESTER_UI_PLUGIN_BUNDLED_VERSION v1.2.2-rc3
ENV HARVESTER_UI_PLUGIN_BUNDLED_VERSION v1.2.2

ARG ARCH=amd64
ARG VERSION=dev
Expand Down
2 changes: 1 addition & 1 deletion package/upgrade-matrix.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
versions:
- name: v1.2.2-rc3
- name: v1.2.2
minUpgradableVersion: v1.2.1
- name: v1.2.1
minUpgradableVersion: v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-iso
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd $(dirname $0)/..

echo "Start building ISO image"

HARVESTER_INSTALLER_VERSION=v1.2.2-rc3
HARVESTER_INSTALLER_VERSION=v1.2.2

git clone --branch ${HARVESTER_INSTALLER_VERSION} --single-branch --depth 1 https://github.com/harvester/harvester-installer.git ../harvester-installer

Expand Down

0 comments on commit ccd7e1c

Please sign in to comment.