Skip to content

Commit

Permalink
Merge pull request #58 from rancher/updatecli_main_1eebd83cdf50b6b85f…
Browse files Browse the repository at this point in the history
…2b9734d8925b1d515c7cf3eb31eadf38a95d63428f28ee

Bump to upstream version v3.9.0
  • Loading branch information
mgfritch authored Jan 28, 2025
2 parents 0f9ca57 + e0be74c commit a1780b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN set -x && \
apk --no-cache add patch \
git \
make
ARG TAG=v3.8.0
ARG TAG=v3.9.0
RUN git clone https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin
WORKDIR /go/sriov-network-device-plugin
RUN git fetch --all --tags --prune
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ORG ?= rancher
TAG ?= ${GITHUB_ACTION_TAG}

ifeq ($(TAG),)
TAG := v3.8.0$(BUILD_META)
TAG := v3.9.0$(BUILD_META)
endif

ifeq (,$(filter %$(BUILD_META),$(TAG)))
Expand Down

0 comments on commit a1780b2

Please sign in to comment.