Skip to content

Commit

Permalink
GA v1.7.0 merge develop to master branch (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
oriyarde authored Sep 30, 2021
1 parent 10fad19 commit 9ce398e
Show file tree
Hide file tree
Showing 123 changed files with 4,455 additions and 2,344 deletions.
6 changes: 2 additions & 4 deletions Dockerfile-csi-controller
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM registry.access.redhat.com/ubi8/python-38:1-60
FROM registry.access.redhat.com/ubi8/python-38:1-68
MAINTAINER IBM Storage

ARG VERSION=1.6.0
ARG VERSION=1.7.0
ARG BUILD_NUMBER=0

###Required Labels
Expand All @@ -33,8 +33,6 @@ COPY controller/requirements.txt /driver/controller/
RUN pip3 install --default-timeout=100 --upgrade pip==19.3.1
# avoid default boringssl lib, since it does not support z systems
ENV GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=True
# TODO: remove CRYPTOGRAPHY_ALLOW_OPENSSL_102 when upgrading to ubi8
ENV CRYPTOGRAPHY_ALLOW_OPENSSL_102=true
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
RUN pip3 install -r /driver/controller/requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-csi-controller.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This Dockerfile.test is for running the csi controller local tests inside a container.
# Its similar to the Dockerfile, but with additional requirements-tests.txt and ENTRYPOINT to run the local tests.

FROM registry.access.redhat.com/ubi8/python-38:1-60
FROM registry.access.redhat.com/ubi8/python-38:1-68

COPY controller/requirements.txt /driver/controller/
RUN pip3 install --upgrade pip==19.3.1
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-csi-node
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ COPY . .
RUN make ibm-block-csi-driver

# Final stage
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-200
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-208
MAINTAINER IBM Storage

ARG VERSION=1.6.0
ARG VERSION=1.7.0
ARG BUILD_NUMBER=0

LABEL name="IBM block storage CSI driver node" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-csi-test
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ ENV SECRET_FILE="/usr/local/go/src/github.com/kubernetes-csi/csi-test/ibm-driver
ENV PARAM_FILE="/usr/local/go/src/github.com/kubernetes-csi/csi-test/ibm-driver/${CSI_PARAMS}"
ENV ENDPOINT="/tmp/k8s_dir/nodecsi"
ENV ENDPOINT_CONTROLLER="/tmp/k8s_dir/f"
ENV TESTS_TO_RUN_FILE="/usr/local/go/src/github.com/kubernetes-csi/csi-test/ibm-driver/csi_tests_to_run"
ENV TESTS_TO_SKIP_FILE="/usr/local/go/src/github.com/kubernetes-csi/csi-test/ibm-driver/csi_tests_to_skip"

ENTRYPOINT ["/usr/local/go/src/github.com/kubernetes-csi/csi-test/ibm-driver/entrypoint-csi-tests.sh"]
12 changes: 6 additions & 6 deletions NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file details additional third party software license agreements
and third party notices and information that are required
to be reproduced for the following programs:

IBM Block Storage CSI Driver version 1.6.0
IBM Block Storage CSI Driver version 1.7.0



Expand Down Expand Up @@ -1409,7 +1409,7 @@ End of GNU GPL Version 3.0 License

===========================================================================
END OF TERMS AND CONDITIONS FOR SEPARATELY LICENSED CODE for IBM Block
Storage CSI Driver version 1.6.0
Storage CSI Driver version 1.7.0
===========================================================================


Expand All @@ -1420,7 +1420,7 @@ Storage CSI Driver version 1.6.0

GNU GPL and / or LGPL Source Code for:

IBM Block Storage CSI Driver 1.6.0
IBM Block Storage CSI Driver 1.7.0

===========================================================================

Expand All @@ -1439,7 +1439,7 @@ General Public License 2.0.
Red Hat Universal Base Image 8 Python 3.8

Source code to any of the above-listed packages distributed with IBM
Block Storage CSI Driver 1.6.0 is available at the website below, when
Block Storage CSI Driver 1.7.0 is available at the website below, when
a URL is provided, or by sending a request to the following address or
email:

Expand Down Expand Up @@ -1468,7 +1468,7 @@ General Public License 3.0.
Red Hat Universal Base Image 8 Python 3.8

Source code to any of the above-listed packages distributed with IBM
Block Storage CSI Driver 1.6.0 is available at the website below, when
Block Storage CSI Driver 1.7.0 is available at the website below, when
a URL is provided, or by sending a request to the following address or
email:

Expand Down Expand Up @@ -2498,6 +2498,6 @@ END OF yaml-2.2.8 NOTICES AND INFORMATION

===========================================================================
END OF NOTICES AND INFORMATION FOR IBM Block Storage CSI
Driver 1.6.0
Driver 1.7.0
===========================================================================

Loading

0 comments on commit 9ce398e

Please sign in to comment.