Skip to content

Commit 72f12a2

Browse files
committedDec 18, 2024
bump version to 1.7.0
1 parent 39229c1 commit 72f12a2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎Dockerfile.prod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM --platform=$BUILDPLATFORM node:16.8.0 AS builder
2-
ARG TARGET_BRANCH=release-1.6.0
2+
ARG TARGET_BRANCH=release-1.7.0
33

44
RUN apt-get install -y git
55
RUN git clone https://github.com/IBM/ibm-storage-odf-console.git
@@ -23,7 +23,7 @@ CMD ["/usr/libexec/s2i/run"]
2323

2424
LABEL maintainer="IBM Support <support@ibm.com>"
2525
LABEL name="ibm-storage-odf-console"
26-
LABEL version="1.6.0"
26+
LABEL version="1.7.0"
2727
LABEL description="IBM Flashsystem Console Plugin"
2828
LABEL summary="Provides the IBM flashsystem console for OpenShift Data Foundation."
2929
LABEL io.k8s.display-name="IBM Flashsystem Console"

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REGISTRY=quay.io/ibmodffs
2-
IMAGE_TAG=1.6.0
2+
IMAGE_TAG=1.7.0
33
PLATFORM=linux/amd64,linux/ppc64le,linux/s390x
4-
TARGET_BRANCH=release-1.6.0
4+
TARGET_BRANCH=release-1.7.0
55
CONSOLE_NAME=ibm-storage-odf-plugin
66

77
CONSOLE_IMAGE=$(REGISTRY)/$(CONSOLE_NAME):$(IMAGE_TAG)

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibm-storage-odf-plugin",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "IBM Storage Plugin Openshift ODF",
55
"author": "IBM Support <support@ibm.com>",
66
"private": true,
@@ -78,7 +78,7 @@
7878
},
7979
"consolePlugin": {
8080
"name": "ibm-storage-odf-plugin",
81-
"version": "1.6.0",
81+
"version": "1.7.0",
8282
"displayName": "IBM Storage Plugin",
8383
"description": "IBM Storage Plugin for Openshift ODF",
8484
"dependencies": {

0 commit comments

Comments
 (0)